mirror of
https://github.com/pelican-dev/panel.git
synced 2026-05-04 18:00:48 +03:00
The panel returns a 500 forbidden error when trying to access the API docs #129
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 @axdynx on GitHub (Jul 8, 2024).
Current Behavior
The panel returns a 500 forbidden error when trying to access the API docs
Expected Behavior
In previous versions, I could correctly access the API docs pages (which are not complete by the way)
Steps to Reproduce
Install and configure Pelican and try to access the pages:
Panel Version
1.0.0-beta6
Wings Version
1.0.0-beta3
Games and/or Eggs Affected
No response
Docker Image
No response
Error Logs
Is there an existing issue for this?
@rmartinoscar commented on GitHub (Jul 8, 2024):
Hey there's indeed no $api in the whole code (i tried Canary, beta1-beta6) i don't know what happened but there's something wrong
@rmartinoscar commented on GitHub (Jul 8, 2024):
Could you hop on Discord so i can help you with that in General ?
@Boy132 commented on GitHub (Jul 8, 2024):
Run
php artisan view:clearand try again.@axdynx commented on GitHub (Jul 8, 2024):
It didn't work