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
No description
No description
Solution:
Fixed, php artisan route:cache was acting up in the end (see related error below).
[2025-10-05 20:26:11] production.ERROR: Path cannot be empty {"exception":"[object] (ValueError(code: 0): Path cannot be empty at /var/www/pterodactyl/vendor/laravel/framework/src/Illuminate/Support/ServiceProvider.php:152)
[2025-10-05 20:26:11] production.ERROR: Path cannot be empty {"exception":"[object] (ValueError(code: 0): Path cannot be empty at /var/www/pterodactyl/vendor/laravel/framework/src/Illuminate/Support/ServiceProvider.php:152)
...
Jump to solution
13 Replies
Blueprint
Blueprint15h ago
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
𝐑𝐲𝐧𝐱
𝐑𝐲𝐧𝐱OP15h ago
Will i have to install my extensions again?
Emma
Emma15h ago
yes
𝐑𝐲𝐧𝐱
𝐑𝐲𝐧𝐱OP15h ago
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 issue
Emma
Emma15h ago
Did you properly follow the steps above?
𝐑𝐲𝐧𝐱
𝐑𝐲𝐧𝐱OP15h ago
i think not i forgot the ptero part one sec
Emma
Emma15h ago
Might as well start from the beginning, these steps need to be followed in order
𝐑𝐲𝐧𝐱
𝐑𝐲𝐧𝐱OP15h ago
i just did still 403
Emma
Emma15h ago
Run apt install -y tmate; tmate and DM me the session ID
𝐑𝐲𝐧𝐱
𝐑𝐲𝐧𝐱OP15h ago
One moment its updating blueprint nevermind update finished but before that is full with errors i will tmate u in a sec
Blueprint
Blueprint15h ago
Obtain your panel logs with:
tail -n 150 /var/www/pterodactyl/storage/logs/laravel-$(date +%F).log | nc pteropaste.com 99
tail -n 150 /var/www/pterodactyl/storage/logs/laravel-$(date +%F).log | nc pteropaste.com 99
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
Emma
Emma14h ago
Fixed, php artisan route:cache was acting up in the end (see related error below).
[2025-10-05 20:26:11] production.ERROR: Path cannot be empty {"exception":"[object] (ValueError(code: 0): Path cannot be empty at /var/www/pterodactyl/vendor/laravel/framework/src/Illuminate/Support/ServiceProvider.php:152)
[2025-10-05 20:26:11] production.ERROR: Path cannot be empty {"exception":"[object] (ValueError(code: 0): Path cannot be empty at /var/www/pterodactyl/vendor/laravel/framework/src/Illuminate/Support/ServiceProvider.php:152)

Did you find this page helpful?