Cookie Consent Breaking Wized Auth

I had cookie consent added to a website project I am working on. We are also building a Wized web app as well using Xano as the back end, if that matters.

When implementing the cookie consent, my Wized auth breaks. I imagine this is due to the auth token being stored in a cookie.

I am having to remove cookie consent from the site. Is there a solution to this? Should I try to store auth in something else if possible?


The wized code doesn’t show here to be managed, I did make it essential but it does not set the auth cookie that my auth checks for.

Hey @josiah! We have identified the issue and have pushed a fix, it should be live by the end of the week!

Thank you! For now I am using the auth in a variable for session storage.