blank page upon installation

hihi I keep getting a blank page every time I attempt to install Blueprint, any ideas? thanks!
No description
Solution:
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 loki_101 • byte snippet-upgrade
Jump to solution
14 Replies
Bz
Bz2mo ago
try running blueprint -upgrade
LittlePotato
LittlePotatoOP2mo ago
same result :( sadness, grief and melancholy are all embracing my feeble little mind I beg for someone to bestow their great knowledge upon me
Loki
Loki2mo ago
What is the result of stat /var/www, and did you create a .blueprintrc file in your webroot?
LittlePotato
LittlePotatoOP2mo ago
No description
Loki
Loki2mo ago
What folders are inside /var/www? If you have a default one leftover, e.g. html, stat that. You're checking what your web user is on that machine. What Linux distro and Webserver are you using btw?
LittlePotato
LittlePotatoOP2mo ago
Ubuntu, Ngnix
LittlePotato
LittlePotatoOP2mo ago
stat /html
No description
LittlePotato
LittlePotatoOP2mo ago
so, /var/www contains html/ and pterodactyl/. Nginx is serving from /var/www/pterodactyl/public, and it's running as www-data. Permissions and ownership are all set correctly also, the .blueprintrc file was created in /var/www/pterodactyl
Loki
Loki2mo ago
What is the contents of .blueprintrc?
LittlePotato
LittlePotatoOP2mo ago
No description
Loki
Loki2mo ago
Huh. White page usually means a permissions issue, but that looks correct. I'm out of ideas. Try going through this process:
Solution
Blueprint
Blueprint2mo 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 loki_101 • byte snippet-upgrade
LittlePotato
LittlePotatoOP2mo ago
that worked. i wonder what it was 🤷‍♀️ tysm for troubleshooting
Loki
Loki2mo ago
No problem

Did you find this page helpful?