Extension that works on my panel but not on a client's panel

Hello, I made an extension to connect to Pterodactyl via Discord, however, everything works fine for me and for friends, but there is an error in one of the clients who uses the extension. He has an error that doesn't happen anywhere else. Feel free to ping me when replying.
No description
6 Replies
Emma
Emma3mo ago
Blueprint extension identifiers should not have capital characters. Blueprint is meant to prevent you from using special and capital characters but somehow didn't do that here.
Athenox
AthenoxOP3mo ago
but why is it working on other panels ? And I think, the issue here is that it looks for discordLogin/elements/LoginButton but the correct path is discordLogin/components/elements/LoginButton
Emma
Emma3mo ago
No this is just how Blueprint binds your extension.
Athenox
AthenoxOP3mo ago
ok, so I'll change extension identifier
Emma
Emma3mo ago
Even if your identifier works right now, it's unintented and will cause issues, like this one. It will also not install on future versions of Blueprint.
Athenox
AthenoxOP3mo ago
ok

Did you find this page helpful?