Some error while rebuilding panel assets
Hi, this happens when I try to install Blueprint, like the docs said I first updated the panel before trying to install blueprint. But I get this error? Probably from a theme I had previously, I would appreciate if any of you guys could help me!
21 Replies
Do you have mods installed on your Panel?
Other Extensions*
Yea I have, but since I had to reinstall them every time I updated the panel, I assumed they would be removed once I update the panel?
Should be? @Lovinoes
?
Some files might be left over, to avoid this, try running
rm -r /var/www/pterodactyl/*
which should in theory not remove your .env file (back it up just in case), then follow the Pterodactyl update documentation.Will this remove my eggs I have set up? Or are they stored in the database?
I'm not 100% sure, you could also
rm -r /var/www/pterodactyl/public /var/www/pterodactyl/resources
if you want to be safe.I just did, so now I should run the install script again?
i did
After that run
yarn
(in your Pterodactyl folder) and blueprint -upgrade
right after.Yes! It worked, thank you so much
No problem :v
So now I cant install external modules without the risk of breaking it right?
Correct
dang that sucks, there is one thing I really need for my panel
but ig its better to stay on blueprint to risk bricking anything
not*
Make sure you set up automated backups either way. I recommend Restic or filesystem snapshots.
Alright thanks, I will look into it
Assuming you're using the baremetal version of the panel, I believe you'd stop the panel with an artisan command like in the upgrade guide before making the backup, then start it again the same way. Don't backup files that might be being written to at the moment.
@Emma quick question, I just bought nebula (Insane theme 😍). Im at the point of installing it. But I currently have recolor installed, what should I do? Uninstall recolor? If yes, please tell me how.
blueprint -remove recolor
would do the trick