-
-
Notifications
You must be signed in to change notification settings - Fork 1
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: /server/_app/immutable/assets/_layout.d7168494.css #124
Comments
Related issues: |
.svelte-kit/cloudflare/sw.js Seems like it could be an issue with the Vite-PWA plugin. |
This might have been fixed, I don't see any errors when running tests on my end. |
Nah, it's still there. Try running |
|
Do I need an .env file? |
And what Node version are you using? |
Ok, I resolved the error in |
Deleting |
This error shows up during tests. By setting
prerender = false;
insrc/+layout.js
, the error will go away but then a new error is shown from the Vite PWA plugin/workbox config.Besides, the app should be prerenderable except for the one endpoint (src/routes/api/upc/+server.js).That endpoint has since been removed.
The text was updated successfully, but these errors were encountered: