Hi all,
I’m building a bunch of landing pages & home page on Bubble, that most users will access not being logged-in.
I’m using the Local Storage Plug-in in order to save the language the user should see based on origin or own preference.
I force the local storage to store “lang=es_es” upon page load
I see it being saved in the Browser correctly:
Then, still upon Page load, I use that to force a page refresh with the correct params “?lang=es_es”
I don’t know why, but the URL shows an empty param: “?lang=”
What am I doing wrong?
Thanks for your help!