Inside docker: TypeError: basePath?.replace is not a function #13333
Unanswered
chlyNiklas
asked this question in
Help
Replies: 1 comment
-
|
somehow it works on an other machine... |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have started a Project with sveltekit, drizzle and Auth.js. Every thing works great! Except if i try to run inside a docker container!
It works when i run the development server and even if i build and then run the preview using
pnpm run preview.When i run it using docker and try to open the page i get following error:
here is a link to my repo: https://github.com/chlyNiklas/authjserror
Any help apreciated, thx <3
Beta Was this translation helpful? Give feedback.
All reactions