litestar-fullstack icon indicating copy to clipboard operation
litestar-fullstack copied to clipboard

Bug: No response when running in Docker dev

Open padbk opened this issue 6 months ago • 0 comments

Description

After running docker compose up, the application seems to build ok, but there is no response from localhost:8000. No error messages, the page does not load and just hangs. /schema not accessible either.

The vite development server seems to be fine on localhost:3006, but there is nothing from the application.

Have tried running make upgrade to see if a library is out of date, but no change.

Works fine when running locally using uv run app run, so this seems to be a docker specific issue.

URL to code causing the issue

No response

MCVE

docker compose up

Package Version

main

Platform

  • [ ] Linux
  • [x] Mac
  • [ ] Windows
  • [ ] Other (Please specify in the description above)

padbk avatar Apr 28 '25 14:04 padbk