Open georgeportillo opened 8 months ago
But yeah, a bit puzzled by this. Other files seem to load fine except qwik forms:
Can you reproduce it on StackBlitz? Here is a template: https://stackblitz.com/edit/modular-forms-qwik?file=src/routes/login/index.tsx
Hey Fabian,
Unfortunately I can't reproduce it there.
But I only see it show up as a 404 on the list of requests:
Which version of Qwik and Modular Forms are you using?
Hey all,
I just wanted to see if anyone has come across this issue. I started getting this error:
For some reason when I load the page, I get this 404 on the actual qwik form:
And if I interact with the form again, it resets. Then, originally where the files were 404'ing, it actually turns into a real file but it throws the following error:
It seems clear to me an internal working isn't behaving as expected.
Any pointers on how I can solve this problem?