Authentication flow state not found with NextJS Middleware
Hello, I had issue when combining NextJS Middleware and Kinde
I got error when successfull Signin / Register, and Kinde trying to navigate to callback
I found similar issue on github https://github.com/kinde-oss/kinde-auth-nextjs/issues/86 ,but seems like not solved yet.
One of the comment on the issue says need to change the matcher,
Currently my matcher looks like the attched image.
Any help would be appreciated
I got error when successfull Signin / Register, and Kinde trying to navigate to callback
http://localhost:3000/api/auth/kinde_callback . Error looks like this: I found similar issue on github https://github.com/kinde-oss/kinde-auth-nextjs/issues/86 ,but seems like not solved yet.
One of the comment on the issue says need to change the matcher,
Currently my matcher looks like the attched image.
Any help would be appreciated

GitHub
Prerequisites I have searched the repository’s issues and Kinde community to ensure my issue isn’t a duplicate I have checked the latest version of the library to replicate my issue I have read the...