You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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.
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?
The text was updated successfully, but these errors were encountered: