Altinn / altinn-authentication-frontend

Authentication React frontend with BFF
MIT License
1 stars 0 forks source link

User language is not set correct in cookies #285

Closed mgunnerud closed 1 month ago

mgunnerud commented 1 month ago

Description of the bug

We are currently unable to read the language from users cookie, so the fallback language norwegian bokmål will always be used.

Two issues should be fixed to get correct language cookie:

Steps To Reproduce

  1. Go to frontend solution
  2. Check cookies, see that cookie name is not the expected cookie name

Additional Information

No response