-
-
Notifications
You must be signed in to change notification settings - Fork 224
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Help: getting 404 in /authorization/token #564
Comments
Hi @pinoyoutdoor this looks like your base url is not correctly configured, could you check whether at the |
here is my env APP_TENANT_ID="" |
I can see when I perform a POST, it works correctly in my installation, however a GET leads to the same error. A POST should be used for this though, per documentation. I imagine a better error than a 404 would instead be 405, method GET not supported. But to get your token, make your request a POST and provide the payload and it should work fine if everything else does. |
having issue with /authorization/token, all other links are working (using fusio 5.1.1)
a. apache fusio.access.log = GET /authorization/token HTTP/1.1" 404
b. browser display error =
please help...
The text was updated successfully, but these errors were encountered: