Unknown path aliases in docker container #3950
Labels
information needed
Further information is requested
question
This issue is about a user needing insight
start
Everything about TanStack Start
Which project does this relate to?
Start
Describe the bug
Unknown path aliases in docker container
Refer to path aliases set up: https://tanstack.com/start/latest/docs/framework/react/path-aliases
Your Example Website or App
https://codesandbox.io/p/devbox/github/tanstack/router/tree/main/examples/react/start-basic-auth
Steps to Reproduce the Bug or Issue
docker compose up
to start 2 serviceshttp://{your-ip}:3000/login
You will see the errors on terminal like this
while it's working fine if you run
npm run dev
without dockerExpected behavior
We can launch app in docker container
Screenshots or Videos
No response
Platform
Additional context
Tanstack start use Vinxi, so I think the problem can be related to that lib - https://vinxi.vercel.app/guide/aliases.html
The text was updated successfully, but these errors were encountered: