[PR #1841] [MERGED] Fix 500 "No route found" when creating db host #1604

Closed
opened 2026-02-05 18:18:54 +03:00 by OVERLORD · 0 comments
Owner

📋 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: mainHead: fix/dbhost-error500


📝 Commits (1)

  • b0f5aea Fix 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.

## 📋 Pull Request Information **Original PR:** https://github.com/pelican-dev/panel/pull/1841 **Author:** [@m41denx](https://github.com/m41denx) **Created:** 10/28/2025 **Status:** ✅ Merged **Merged:** 10/28/2025 **Merged by:** [@notAreYouScared](https://github.com/notAreYouScared) **Base:** `main` ← **Head:** `fix/dbhost-error500` --- ### 📝 Commits (1) - [`b0f5aea`](https://github.com/pelican-dev/panel/commit/b0f5aea2f54c097c0fcefa61165a64765fe86667) Fix 500 "No route found" when creating db host ### 📊 Changes **1 file changed** (+1 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `app/Http/Controllers/Api/Application/DatabaseHosts/DatabaseHostController.php` (+1 -1) </details> ### 📄 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. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
OVERLORD added the pull-request label 2026-02-05 18:18:54 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/panel-pelican-dev#1604