mirror of
https://github.com/pelican-dev/panel.git
synced 2026-02-24 03:12:01 +03:00
Undefined array key "tag" when importing json eggs. #532
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 @JoanFo1456 on GitHub (Jan 1, 2026).
Current Behavior
When importing json eggs, such as paper from (https://raw.githubusercontent.com/pelican-eggs/minecraft/refs/heads/main/java/paper/egg-paper.json)
You get a Undefined array key "tag"
On TagsFilter.php: 26
If you reload a page it will appear the egg, but the error is showing.
Expected Behavior
Import should import the egg and say imported correctly, without showing the error.
(Right now it does import, it just makes the error appear)
Steps to Reproduce
Panel Version
canary (
bed9dbe)Wings Version
dev-91f17f8
Games and/or Eggs Affected
No response
Docker Image
No response
Error Logs
Is there an existing issue for this?
@Boy132 commented on GitHub (Jan 9, 2026):
Can't reproduce on demo.
Because the error suggests the tag filter has something to do with it tried with and without any filters. Both scenarios worked fine.