galojix / roster-wizard

An automatic rostering system that can handle skill mix requirements, staff requests and shift sequence rules
MIT License
37 stars 10 forks source link

Unable to load css #21

Closed syedidrus closed 10 months ago

syedidrus commented 10 months ago

Hi, i have been receiving this error when pressing f12. Seems like webpage cannot load the css. Can anyone help me? Thanks

image

gregcowell commented 10 months ago

Have you been using the installation instructions here or some other method ?

syedidrus commented 10 months ago

I followed the instruction for installing and deployment for single user/demo

gregcowell commented 10 months ago

Do you have "DEBUG=True" in .env_demo_web ?

syedidrus commented 10 months ago

yes, now i'm trying to run using docker desktop

gregcowell commented 10 months ago

I have re-tested the installation procedure on a new machine and it worked for me. I am guessing the problem is somehow related to the environment you are using. However it still may be something that should be fixed in the source code.

Could you please run docker compose logs -f web and check if there are any related errors ?

gregcowell commented 10 months ago

Also what happens when you try http://127.0.0.1:8000/static/css/bootstrap.min.css ?

syedidrus commented 10 months ago

I've redeployed using docker desktop for windows, works fine. I close this issue for now