mirror of
https://github.com/pelican-dev/plugins.git
synced 2026-05-09 08:26:01 +02:00
[GH-ISSUE #78] 500 Internal Server Error after enabling Nord-Theme #48
Labels
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/plugins#48
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
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 @HellStormBeast on GitHub (Jan 7, 2026).
Original GitHub issue: https://github.com/pelican-dev/plugins/issues/78
500 Internal Server Error after enabling Nord-Theme
Any workaround to get the Panel working again?
@Boy132 commented on GitHub (Jan 7, 2026):
That's a webserver error, so check your caddy error logs.
@rmartinoscar commented on GitHub (Jan 8, 2026):
Can confirm the plugin works, this might be a permission issue, anyway in the meantime you may open
plugins/node-theme/plugin.jsonand remove themetapart from the json so you can access your panel.@Boy132 commented on GitHub (Jan 13, 2026):
I updated the readme with additional instructions for themes: https://github.com/pelican-dev/plugins?tab=readme-ov-file#themes
You need to install nodejs 22+ and yarn before installing the theme. If you already have the theme installed you can also install nodejs and yarn afterwards. After that you need to manually run
yarn installandyarn buildinside the panel directory and the 500 error will be gone!