mirror of
https://github.com/pelican-dev/panel.git
synced 2026-03-01 11:21:31 +03:00
500 error when trying to login for the first time #155
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @ash-development on GitHub (Sep 16, 2024).
Current Behavior
after running the installer (creating my account) i get a 500 error lightbox popup
Expected Behavior
it should let me into my account and therefore the panel
Steps to Reproduce
install the panel brand new and go to login
running
chmod -R 777 *in/var/www/pelicandoes fix it, although i do not believe this is the most effective solution.Panel Version
v1.0.0-beta8
Wings Version
n/a
Games and/or Eggs Affected
n/a
Docker Image
n/a
Error Logs
Is there an existing issue for this?
@ash-development commented on GitHub (Sep 16, 2024):
ik this may be an issue for the docs repo, but wasn't 100% sure which to put it in lol
@Boy132 commented on GitHub (Sep 16, 2024):
You had wrong file permissions. The docs cover how to set correct permissions, e.g.
chown -R www-data:www-data /var/www/pelicanandchmod -R 755 /var/www/pelican/storage/* /var/www/pelican/bootstrap/cache/Next time please visit the Discord first and don't mindlessly tick off boxes.