Account created on 8 January 2024, 11 months ago
#

Recent comments

I came up with this patch.

Not the best solution I know, leaving the data in memory like that, but it works for me.

Steps to reproduce:

  1. Add a second language to your site, let's use Portuguese, Brazil ( pt-br ) as an example.
  2. Install social auth + a provider like Social Auth Facebook .
  3. Go to Facebook developers and create an app.
  4. Configure the app accordingly and set up the Social Auth Facebook settings.
  5. Open an anonymous window from the Portuguese login page at yoursite.com/pt-br/login
  6. Use the provider to log in.

Expected behavior: Leave the page in Portuguese and return from Facebook to a page in Portuguese: yoursite.com/pt-br/user/{uid}

Actual behavior: Leave the page in Portuguese and return from Facebook to a page in English: yoursite.com/user/{uid}

Production build 0.71.5 2024