#Blank login page

1 messages · Page 1 of 1 (latest)

wide prairie
#
rm -r node_modules
yarn
yarn add cross-env
blueprint -rerun-install
#

Try that since the error you are facing has something to do with dependencies.

#

yarn add @types/sanitize-html

#

not sure if that will work

#

but try it and see

#

uhhhh

#

do you happen to have used any themes?

#

yeah that is the problem

#

it's fixable though

#
  1. Remove node_modules, public and resources.
  2. Go through the Pterodactyl update guide.
  3. Run yarn to download the dependencies.
  4. Run yarn add cross-env for good measure.
  5. Repair Blueprint with blueprint -upgrade.
#

Glad it worked :)