Hi there,
I am trying to implement laravel oauth as described here.
After completing the passport setup on my laravel application and updating the setting on flarum, i tried loggin through oauth, it notified me that flarum is asking for authorization and I accepted. Now the oauth popup just shows An error occurred while trying to load this page.
I can see that its redirecting back to <flarum>/auth/passport?code=<some massively long code>
Not sure where to look to fix it, any help would be appreciated.
Thank you