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
{ error: 'Password string too short (min 32 characters required)' }
I didn’t actually notice at first, but I was missing characters in WORKOS_COOKIE_PASSWORD. I think the problem here is DX imo, since everything was flowing smoothly, and I didn’t notice the missing characters.
I regenerated the password, and it started working again after that. I would’ve appreciated something like a hint on Cookie password string....
The callback route logic throws an unhelpful
error if the cookie password is missing from the env variables.
The text was updated successfully, but these errors were encountered: