Any idea what might fix this error?
Client error: `PATCH https://[radacted].com/api/users` resulted in a `405 Method Not Allowed` response:
{"errors":[{"status":"405","code":"method_not_allowed","detail":"Flarum\\Http\\Exception\\MethodNotAllowedException: PAT (truncated...)
I'm using the WP plugin with subdomain integration for the Flarum instance. I'm able to login/logout with my admin account. This error popped up when attempting to process a transaction via Easy Digital Downloads, which provides a form that both creates a user account and processes a transaction (via Stripe) in my case. When submitting the form, the user is created properly in WP and the user is created in Flarum ā however, the form fails and the transaction does not process while returning the client error noted above.
The user is able to then login to the site (which successfully logs them into the forum). The forum still requests that the user activate their email (though no activation email was sent - they can request a new one). I appreciate any insights as I work to move my sites to your solution ā been running an outdated SSO solution for a while.
Let me know if I can provide any other details as we sleuth this. Thanks!