Is it possible to work with API that uses redirect?

Hi,
I’m having trouble accessing an api that uses redirection.
When trying to initialize the api the bubble returns the error:

the request lib that handles the redirect initially sets to 10, but then reconfigures with the bubble application configuration

and here the error that the bubble message

Bubble sets up maxRedirects with 0?
Is there any way around this problem?

Any solution to this? I am hitting this same error.

As an attempted workaround, I tried checking the “Include errors in response and allow workflow actions to continue” to see if that allow me to access the error and reference for downstream logic, but that does not behave as I expected it to (I got the same hard stop error in the logs).