Open AdrienLF opened 1 year ago
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 :/
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.