I'm trying to make an API Call to my company's website, and the API call works in flutter (desktop vs code), and in my python program, but not in FlutterFlow. When I inspect the network traffic with developer tools, the JSON payload variables are not being replaced with my variables, thus I'm getting an incorrect username or password error. Attached are some images.
API Call Variables Not Working
Database & APIs
So far I've tried:
Verifying credentials are correct
changing browsers
verified issue is not with the API but instead with the JSON payload
No
2
2 replies