kener icon indicating copy to clipboard operation
kener copied to clipboard

NotFound [Error]: Not found: //

Open davidt-gh opened this issue 9 months ago • 3 comments

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.

davidt-gh avatar Jul 15 '25 05:07 davidt-gh

is this breaking your site? svelekit will log all 404s,

rajnandan1 avatar Aug 05 '25 16:08 rajnandan1

is this breaking your site? svelekit will log all 404s,

It's - I get the error for every file.

davidt-gh avatar Aug 06 '25 13:08 davidt-gh

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.

jakobrosenberg avatar Aug 13 '25 09:08 jakobrosenberg