Part-DB / Part-DB-server

Part-DB is an Open source inventory management system for your electronic components
https://docs.part-db.de/
GNU Affero General Public License v3.0
880 stars 96 forks source link

New part - New User: 500 Internal Server Error - Ubuntu 24.04 - Bind9 #687

Open alexabreup opened 1 week ago

alexabreup commented 1 week ago

Hi, I am running the Part-DB in a Ubuntu 24.04, using a DNS server (Bind9) and Nginx proxy server as a homelab. After add the Part-DB to systemctl automatic start and the Nginx proxy ip, I am have this issue:

500 Internal Server Error Something bad happened internally. There is nothing you could do about this, except trying to reload the page.

You can try to [Go Back](javascript:history.back()) or Visit the homepage.

If this error persists, please contact your administrator. Infos for Admin: You could try following things, if this error is unexpected:

Check var/log/prod.log (or docker logs when Part-DB is running inside a docker container) for additional informations
Run php bin/console cache:clear to clear cache

If you think that this is an error in Part-DB, open an Issue on GitHub.

You can disable these hints in config/parameters.yaml by setting partdb.error_pages.show_help to false. This page was generated by Part-DB on Sep 2, 2024, 12:31 PM .

I am trying to change the permissions without success. Thanks

jbtronics commented 1 week ago

You should check the logs of Part-DB what exactly is the issue and try to clear the cache like the error message suggests.