#Unable to enable Dev mode.

1 messages · Page 1 of 1 (latest)

urban jungle
#

Heya everyone!

I'm new to blueprint, but have been developing programs for years.

I am currently stuck, I did a fresh install of blueprint on my Pterodactyl Panel dev server, and I am having issues turning on dev mode to be able to start. Any tips/tricks?

I tried enabling it through the web interface, and have checked permissions on the files and folders, but it doesn't actually start dev mode...

nocturne edge
#

Double-checking something on my installation real quick..

In the meantime;

  • Which version of Blueprint are you running?
  • Where did you enable developer mode?
urban jungle
#

Blueprint Framework: beta-2025-02
Node: v20.19.0
Yarn: 1.22.22

Admin > Extensions > Blueprint

nocturne edge
#

Hm, could you try running php /var/www/pterodactyl/artisan bp:developer? (Assuming your Pterodactyl directory is /var/www/pterodactyl)

urban jungle
#

Ran the command and checked blueprint -info:

#

Could the artisan file be an issue as to why it's not recognizing developer mode?

nocturne edge
#

Probably yeah, Blueprint uses said artisan file to detect developer mode.

#

Oh wait, any explanation behind the folder being set to /tmp/blueprint-main?

urban jungle
#

Not sure, what controls where it looks?

nocturne edge
#

It's a variable set when you are installing Blueprint. I feel like the best thing you can do right now is removing the .blueprint directory, /usr/local/bin/blueprint file and going through the install guide again.

urban jungle
#

Did the reinstall, waiting for Perodactyl to come back up

nocturne edge
#

Alrighty!

urban jungle
#

LMAO. You are a genius.
Guess it just needed to have a fresh install.
Looks like I'm in dev mode now, thank you!