I get an error when I go to the web page to log in
The error message returned: {"error":"invalid_state","error_description":"The state is missing or does not have enough characters and is therefore considered too weak. Request parameter 'state' must be at least be 8 characters long to ensure sufficient entropy."}
NextJS App Router
KINDE_CLIENT_ID= **
KINDE_CLIENT_SECRET= **
KINDE_ISSUER_URL=https://zuoplay.kinde.com
KINDE_SITE_URL=http://localhost:3000
KINDE_POST_LOGOUT_REDIRECT_URL=http://localhost:3000
KINDE_POST_LOGIN_REDIRECT_URL=http://localhost:3000/dashboard
NextJS App Router
KINDE_CLIENT_ID= **
KINDE_CLIENT_SECRET= **
KINDE_ISSUER_URL=https://zuoplay.kinde.com
KINDE_SITE_URL=http://localhost:3000
KINDE_POST_LOGOUT_REDIRECT_URL=http://localhost:3000
KINDE_POST_LOGIN_REDIRECT_URL=http://localhost:3000/dashboard


