Error After I Installed 25-09
I Ran blueprint rerun-install , as while installing extentions it had errors.
Solution:Jump to solution
tldr;
For some reason,
monacoeditor
is broken, use Zeph's pteromonaco
extension instead.
https://blueprint.zip/browse/pteromonaco...PteroMonaco
Replaces the regular Pterodactyl file editor with Monaco
27 Replies
Which extensions do you have installed?
nebula refreshtheme serversplitter loader resourcemanager resourcealerts serversplitter mctools mclogs mctools consolelogs versionchanger huxregister mcplugins minecraftplayermanager monacoeditor subdomains serverimporter serverbackgrounds votifiertester shownodeids simplefavicons larvellogs
A Lot
Do You Want the Error I Got While Installing Addons ?
Any non-Blueprint modifications?
Nope
whats your tsconfig.json (in your ptero dir)
{
"compilerOptions": {
"target": "es2015",
"module": "es2020",
"jsx": "react",
"moduleResolution": "node",
"lib": ["es2015", "dom"],
"strict": true,
"noEmit": true,
"sourceMap": true,
"noImplicitReturns": true,
"skipLibCheck": true,
"skipDefaultLibCheck": true,
"esModuleInterop": true,
"allowSyntheticDefaultImports": true,
"baseUrl": ".",
"paths": {
"@/": ["./resources/scripts/"],
"@definitions/": ["./resources/scripts/api/definitions/"],
"@feature/": ["./resources/scripts/components/server/features/"],
"@Blueprint/": ["./resources/scripts/blueprint/"]
},
"plugins": [
{
"name": "typescript-plugin-tw-template"
}
],
"typeRoots": ["node_modules/@types"]
},
"include": ["./resources/scripts/*/"],
"exclude": ["/node_modules/"]
}
that should work,,
what
it works on my machine
which addon do you mean by monacoeditor? is it mine or the older one?


ik
but is related to bp
Its Open Source So..
May I Try Reinstalling Ptero And Restoring Database , Installing Bp Again And Then check ?
can you try removing that extension first and see if that fixes things
or otherwise
blueprint -upgrade
and then install everything except that extensionmonaco ?
yes
okay
One More thing I Forgot To Tell , I Edited Nebula Sidebar
shouldnt be able to cause that error
after That i got in bigg mess
so i reseted my bp
and nebula
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 prplwtf โข byte snippet-upgrade
try this
This one should work, I developed it as the older one which you had installed does weird stuff
ill try
PHP Deprecated: Constant E_STRICT is deprecated in /var/www/pterodactyl/vendor/psy/psysh/src/Exception/ErrorException.php on line 40
DEPRECATED str_getcsv(): the $escape parameter must be provided as its default value will change in vendor/laravel/framework/src/Illuminate/Validation/ValidationRuleParser.php on line 283.
This Line Was Spamming in Terminal*
But The Installation Was Error Free

Now After Loader The Nebula Is Stuck
taking a lot of time to load
but loaded
Anyways Solved
Thnx a lot everyone
Solution
tldr;
For some reason,
monacoeditor
is broken, use Zeph's pteromonaco
extension instead.
https://blueprint.zip/browse/pteromonacoPteroMonaco
Replaces the regular Pterodactyl file editor with Monaco