mirror of
https://github.com/pelican-dev/panel.git
synced 2026-02-23 11:20:26 +03:00
Webhook not emitted on allocation assignment during server creation #369
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 @moodejb123 on GitHub (Jun 28, 2025).
Current Behavior
When a server is created via the Panel or API, and an allocation is assigned during this process, no webhook is emitted for the '
updated: Allocation'.This causes apps that rely on webhook events to miss that the allocation has been assigned.
Expected Behavior
When a server is created and an allocation is assigned to it, the Panel should emit a webhook for the '
updated: Allocation' event to reflect the allocation assignment change.Steps to Reproduce
updated: Allocation' event is triggered, even though an allocation was assigned to the newly created server.Panel Version
1.0.0-beta21
Wings Version
1.0.0-beta13
Games and/or Eggs Affected
No response
Docker Image
No response
Error Logs
Is there an existing issue for this?
@JoanFo1456 commented on GitHub (Jun 28, 2025):
This i think it's solved on #1355 as i see that log on my discord.
@JoanFo1456 commented on GitHub (Jun 28, 2025):
@moodejb123 commented on GitHub (Jun 28, 2025):
It does work when adding additional allocation or editing the allocation from the nodes tab, But when the server is created with the allocation it does not emit the updated allocation event
@JoanFo1456 commented on GitHub (Jun 28, 2025):
Okay, seems that when creating a server it never detects the change for it, I'll take a look once I got free time or a pelican, thanks for the clarification.
@JoanFo1456 commented on GitHub (Aug 12, 2025):
Hi @moodejb123 with beta24 has this been solved?
@moodejb123 commented on GitHub (Aug 13, 2025):
Nope still same issue, also btw
event: Server\Installedis not working now after updating to the latest beta.@JoanFo1456 commented on GitHub (Aug 13, 2025):
... Alright, I'll take a look..