I have a Private API Group that Requires Authentication. It works in the API tab in Flutterflow but does not work anywhere else. It works fine if it is public but I do not want the Bearer token to be exposed. I am getting different errors in the different environments.
In Flutterflow:
In Test Mode Private API Call:
In Run Mode: This error seems like the Authorization header is not being passed
In Web (Web Publishing):
Test Mode & Run Public API Call: