kener
kener copied to clipboard
NotFound [Error]: Not found: //
I've just run a fresh new installation using K8s, and saw that in the log
Kener version 3.2.18 is running!
NotFound [Error]: Not found: //
at resolve2 (file:///app/build/server/index.js:4058:18)
at resolve (file:///app/build/server/index.js:3885:34)
at Object.handle (file:///app/build/server/chunks/hooks.server-9788ad4c.js:2:26)
at respond (file:///app/build/server/index.js:3883:43)
at process.processTicksAndRejections (node:internal/process/task_queues:105:5) {
status: 404
}
I've provided ORIGIN env and mounts for DB and uploads, and that's it.
is this breaking your site? svelekit will log all 404s,
is this breaking your site? svelekit will log all 404s,
It's - I get the error for every file.
I get this error when I update ORIGIN=http://localhost:3000 to my actual domain.
If I leave origin on localhost, I can access the site, but I can't register because of CORS issues.