B
Blueprint•2mo ago
Thurion

Installing blueprint does not install the extensions tab

I get this error when installing blueprint:
WARNING in ./resources/scripts/blueprint/css/extensions.css (./node_modules/css-loader/dist/cjs.js??ref--6-1!./node_modules/postcss-loader/dist/cjs.js??ref--6-2!./resources/scripts/blueprint/css/extensions.css)
Module Warning (from ./node_modules/postcss-loader/dist/cjs.js):
Warning

(20:3) autoprefixer: start value has mixed support, consider using flex-start instead
@ ./resources/scripts/blueprint/css/extensions.css 2:12-173 9:17-24 13:15-22
@ ./resources/scripts/index.tsx
@ multi react-hot-loader/patch ./resources/scripts/index.tsx

WARNING in ./resources/scripts/blueprint/css/extensions.css (./node_modules/css-loader/dist/cjs.js??ref--6-1!./node_modules/postcss-loader/dist/cjs.js??ref--6-2!./resources/scripts/blueprint/css/extensions.css)
Module Warning (from ./node_modules/postcss-loader/dist/cjs.js):
Warning

(20:3) autoprefixer: start value has mixed support, consider using flex-start instead
@ ./resources/scripts/blueprint/css/extensions.css 2:12-173 9:17-24 13:15-22
@ ./resources/scripts/index.tsx
@ multi react-hot-loader/patch ./resources/scripts/index.tsx
WARNING in ./resources/scripts/blueprint/css/extensions.css (./node_modules/css-loader/dist/cjs.js??ref--6-1!./node_modules/postcss-loader/dist/cjs.js??ref--6-2!./resources/scripts/blueprint/css/extensions.css)
Module Warning (from ./node_modules/postcss-loader/dist/cjs.js):
Warning

(20:3) autoprefixer: start value has mixed support, consider using flex-start instead
@ ./resources/scripts/blueprint/css/extensions.css 2:12-173 9:17-24 13:15-22
@ ./resources/scripts/index.tsx
@ multi react-hot-loader/patch ./resources/scripts/index.tsx

WARNING in ./resources/scripts/blueprint/css/extensions.css (./node_modules/css-loader/dist/cjs.js??ref--6-1!./node_modules/postcss-loader/dist/cjs.js??ref--6-2!./resources/scripts/blueprint/css/extensions.css)
Module Warning (from ./node_modules/postcss-loader/dist/cjs.js):
Warning

(20:3) autoprefixer: start value has mixed support, consider using flex-start instead
@ ./resources/scripts/blueprint/css/extensions.css 2:12-173 9:17-24 13:15-22
@ ./resources/scripts/index.tsx
@ multi react-hot-loader/patch ./resources/scripts/index.tsx
Solution:
okay its sidebar
Jump to solution
17 Replies
Emma
Emma•2mo ago
Could you share how you stumbled onto this error, where it was shown and any additional logs?
Thurion
ThurionOP•2mo ago
okay after a few tries i found out its not when installing, but rather reinstalling when i had some extensions already installed
No description
Thurion
ThurionOP•2mo ago
also my extensions tab says this:
No description
Blueprint
Blueprint•2mo 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•2mo ago
You might have an extension causing your first issue. Second issue should be fixed with an upgrade.
Thurion
ThurionOP•2mo ago
okay ill try okay, its fixed, tysm, now i try reinstalling the extensions and see whats up okay, everything is alright now, except for an insignificance, the login page is not centered anymore.
Thurion
ThurionOP•2mo ago
No description
Emma
Emma•2mo ago
thats weird, which extensions do you have installed?
Thurion
ThurionOP•2mo ago
this ones
No description
Thurion
ThurionOP•2mo ago
i have no idea wich one because i installed all of them at the same time probably darkenate or sidebar
Emma
Emma•2mo ago
I wonder if it could be related to sidebar, could you try removing that extension?
Thurion
ThurionOP•2mo ago
yeah
Solution
Thurion
Thurion•2mo ago
okay its sidebar
Emma
Emma•2mo ago
@Zeph ^^ Zeph in case you are using the wrapper for adding styles to that navigation bar, you should be able to limit it to signed in users.
Thurion
ThurionOP•2mo ago
ty for your help, also looking forward for that sidebar update ^^ Also the warning at the beginning also comes from the sidebar plugin, just checked it
Zeph
Zeph•2mo ago
I'll take a look at it, never thought to test the login area 😅
Emma
Emma•2mo ago
either adjust your css selectors or throw the css into a php wrapper instead and add some login checks

Did you find this page helpful?