After account creation (not log in) via the discourse-oauth2-basic plugin, it doesn’t redirect back to the page where you were.
5 Likes
@nbianca can you have a look at this? the whole pipeline of shuffling the redirect around is a bit tricky, but there is a pattern for it when you sign in on mobile for example (where we do not pop up a window).
2 Likes
https://github.com/discourse/discourse/commit/d8b543bb6794e26bedca3047532daef8e7e29afd
It is fixed as per above commit. Now I’m adding few more tests.
6 Likes