Skip to content
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

Maximum (50) redirects followed #43

Open
kaihendry opened this issue Apr 19, 2021 · 2 comments
Open

Maximum (50) redirects followed #43

kaihendry opened this issue Apr 19, 2021 · 2 comments

Comments

@kaihendry
Copy link

kaihendry commented Apr 19, 2021

I switched my API to use the cheaper HttpApi type from the REST protocol type https://s.natalian.org/2021-04-19/httpApi.txt which also has JWT Authorizer type support and now I get a redirect loop.

I guess it's something to do with the different interface PayloadFormatVersion 2.0?

@earthboundkid
Copy link
Contributor

It seems like you have something misconfigured, which is causing circular redirects. "Maximum redirects followed" isn't an error itself; it's a message telling you that you have an error in how your system is setup, so your client has to bailout to prevent an infinite loop. Is there any evidence this has anything to do with the gateway package itself? AFAIK, gateway does not issue any redirect messages itself.

@kaihendry
Copy link
Author

Are you able to get Type: HttpApi working under apex/gateway?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants