blank page upon installation
hihi I keep getting a blank page every time I attempt to install Blueprint, any ideas? thanks!

Solution:Jump to 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
14 Replies
try running
blueprint -upgrade
same result
:(
sadness, grief and melancholy are all embracing my feeble little mind
I beg for someone to bestow their great knowledge upon me
What is the result of
stat /var/www
, and did you create a .blueprintrc
file in your webroot?
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?
Ubuntu, Ngnix
stat /html

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
What is the contents of .blueprintrc?

Huh. White page usually means a permissions issue, but that looks correct. I'm out of ideas.
Try going through this process:
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
that worked.
i wonder what it was 🤷♀️
tysm for troubleshooting
No problem