Donkie / Spoolman

Keep track of your inventory of 3D-printer filament spools.
MIT License
1.01k stars 93 forks source link

Unable to create spools/filaments/vendors - shows a white screen #91

Closed Vanilla009 closed 1 year ago

Vanilla009 commented 1 year ago

I have spoolman installed with docker and I can see the dashboard, but cannot create anything. It takes me to a white screen if I try to create anything. I did change the version identifier in the docker-compose.yml to 3.3 because it threw errors because of the 3.8 version. The URL it takes me to looks fine. I have attached the log and yaml files. spoolman.log docker-compose.yml.txt

Donkie commented 1 year ago

What browser are you using, and what version?

Vanilla009 commented 1 year ago

Google Chrome, Latest release. Version 116.0.5845.111

Vanilla009 commented 1 year ago

I got it fixed. I ran chown 1000:1000 data in the my spoolman folder and that seemed to fix the issue. Thank you!