-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Description
Describe the bug
We're hosting sveltekit with SSR in a Docker container that's hosted in azure. We have datadog to track errors and we tend to see about 3 to 30 of these 404's a day on our small-medium site.
We played around with azure cdn cache, but when we enabled this, the errors really came to show, so we disabled the azure cache. When doing so, it went back to it's normal occurance.
This issue is the same as this question posted a while ago; #7057
Example error for a 404 asset:
Error: Not found: /_app/immutable/assets/_layout-c5c8ebf1.css
at resolve (file:///app/server/index.js:2276:18)
at resolve (file:///app/server/index.js:2163:34)
at Object.handle (file:///app/server/chunks/hooks.server.js:379:10)
at runMicrotasks (<anonymous>)
at runNextTicks (node:internal/process/task_queues:61:5)
at processImmediate (node:internal/timers:437:9)
at async respond (file:///app/server/index.js:2161:22)
at async Array.ssr (file:///app/handler-393b2283.js:1102:3)
What might be the cause of this type of error, Is it just something that happenes when document is out of sync with assets, or is it something we can do to keep this from happening?
Reproduction
Logs
No response
System Info
System:
OS: macOS 12.5.1
CPU: (8) arm64 Apple M1
Memory: 347.42 MB / 16.00 GB
Shell: 5.8.1 - /bin/zsh
Binaries:
Node: 16.15.1 - /usr/local/bin/node
npm: 8.11.0 - /usr/local/bin/npm
Browsers:
Chrome: 110.0.5481.100
Safari: 15.6.1
npmPackages:
@sveltejs/adapter-node: next => 1.0.0-next.85
@sveltejs/kit: ^1.0.1 => 1.0.1
svelte: ^3.44.0 => 3.55.0
vite: ^4.0.3 => 4.0.3
Severity
annoyance
Additional Information
No response
kristjanmar, eunukasiko, kevinrenskers, magic-thomas, andreabrunato and 17 more
Metadata
Metadata
Assignees
Labels
No labels