Using localstorage in public access

Hello,

I am using 'local storage' to migrate data between pages in my app; it works well for the signed-in user. However, It's not working in the public access link.

Do you have any experience with this issue?

Thank you

Hey @celil!

localStorage typically works in public apps, would you mind sharing more about the system you're using to migrate data between pages? It may be that the failure is happening elsewhere in the chain. It's good to check, in particular, for any step that requires some form of user authentication. Happy to take a look with you :slightly_smiling_face:

Hello @Kabirdas,

Thank you for your response. It was my mistake; I have since resolved the issue. Thank you for your help.