Bug: 405 method not allowed - Middleware + handler don't handle non-GET requests gracefully #171
Open
4 tasks done
Labels
bug
Something isn't working
Prerequisites
Describe the issue
Steps
POST
request to one of the api routes (or invoked a server action)POST /api/auth/login
Expected
The handler redirects to login, or better yet, allows to handle it otherwise to inform the front-end that session has expired and user needs to be logged in again.
Actual
🔴
/api/auth/login?post_login_redirect_url=... 405 Method Not Allowed
Library URL
https://github.com/kinde-oss/kinde-auth-react
Library version
2.2.10
Operating system(s)
macOS
Operating system version(s)
23E224
Further environment details
No response
Reproducible test case URL
No response
Additional information
No response
The text was updated successfully, but these errors were encountered: