#Extension that works on my panel but not on a client's panel
1 messages · Page 1 of 1 (latest)
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.
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
No this is just how Blueprint binds your extension.
ok, so I'll change extension identifier
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.