How to update panel and keep blueprint addons

Title
6 Replies
Saelman
Saelman8mo ago
I dont think you can. you dont lose anything when reinstalling them after a update tho.
ZribeDev
ZribeDevOP8mo ago
How do I reinstall blueprint Like do i just install it like normal
Saelman
Saelman8mo ago
do you have blueprint installed now? if so just blueprint -upgrade
ZribeDev
ZribeDevOP8mo ago
Will this also update the panel Or just blueprint
Saelman
Saelman8mo ago
just blueprint. one moment. at work on a call.
ZribeDev
ZribeDevOP8mo ago
Kk updated panel, now il reinstall blueprint Used rerun install Oof ERROR in resources/scripts/blueprint/extends/routers/ServerRouter.tsx:41:79 TS2339: Property 'BlueprintFramework' does not exist on type 'Server'. 39 | export const NavigationLinks = () => { 40 | const rootAdmin = useStoreState((state) => state.user.data!.rootAdmin);
41 | const serverEgg = ServerContext.useStoreState((state) => state.server.data?.BlueprintFramework.eggId);
| ^^^^^^^^^^^^^^^^^^ 42 | const match = useRouteMatch<{ id: string }>(); 43 | const to = (value: string, url = false) => { 44 | if (value === '/') { ERROR in resources/scripts/blueprint/extends/routers/ServerRouter.tsx:99:79 TS2339: Property 'BlueprintFramework' does not exist on type 'Server'. 97 | export const NavigationRouter = () => { 98 | const rootAdmin = useStoreState((state) => state.user.data!.rootAdmin);
99 | const serverEgg = ServerContext.useStoreState((state) => state.server.data?.BlueprintFramework.eggId);
| ^^^^^^^^^^^^^^^^^^ 100 | const match = useRouteMatch<{ id: string }>(); 101 | const to = (value: string, url = false) => { 102 | if (value === '/') { error Command failed with exit code 2. info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command. 19:12:46 INFO: Syncing Blueprint-related database values.. 19:12:46 INFO: Put application into production. 19:12:46 SUCCESS: Blueprint has completed its installation process. root@server:/var/www/pterodactyl# Imma upgrade Less go Worked

Did you find this page helpful?