pterodactyl / panel

Pterodactyl® is a free, open-source game server management panel built with PHP, React, and Go. Designed with security in mind, Pterodactyl runs all game servers in isolated Docker containers while exposing a beautiful and intuitive UI to end users.
https://pterodactyl.io
Other
6.86k stars 1.75k forks source link

Problem with 1.9.0 #4169

Closed DiamondsCode closed 2 years ago

DiamondsCode commented 2 years ago

Current Behavior

When running yarn build:production it outputs:

root@panel-main:/var/www/pterodactyl# yarn build:production
yarn run v1.22.19
$ yarn run clean && cross-env NODE_ENV=production ./node_modules/.bin/webpack --mode production
$ cd public/assets && find . \( -name "*.js" -o -name "*.map" \) -type f -delete```
It stayed here for 15+ minutes, and did not move.

### Expected Behavior

It usually goes through but it did not this time.

### Steps to Reproduce

Fix whatever error is causing it to freeze at

root@panel-main:/var/www/pterodactyl# yarn build:production yarn run v1.22.19 $ yarn run clean && cross-env NODE_ENV=production ./node_modules/.bin/webpack --mode production $ cd public/assets && find . ( -name ".js" -o -name ".map" ) -type f -delete```.

Panel Version

1.9.0

Wings Version

1.6.0

Games and/or Eggs Affected

N/A

Docker Image

N/A

Error Logs

No response

Is there an existing issue for this?

HerrSammyDE commented 2 years ago

same https://ptero.co/amiqewaxan.typescript

gOOvER commented 2 years ago

are you using a Mod? Because i the upgrade Guide nowhere yarn is used?

Ah, you both use the Docker Version of Ptero :)

HerrSammyDE commented 2 years ago

are you using a Mod? Because i the upgrade Guide nowhere yarn is used?

Ah, you both use the Docker Version of Ptero :)

no, "yarn build:production" is required to build the project

HerrSammyDE commented 2 years ago

maybe fix:

delete the "resources" folder once and paste it from the 1.9.0 version.

ghostdevv commented 2 years ago

The guide here shows you how to update https://pterodactyl.io/panel/1.0/updating.html - it doesn't require yarn because you install the already built version of the panel