[PR #2111] fix webhook for Server/Installed #1766

Open
opened 2026-02-05 18:24:09 +03:00 by OVERLORD · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/pelican-dev/panel/pull/2111
Author: @matthewzhaocc
Created: 1/16/2026
Status: 🔄 Open

Base: mainHead: main


📝 Commits (2)

📊 Changes

1 file changed (+16 additions, -1 deletions)

View changed files

📝 app/Jobs/ProcessWebhook.php (+16 -1)

📄 Description

Currently, Pelican is throwing

Cannot use object of type App\Events\Server\Installed as array {"exception":"[object] (Error(code: 0): Cannot use object of type App\\Events\\Server\\Installed as array at                         
  /var/www/pelican/app/Jobs/ProcessWebhook.php:40)

for Server\Installed wbehooks.


🔄 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/2111 **Author:** [@matthewzhaocc](https://github.com/matthewzhaocc) **Created:** 1/16/2026 **Status:** 🔄 Open **Base:** `main` ← **Head:** `main` --- ### 📝 Commits (2) - [`86e89bc`](https://github.com/pelican-dev/panel/commit/86e89bc033c555a2ce789ce9d9a682b733e12b98) fix webhook for Server/Installed - [`8e3a188`](https://github.com/pelican-dev/panel/commit/8e3a18815dc7d0b93f71e0a00e58400221b3afd5) fix due to review ### 📊 Changes **1 file changed** (+16 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `app/Jobs/ProcessWebhook.php` (+16 -1) </details> ### 📄 Description Currently, Pelican is throwing ``` Cannot use object of type App\Events\Server\Installed as array {"exception":"[object] (Error(code: 0): Cannot use object of type App\\Events\\Server\\Installed as array at /var/www/pelican/app/Jobs/ProcessWebhook.php:40) ``` for Server\Installed wbehooks. --- <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:24:09 +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#1766