Hi there, I have two websites built with qwik and netlify edge adapter
Roughly 2 hours ago, both of them started responding with a 404. When I temporarely switched to the static adapter, they work fine. Is there a problem on the Netlify side with edge functions?
I do not know about inner workings of QWIK that much, but i do know that by default it relies on js runtime to respond to user requests and give them html content, so i guess netlify adapter makes so QWIK uses edge functions to give out html content, which is for some reason is broken right now