Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Styles completely broken #62

Closed
epinapala opened this issue Mar 11, 2025 · 1 comment
Closed

Styles completely broken #62

epinapala opened this issue Mar 11, 2025 · 1 comment
Assignees

Comments

@epinapala
Copy link

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 :

Image
@Jibola Jibola self-assigned this Mar 18, 2025
@Jibola
Copy link
Collaborator

Jibola commented Mar 19, 2025

Thanks for raising this. Taking a look at the issue, it seems like there was mistake in the postcss.config.js. We will attach a fix shortly.

https://jira.mongodb.org/browse/INTPYTHON-554

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants