Admin Route
I'm trying to add a route to my admin page. It shows up fine, but when I click it I get this error even though that file does exist

Rust Plugin Manager
I installed this plugin according to the instructions - https://builtbybit.com/resources/rust-plugin-installer.31892/ all installed without errors, but in the server management menu does not appear in the tab with the plugin manager, the theme nebula. Help please, where do I need to add something else to make the tab appear?
Tutorial: Add a new Button to the nebula sidebar
Important files to add a new sidebar button in nebula:
/src/views/sidebar/content.blade.php
/src/views/wrapper/script.blade.php ...

Can somebody help me
hello i tryed to asked in pterodactyl but nobodys answers me the just fully skip me im getting Something went wrong
Could not establish a connection to the machine running this server. Please try again....

The POST method is not supported.
Hi, I have 2 functions in my code. createCategory and deleteCategory. createCategory works fine but for deleteCategory, I have the error "The POST method is not supported for route extensions/{MyIdentifierThatIKeepInSecretForTheMoment}/deleteCategory. Supported methods: GET, HEAD." but both are in post in the backend and in web.php. Pls, ping me when answering
Can not run blueprint on raspberrypi
I want to use the docker-compose (not the classic version) of blueprint for my raspberrypi. Sadly everytime I run the official docker compose a error appears, that I am using arm and I need to use a different image. I used the manifest command and inserted the arm image to the panel image in the docker compose. Sadly it still does not run.
error:
/docker-compose/blueprint $ sudo docker compose up
WARN[0000] The "LKCmVYq" variable is not set. Defaulting to a blank string. ...
Advice Needed for Hosting Blueprint + Pterodactyl Panel in Docker + Git Version Management
Hey everyone! 👋
I’m trying to host the Blueprint panel on Coolify. I’ve already managed to deploy Pterodactyl’s Docker Compose setup successfully, but now I want to switch to Blueprint. Ideally,
I’d like to:...
Blueprint supports Pyrodactyl
Question on the top
Will there be support in the future for pelican panel or jexactyl panel?
Hello i have a simple question, do you plan in future to add support for pelican and jexactyl panels for blueprint.
How would I go about "combining" pages?
Hiya! Apologies if I'm not in the right spot for this, but how would one go about "combining" pages/tabs?
I've installed a Reverse-Proxy extension, alongside planning on setting up a subdomain extension, but I feel it'd make sense to have all of these in the same page as the Port Allocations/Network.
How would I/is it possible to set up so that a blueprint-based expansion is accessible through a different page than what it's currently on, does it depend on the extension I've bought on how I am to go about it/possible to do?
...

Install/upgrade NodeJS error
When i trying to install/upgrade Blueprint, i get this error
PHP Version error after upgrading with redprint
Error: Composer detected issues in your platform: Your Composer dependencies require a PHP version ">= 8.2.0".

Issues with installing extension
Hiya, having some super weird issue in fresh install of blueprint and pterodactyl. When I try to install a extension that requires the panel to be rebuilt it has issues eg Seems like some characters are being inputted wrong, I've been trying to get this setup as I am moving the panel to this new VPS.
It's honestly really annoying me now, I've done all troubleshooting steps like upgrade where you remove node modules and follow update guide then re run blueprint install. I've also tried just removing the pterodactyl folder to see if anything was messed up in there but still no beuno, not just one plugin either so unsure....
ERROR in ./resources/scripts/blueprint/extends/routers/routes.ts
Module build failed (from ./node_modules/babel-loader/lib/index.js):
SyntaxError: /var/www/pterodactyl/resources/scripts/blueprint/extends/routers/routes.ts: Unexpected character '�'. (3:91)
ERROR in ./resources/scripts/blueprint/extends/routers/routes.ts
Module build failed (from ./node_modules/babel-loader/lib/index.js):
SyntaxError: /var/www/pterodactyl/resources/scripts/blueprint/extends/routers/routes.ts: Unexpected character '�'. (3:91)
Ptero/wings in docker, trouble with blueprint
So I have pterodactyl and wings in docker using Cloudflare zero trust. Works great. However my docker install scripts didn't come with blueprint. So I'm trying to figure out if https://github.com/BlueprintFramework/docker will be a good option. The readme.md is a little confusing for me. Is this meant to be used with a fresh install of ptero/wings?
My base directory is /srv/pterodactyl, and I have all the containers running with no errors. I'm not even sure where to begin with this one. When I try to install extensions, blueprint can't find the extensions:
```root@system:~/tools/docker# docker compose exec panel ls /blueprint_extensions
darkenate.blueprint
root@system:~/tools/docker# docker compose exec panel blueprint -i darkenate...