Built blueprint addon not showing up in extension list

title
5 Replies
Chriss Quartz
Chriss QuartzOP4w ago
^ 1. There wasn't any errors 2. I think I did but I guess I should probably double check
Loki
Loki4w ago
What is the output of blueprint -v, and what tag is your panel image set to?
Chriss Quartz
Chriss QuartzOP4w ago
beta-2024-12 and ghcr.io/blueprintframework/blueprint:v1.11.11 I did notice that I got chown: cannot dereference '/app/public/storage': No such file or directory when running blueprint -build (it only showed up when I did blueprint debug 10)
025-08-01 11:21:44 INFO: Starting developer extension installation..
2025-08-01 11:21:44 INFO: Searching and validating framework dependencies..
2025-08-01 11:21:44 INFO: Switching to update process as extension has already been installed.
2025-08-01 11:21:44 INFO: Reading and assigning extension flags..
2025-08-01 11:21:44 INFO: Writing extension placeholders..
2025-08-01 11:21:44 WARNING: Groupserversbyuser does not come with an icon, consider adding one.
2025-08-01 11:21:44 INFO: Cloning and linking private directory..
2025-08-01 11:21:44 INFO: Linking and writing assets directory..
ln: failed to create symbolic link '/app/public/assets/extensions/groupserversbyuser': File exists
2025-08-01 11:21:44 INFO: Cloning admin view..
2025-08-01 11:21:44 INFO: Cloning admin controller..
2025-08-01 11:21:44 INFO: Creating and linking extension filesystem..
ln: failed to create symbolic link '/app/storage/extensions/groupserversbyuser': File exists
ln: failed to create symbolic link '/app/public/fs/groupserversbyuser': File exists
ln: failed to create symbolic link '/app/.blueprint/extensions/groupserversbyuser/private': File exists
2025-08-01 11:21:44 INFO: Cleaning up build files..
2025-08-01 11:21:44 INFO: Finalizing transaction..
2025-08-01 11:21:44 INFO: Linking filesystems..

INFO The [public/storage] link has been connected to [storagepublic].

2025-08-01 11:21:44 INFO: Flushing view, config and route cache..

INFO Blade templates cached successfully.


INFO Configuration cached successfully.


INFO Route cache cleared successfully.


INFO Application cache cleared successfully.

Flushed Blueprint stylesheet and scripts cache.
INFO Broadcasting queue restart signal.

2025-08-01 11:21:45 INFO: Changing Pterodactyl file ownership to 'nginx:nginx'..
chown: cannot dereference '/app/public/storage': No such file or directory
2025-08-01 11:21:45 SUCCESS: groupserversbyuser has been built.
025-08-01 11:21:44 INFO: Starting developer extension installation..
2025-08-01 11:21:44 INFO: Searching and validating framework dependencies..
2025-08-01 11:21:44 INFO: Switching to update process as extension has already been installed.
2025-08-01 11:21:44 INFO: Reading and assigning extension flags..
2025-08-01 11:21:44 INFO: Writing extension placeholders..
2025-08-01 11:21:44 WARNING: Groupserversbyuser does not come with an icon, consider adding one.
2025-08-01 11:21:44 INFO: Cloning and linking private directory..
2025-08-01 11:21:44 INFO: Linking and writing assets directory..
ln: failed to create symbolic link '/app/public/assets/extensions/groupserversbyuser': File exists
2025-08-01 11:21:44 INFO: Cloning admin view..
2025-08-01 11:21:44 INFO: Cloning admin controller..
2025-08-01 11:21:44 INFO: Creating and linking extension filesystem..
ln: failed to create symbolic link '/app/storage/extensions/groupserversbyuser': File exists
ln: failed to create symbolic link '/app/public/fs/groupserversbyuser': File exists
ln: failed to create symbolic link '/app/.blueprint/extensions/groupserversbyuser/private': File exists
2025-08-01 11:21:44 INFO: Cleaning up build files..
2025-08-01 11:21:44 INFO: Finalizing transaction..
2025-08-01 11:21:44 INFO: Linking filesystems..

INFO The [public/storage] link has been connected to [storagepublic].

2025-08-01 11:21:44 INFO: Flushing view, config and route cache..

INFO Blade templates cached successfully.


INFO Configuration cached successfully.


INFO Route cache cleared successfully.


INFO Application cache cleared successfully.

Flushed Blueprint stylesheet and scripts cache.
INFO Broadcasting queue restart signal.

2025-08-01 11:21:45 INFO: Changing Pterodactyl file ownership to 'nginx:nginx'..
chown: cannot dereference '/app/public/storage': No such file or directory
2025-08-01 11:21:45 SUCCESS: groupserversbyuser has been built.
that's the full debug info for build cmd
Loki
Loki4w ago
Try removing groupserversbyuser and building again. There were a lot of file exists errors.
Chriss Quartz
Chriss QuartzOP4w ago
yea that worked

Did you find this page helpful?