I'm mostly a front-end developer, and a new one at that. I have a client that wants to streamline the login process from their private website to their flarum forum. the web hosting platform is not open source and doesn't offer api options for login credentials to be managed through OIDC etc... so the way I'm doing this is by creating an extension that checks the website login for the users email (because their API allows for that) and then cross checks it with the flarum to see if an account with a matching email exists and then automatically logs them into the matching email's forum account.
I mostly wrote this using ChatGPT because I dunno how to do this otherwise and I ran into a wall with debugging and need some help if anyone can. I can still log into the forum, but the admin portion now gives an error. there is also a 405 error that comes up.
ChatGPT says "After reviewing the provided information, it seems that the core issue is related to how your extension is registered and how the namespaces are resolved in Flarum."
when I give the files and share my file structure, ChatGPT can find no errors, so I'm not sure where to go.