B
Blueprint•2d ago
Nectz

Installed TX Admin Integration Now Panel Is Broken

So I Installed that BP from SX and now my minecraft servers won't load and the Stop button is missing.
No description
No description
No description
Solution:
so - you ran into a blueprint bug when removing the extension - when using txadmin button, nebula gets a bit confused and that has to get fixed in a future release of nebula - txadmin button is not on blueprint.zip/browse, iirc the creator got their products removed after getting banned from this discord 😭...
Jump to solution
33 Replies
Nectz
NectzOP•2d ago
No description
Nectz
NectzOP•2d ago
Removed the BP and problem has stuck
Emma
Emma•2d ago
Do you have any non-Blueprint extensions?
Nectz
NectzOP•2d ago
Nope
Emma
Emma•2d ago
Which version of Blueprint are you using?
Nectz
NectzOP•2d ago
Lara
Lara•2d ago
Open your browser dev tools and look at the console too What does the react error say
Nectz
NectzOP•2d ago
beta-2024-12 is version
Emma
Emma•2d ago
oh wait, txadmin button isn't a verified extension on blueprint.zip/browse
Blueprint
Blueprint•2d ago
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
Emma
Emma•2d ago
this should do the trick, txadmin button might just be broken when using nebula though
Lara
Lara•2d ago
It might be an easy fix anyway
Nectz
NectzOP•2d ago
No description
Emma
Emma•2d ago
this is likely nebula's stylesheets getting confused i can take a look at the source code later, but at the moment im quite occupied with blueprint development
Lara
Lara•2d ago
Ok malformed bundle is an odd issue
Nectz
NectzOP•2d ago
Seems like some things may have went where things shouldn't have went lol
Lara
Lara•2d ago
That would indicate something wrong with the yarn build process
Emma
Emma•2d ago
thats probably from a failed build, not the scuffed power buttons
Nectz
NectzOP•2d ago
i'll follow the bots recommendation
Lara
Lara•2d ago
Duh
that would indicate something wrong with the yarn build process
Odd it didn't affect the entire webpack bundle but it could also just be browser caching?
Emma
Emma•2d ago
browser caching probs
Nectz
NectzOP•2d ago
does it on all my devices? Found it!
ERROR in resources/scripts/blueprint/components/Server/Terminal/AdditionalPowerButtons.tsx:2:63
TS2307: Cannot find module '@/blueprint/extensions/txadminintegration/elements/TXAdminButton' or its corresponding type declarations.
1 | import React from 'react';
> 2 | /* blueprint/import */import TxadminintegrationComponent from '@/blueprint/extensions/txadminintegration/elements/TXAdminButton';
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3 |
4 | export default () => {
5 | return (
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/blueprint/components/Server/Terminal/AdditionalPowerButtons.tsx:2:63
TS2307: Cannot find module '@/blueprint/extensions/txadminintegration/elements/TXAdminButton' or its corresponding type declarations.
1 | import React from 'react';
> 2 | /* blueprint/import */import TxadminintegrationComponent from '@/blueprint/extensions/txadminintegration/elements/TXAdminButton';
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3 |
4 | export default () => {
5 | return (
error Command failed with exit code 2.
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
Emma
Emma•2d ago
yeah that issue should be fixed with the latest blueprint version https://discord.com/channels/1063548024825057451/1094952791400775730/1422589713818062899
Nectz
NectzOP•2d ago
okay so I'll just update and see what's next?
Solution
Emma
Emma•2d ago
so - you ran into a blueprint bug when removing the extension - when using txadmin button, nebula gets a bit confused and that has to get fixed in a future release of nebula - txadmin button is not on blueprint.zip/browse, iirc the creator got their products removed after getting banned from this discord 😭
Nectz
NectzOP•2d ago
oof So do we know the fix? Should I just upgrade and rebuild yarn?
Emma
Emma•2d ago
1. upgrade 2. install extensions rebuilding yarn isn't needed, blueprint will do that for you
Nectz
NectzOP•2d ago
W Blueprint.
Emma
Emma•2d ago
also imma shill about the latest blueprint version real quick while we're talking about yarn builds
yarn build:production now has caching, and is like 2x-4x faster after your first build without compromise.
Nectz
NectzOP•2d ago
Well I'll say that went smoothly and now its working. Now to install and re config these extensions. I guess going forward I should check the BP marketplace instead lol
Emma
Emma•2d ago
yup!!
Emma
Emma•2d ago
FYI, the issue you were facing when removing the extension was fixed in the latest release, so you shouldn't stumble onto that again :)
Nectz
NectzOP•2d ago
I'll use the trusted providers next time

Did you find this page helpful?