500 error when trying to login for the first time #154

Closed
opened 2026-02-05 17:12:22 +03:00 by OVERLORD · 2 comments
Owner

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/pelican does 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

https://paste.pelistuff.com/tEej

Is there an existing issue for this?

  • I have searched the existing issues before opening this issue.
  • I have provided all relevant details, including the specific game and Docker images I am using if this issue is related to running a server.
  • I have checked in the Discord server and believe this is a bug with the software, and not a configuration issue with my specific system.
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/pelican` does 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 ```bash https://paste.pelistuff.com/tEej ``` ### Is there an existing issue for this? - [X] I have searched the existing issues before opening this issue. - [X] I have provided all relevant details, including the specific game and Docker images I am using if this issue is related to running a server. - [X] I have checked in the Discord server and believe this is a bug with the software, and not a configuration issue with my specific system.
Author
Owner

@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

@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
Author
Owner

@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/pelican and chmod -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.

@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/pelican` and `chmod -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.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/panel-pelican-dev#154