Hi all,
I am experiencing the error described here.
If a new user uses the extension for the first time, Flarum signup panel will open, as expected, with provided suggestions (with authResponse->make($request, $identification, $suggestions);
).
However, it will throw a "201 Created" error upon signing up. Refreshing the page reveals that the user is indeed logged in.
What am I missing ?