Replies: 1 comment
-
Getting such errors is expected when updating the application and a user still has the old version open. Paths will still reference the old files but the application should do a full reload after such errors are encountered. If the errors are not temporary that suggests to me an incomplete update of the application, leading to broken file references. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have a SvelteKit application that was running smoothly for many weeks. Suddenly it crashed yesterday with this message:
when I did a
ls
, yes I don't see any such file in the directory:however, the app was working fine without that file for many weeks and I did not access a page that I hadn't accessed before.
Can someone explain this?
Beta Was this translation helpful? Give feedback.
All reactions