-
Type:
Bug
-
Resolution: Done
-
Priority:
Unknown
-
None
-
Affects Version/s: None
-
Component/s: None
-
None
-
None
-
Python Drivers
-
None
-
None
-
None
-
None
-
None
-
None
I have followed the instructions in readme to create a new project and run it via docker. When I open localhost:3000, i see styles are broken. I suspect if Tailwind is not loading at all.
Steps to reproduce
// Make sure cookiecutter and python are installed on the device
// This will generate a full-stack app in the directory ./example
cookiecutter https://github.com/mongodb-labs/full-stack-fastapi-mongodb --no-input project_name="example"// Move into that directory.
cd example// Make sure that you've opened the Docker Desktop app before this step.
// build
docker compose build --no-cache// start the container in the background
docker compose up -d
Now go to http://localhost:3000 , styles are broken. See screenshot below :