mirror of
https://github.com/pelican-dev/panel.git
synced 2026-05-04 18:00:48 +03:00
[PR #1841] [MERGED] Fix 500 "No route found" when creating db host #1604
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?
📋 Pull Request Information
Original PR: https://github.com/pelican-dev/panel/pull/1841
Author: @m41denx
Created: 10/28/2025
Status: ✅ Merged
Merged: 10/28/2025
Merged by: @notAreYouScared
Base:
main← Head:fix/dbhost-error500📝 Commits (1)
b0f5aeaFix 500 "No route found" when creating db host📊 Changes
1 file changed (+1 additions, -1 deletions)
View changed files
📝
app/Http/Controllers/Api/Application/DatabaseHosts/DatabaseHostController.php(+1 -1)📄 Description
This fixes existing issue with application api when creating Database Host.
Pelican API was throwing error 500 "No route found" (yes, 500 and no route), yet still creating DB host entry.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.