-
Notifications
You must be signed in to change notification settings - Fork 26
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error: Not found: /fa.svelte #301
Comments
I think perhaps you can get some help from SvelteKit. |
same error here edit: i just restarted my laptop and it looks like the error isn't displaying any more. I don't really know the reason why it appeared in first place but yeah :/ |
Unfortunately it's very random for me too, I didn't find a solution yet. |
Try v4.x which is built with SvelteKit. |
Fixed: just restart vite. |
Hi,
I have this very weird error that I would like to share.
Sometimes, randomly, I get this error:
the component is showned properly. The icons display with no issues. In fact, it would just be an annoying error on the terminal if it was just that.
However, the issue I have it that it pollutes my forms. Whenever I have the issue mentionned, and I submit a form, I get two queries: my proper query, and, first, fa.svelte. This completely breaks my site, and I have no idea what to do to resolve it.
Here's an example component what this issue arrises:
Some more info:
The search page redirects to the [search] with +page.server.ts:
Here the search is the right data, no issue whatsoever.
And then I have the +layout.server.ts
Here, the load triggers twice, with two different urls:
AND
I have no idea why.
The text was updated successfully, but these errors were encountered: