You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I use crypto-js for encrypt and decrypt some value but it's work fine on dev mode. I call function for encrypt on client component (after click button) and then decrypt in server component which value decrypt as a route params. I got error TypeError: Cannot read properties of undefined (reading 'parse') only on production mode. I'm not sure, I do something wrong.