B
Blueprintβ€’16mo ago
estewolf38

not installed successfully

hello can you help me install please, I installed I already installed them but nothing appears thank you
No description
49 Replies
estewolf38
estewolf38OPβ€’16mo ago
No description
estewolf38
estewolf38OPβ€’16mo ago
No description
estewolf38
estewolf38OPβ€’16mo ago
No description
estewolf38
estewolf38OPβ€’16mo ago
No description
Growtoups | elixior.cloud
https://github.com/red-print/redprint It's my blueprint auto install script
Emma
Emmaβ€’16mo ago
try "blueprint -upgrade remote blueprintframework/fallback" not the solution to this problem
estewolf38
estewolf38OPβ€’16mo ago
Is testing after thx
ERROR in resources/scripts/components/dashboard/forms/SetupTwoFactorModal.tsx:40:9
TS2554: Expected 2 arguments, but got 1.
38 | const submit = ({ code }: Values, { setSubmitting }: FormikHelpers<Values>) => {
39 | setPropOverrides((state) => ({ ...state, showSpinnerOverlay: true }));
> 40 | enableAccountTwoFactor(code)
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
41 | .then((tokens) => {
42 | setRecoveryTokens(tokens);
43 | })
error Command failed with exit code 2.
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
ERROR in resources/scripts/components/dashboard/forms/SetupTwoFactorModal.tsx:40:9
TS2554: Expected 2 arguments, but got 1.
38 | const submit = ({ code }: Values, { setSubmitting }: FormikHelpers<Values>) => {
39 | setPropOverrides((state) => ({ ...state, showSpinnerOverlay: true }));
> 40 | enableAccountTwoFactor(code)
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
41 | .then((tokens) => {
42 | setRecoveryTokens(tokens);
43 | })
error Command failed with exit code 2.
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
estewolf38
estewolf38OPβ€’16mo ago
No description
Growtoups | elixior.cloud
@Emma
Emma
Emmaβ€’16mo ago
which pterodactyl version are you running no need to ping me - if i don't reply im usually not available
amogus
amogusβ€’16mo ago
are you trying to install blueprint on a stock panel?
estewolf38
estewolf38OPβ€’16mo ago
Laste
amogus
amogusβ€’16mo ago
latest won't help me at all
estewolf38
estewolf38OPβ€’16mo ago
1.11.x i don't have acces in my panel 😦
No description
estewolf38
estewolf38OPβ€’16mo ago
theme nebula
amogus
amogusβ€’16mo ago
update your panel then retry the installation process
estewolf38
estewolf38OPβ€’16mo ago
okay panel: 1.11.7 node : 1.11.13 i try is command "blueprint -upgrade remote blueprintframework/fallback" ERROR in resources/scripts/components/dashboard/forms/SetupTwoFactorModal.tsx:40:9 TS2554: Expected 2 arguments, but got 1. 38 | const submit = ({ code }: Values, { setSubmitting }: FormikHelpers<Values>) => { 39 | setPropOverrides((state) => ({ ...state, showSpinnerOverlay: true }));
40 | enableAccountTwoFactor(code)
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 41 | .then((tokens) => { 42 | setRecoveryTokens(tokens); 43 | }) error Command failed with exit code 2. info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
estewolf38
estewolf38OPβ€’16mo ago
is't good ??
No description
Emma
Emmaβ€’16mo ago
please provide us with the information we were asking for otherwise we can't help you
estewolf38
estewolf38OPβ€’16mo ago
OK so what I just did is install blueprint on my panel but its
No description
No description
estewolf38
estewolf38OPβ€’16mo ago
today I just reinstalled my panel with blueprint and it gives me the same but suddenly I don't know if it's real or not
No description
No description
estewolf38
estewolf38OPβ€’16mo ago
because I always have errors in ssh
Emma
Emmaβ€’16mo ago
you have to rm -r blueprint have you installed any themes/modifications in the past?
estewolf38
estewolf38OPβ€’16mo ago
yes theme nubula
Emma
Emmaβ€’16mo ago
i meant like non-blueprint stuff what have you installed before installing blueprint and nebula
estewolf38
estewolf38OPβ€’16mo ago
Nothing
Emma
Emmaβ€’16mo ago
Weird, could you look into finding steps to reproduce this issue?
estewolf38
estewolf38OPβ€’16mo ago
estewolf38
estewolf38OPβ€’16mo ago
is ?
Emma
Emmaβ€’16mo ago
That isn't a way to reproduce this error, as running that on my (and other users) machine will go without errors.
estewolf38
estewolf38OPβ€’16mo ago
I don't understand what you mean by reproducing error 😒
Emma
Emmaβ€’16mo ago
The problem is that we don't have enough information on how you got to these errors. I can try throwing a bunch of commands at you, but that wouldn't identify the exact problem you are facing.
estewolf38
estewolf38OPβ€’16mo ago
oh okay you want me to β€œlist” all the commands I made to install blueprint?
Emma
Emmaβ€’16mo ago
That would be helpful, yes.
estewolf38
estewolf38OPβ€’16mo ago
okayy
apt upgrade
apt update

uptadate pterodactyl

cd /var/www/pterodactyl
php artisan down
curl -L https://github.com/pterodactyl/panel/releases/latest/download/panel.tar.gz | tar -xzv
chmod -R 755 storage/* bootstrap/cache
composer install --no-dev --optimize-autoloader
php artisan view:clear
php artisan config:clear
php artisan migrate --seed --force
chown -R www-data:www-data /var/www/pterodactyl/*
php artisan queue:restart
php artisan up
systemctl stop wings
curl -L -o /usr/local/bin/wings "https://github.com/pterodactyl/wings/releases/latest/download/wings_linux_$([[ "$(uname -m)" == "x86_64" ]] && echo "amd64" || echo "arm64")"
chmod u+x /usr/local/bin/wings
systemctl restart wings


install blueprind
sudo apt-get install -y ca-certificates curl gnupg
sudo mkdir -p /etc/apt/keyrings
curl -fsSL https://deb.nodesource.com/gpgkey/nodesource-repo.gpg.key | sudo gpg --dearmor -o /etc/apt/keyrings/nodesource.gpg
echo "deb [signed-by=/etc/apt/keyrings/nodesource.gpg] https://deb.nodesource.com/node_20.x nodistro main" | tee /etc/apt/sources.list.d/nodesource.list
apt-get update
apt-get install -y nodejs
npm i -g yarn
cd /var/www/pterodactyl
yarn
yarn add cross-env
apt install -y zip unzip git curl wget
wget "$(curl -s https://api.github.com/repos/BlueprintFramework/framework/releases/latest | grep 'browser_download_url' | cut -d '"' -f 4)" -O release.zip
mv release.zip /var/www/pterodactyl/release.zip
cd /var/www/pterodactyl
unzip release.zip
FOLDER="/var/www/pterodactyl"; OWNERSHIP="www-data:www-data"; sed -i -E -e "s|FOLDER=\"/var/www/pterodactyl\" #;|FOLDER=\"$FOLDER\" #;|g" -e "s|OWNERSHIP=\"www-data:www-data\" #;|OWNERSHIP=\"$OWNERSHIP\" #;|g" $FOLDER/blueprint.sh
chmod +x blueprint.sh
bash blueprint.sh
blueprint -install nedula
apt upgrade
apt update

uptadate pterodactyl

cd /var/www/pterodactyl
php artisan down
curl -L https://github.com/pterodactyl/panel/releases/latest/download/panel.tar.gz | tar -xzv
chmod -R 755 storage/* bootstrap/cache
composer install --no-dev --optimize-autoloader
php artisan view:clear
php artisan config:clear
php artisan migrate --seed --force
chown -R www-data:www-data /var/www/pterodactyl/*
php artisan queue:restart
php artisan up
systemctl stop wings
curl -L -o /usr/local/bin/wings "https://github.com/pterodactyl/wings/releases/latest/download/wings_linux_$([[ "$(uname -m)" == "x86_64" ]] && echo "amd64" || echo "arm64")"
chmod u+x /usr/local/bin/wings
systemctl restart wings


install blueprind
sudo apt-get install -y ca-certificates curl gnupg
sudo mkdir -p /etc/apt/keyrings
curl -fsSL https://deb.nodesource.com/gpgkey/nodesource-repo.gpg.key | sudo gpg --dearmor -o /etc/apt/keyrings/nodesource.gpg
echo "deb [signed-by=/etc/apt/keyrings/nodesource.gpg] https://deb.nodesource.com/node_20.x nodistro main" | tee /etc/apt/sources.list.d/nodesource.list
apt-get update
apt-get install -y nodejs
npm i -g yarn
cd /var/www/pterodactyl
yarn
yarn add cross-env
apt install -y zip unzip git curl wget
wget "$(curl -s https://api.github.com/repos/BlueprintFramework/framework/releases/latest | grep 'browser_download_url' | cut -d '"' -f 4)" -O release.zip
mv release.zip /var/www/pterodactyl/release.zip
cd /var/www/pterodactyl
unzip release.zip
FOLDER="/var/www/pterodactyl"; OWNERSHIP="www-data:www-data"; sed -i -E -e "s|FOLDER=\"/var/www/pterodactyl\" #;|FOLDER=\"$FOLDER\" #;|g" -e "s|OWNERSHIP=\"www-data:www-data\" #;|OWNERSHIP=\"$OWNERSHIP\" #;|g" $FOLDER/blueprint.sh
chmod +x blueprint.sh
bash blueprint.sh
blueprint -install nedula
after my panel crash i have reinstalle pterodactyl
Emma
Emmaβ€’16mo ago
Could you go through the following steps? 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 remote blueprintframework/fallback. 5. Get some Blueprint extensions (if you haven't already) and install them onto your panel.
estewolf38
estewolf38OPβ€’16mo ago
okay i test
estewolf38
estewolf38OPβ€’16mo ago
yarn
No description
estewolf38
estewolf38OPβ€’16mo ago
with the nebula theme its function?
Emma
Emmaβ€’16mo ago
what do you mean?
estewolf38
estewolf38OPβ€’16mo ago
is
Get some Blueprint extensions (if you haven't already) and install them onto your panel.
Get some Blueprint extensions (if you haven't already) and install them onto your panel.
estewolf38
estewolf38OPβ€’16mo ago
i have is 😦
No description
estewolf38
estewolf38OPβ€’16mo ago
I have error but blueprint function
estewolf38
estewolf38OPβ€’16mo ago
No description
Emma
Emmaβ€’16mo ago
There have been over 5000 overal downloads of Blueprint, which none of those have experienced an error like this without having used non-Blueprint modifications in the past or having something done to their panel.
estewolf38
estewolf38OPβ€’16mo ago
the panel is not installed by me but my host maybe there is a link with that?
Emma
Emmaβ€’16mo ago
Could be, might be good to ask them about it.
estewolf38
estewolf38OPβ€’16mo ago
ok thank you very much for your help ^^
Emma
Emmaβ€’16mo ago
Glad to help, let me know how it goes!

Did you find this page helpful?