You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In a production deployment on Vercel, I'm getting logs from my handleError function in hooks.server.ts saying that some routes in the .vercel/output/static/_app/immutable/assets/ are not found, even though they are in the folder. This also only happens on a couple of requests every few hours (on a small-medium site).
My setup is:
@sveltejs/kit - 1.0.0-next.504
@sveltejs/adapter-vercel - next
My handleError function is very basic and just logs the error.
Here is an example of a route that is not found:
Not found: /_app/immutable/assets/_layout-ff3a027e.css
Here are some screenshots showing the file exists:
The requests are also not coming from bots and are indeed real user agents.
I don't know if this is a bug or something else. Does anyone have an idea of what might be happening?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
In a production deployment on Vercel, I'm getting logs from my
handleError
function inhooks.server.ts
saying that some routes in the.vercel/output/static/_app/immutable/assets/
are not found, even though they are in the folder. This also only happens on a couple of requests every few hours (on a small-medium site).My setup is:
My
handleError
function is very basic and just logs the error.Here is an example of a route that is not found:
Not found: /_app/immutable/assets/_layout-ff3a027e.css
Here are some screenshots showing the file exists:
The requests are also not coming from bots and are indeed real user agents.
I don't know if this is a bug or something else. Does anyone have an idea of what might be happening?
Beta Was this translation helpful? Give feedback.
All reactions