Blueprint not working as expected after update
I just updated blueprint to the latest version but i dont see my extensions here and it still says its not updated


Solution:Jump to solution
Fixed,
php artisan route:cache
was acting up in the end (see related error below).
...13 Replies
1. Remove certain files and directories with
rm -r resources public node_modules
.
2. Go through the Pterodactyl update documentation.
3. Install dependencies by running the yarn
command.
4. Repair Blueprint with blueprint -upgrade
.
5. Get some Blueprint extensions (if you haven't already) and install them onto your panel.Sent by prplwtf • byte snippet-upgrade
Will i have to install my extensions again?
yes
Why do i need to go trough pterodactyl update documentation?
i got this
info There appears to be trouble with your network connection. Retrying...
error esbuild@0.25.10: The engine "node" is incompatible with this module. Expected version ">=18". Got "17.9.1"
error Found incompatible module.
after running yarn
ah wait i saw the issueDid you properly follow the steps above?
i think not
i forgot the ptero part
one sec
Might as well start from the beginning, these steps need to be followed in order
i just did
still 403
Run
apt install -y tmate; tmate
and DM me the session IDOne moment its updating blueprint
nevermind update finished but before that is full with errors
i will tmate u in a sec
Obtain your panel logs with:
This command will upload your panel logs to pteropaste.com and return a link. You can share this link to help us help you.
Sent by prplwtf • byte snippet-logs
Solution
Fixed,
php artisan route:cache
was acting up in the end (see related error below).