B
Blueprint15mo ago
bzigus

No Extension Page

Hi! I just installed Blueprint however the extensions tab in the admin panel is not showing up. I installed my first addon but is still not working. Am I doing something wrong?
No description
19 Replies
root@david1117:~#
It's on the right upper corner @bzigus
bzigus
bzigusOP15mo ago
No description
bzigus
bzigusOP15mo ago
There's nothing up there
root@david1117:~#
Did blueprint install successfully?
Growtoups | elixior.cloud
doesnt seems so
bzigus
bzigusOP15mo ago
I think so, I can run all the blueprint commands through terminal I just looked through the install logs, and I don't see any errors I tried to rerun the install using the blueprint -rerun-install but now Im getting this error
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.
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.
Emma
Emma15mo ago
Blueprint does not work with addons that aren't made with the framework.
bzigus
bzigusOP15mo ago
I am pretty sure I don't have any other addons installed though. Atleast to the best of my knowledge.
Emma
Emma15mo ago
alright imma get a couple commands
bzigus
bzigusOP15mo ago
Ping me once you have them! Take your time, thank you
Emma
Emma15mo ago
alright in a rush so will respond later @bzigus 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.
bzigus
bzigusOP15mo ago
That worked! Thank you so much'
Emma
Emma15mo ago
alrighty! if you have some time to waste, please leave a review on your marketplace of choice and star blueprint on github :)
Dyzin
Dyzin15mo ago
@Emma i got the same problem it wont add the admin/extensions in the sidebar but it works fine if you manunly go the the website
No description
Emma
Emma15mo ago
wdym?
Dyzin
Dyzin15mo ago
it won't show in the sidebar
Emma
Emma15mo ago
thats intentional check the top right for a puzzle icon
Dyzin
Dyzin15mo ago
a i see now think me and got bzigus got confused by the nebula demo as he apparently he than manually added it there
No description
Emma
Emma15mo ago
oh yeah i added that to minimize confusion on the demo panel on where to find nebula designer

Did you find this page helpful?