mirror of
https://github.com/pelican-dev/panel.git
synced 2026-05-04 18:00:48 +03:00
Internal Server Error with a db query after a fresh install #252
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 @SirEndii on GitHub (Feb 5, 2025).
Current Behavior
I installed the panel using docker compose, see https://github.com/pelican-dev/panel/discussions/967
After the installed ran, and I logged in, I got an internal server error.
The server uses MariaDB 10.3.39
Expected Behavior
No internal server error
Steps to Reproduce
Install the panel
I used mariadb
And the default options for the other settings
Log in using the provided credentials for the admin account
Panel Version
main branch
Wings Version
not yet installed
Games and/or Eggs Affected
No response
Docker Image
No response
Error Logs
Is there an existing issue for this?
@SirEndii commented on GitHub (Feb 5, 2025):
Okay this was somewhat my fault. I used the wrong image/i was on the main branch. Switched to actual v1.0.0-beta17 and this is fixed.
I will still keep this open if the contributors think this is an actual issue currently in the main branch or its already known
@notAreYouScared commented on GitHub (Feb 5, 2025):
The install guide states you need to have 10.6 or higher. 10.3.39 does not satisfy this requirement. You might experience issues in the future.
@SirEndii commented on GitHub (Feb 5, 2025):
Alright, thanks. I didn't notice that I wasn't up-to-date there. I bumped maria to 10.6 and everything seems to work fine