Open icestormpure opened 3 days ago
Hello,
Could this issue be related to not including a userId
in your request on FlutterFlow? FF operates similarly to other API tools when making requests, so this might be a configuration issue on your local server, particularly around access control and who can retrieve specific information.
Please note that this GitHub issue tracker is intended for reporting and reproducing issues directly related to the FlutterFlow platform. If you need assistance with achieving this integration, feel free to reach out to our support team via in-app chat or at support@flutterflow.io.
Could this issue be related to not including a
userId
in your request on FlutterFlow?
No it doesn't. Just try and make an api call with the full url with no variables, it'll still return null and returns status 200. This is literally a bug how else is postman able to retrieve the values
So I figured out the problem. I added header Ngrok-Skip-Browser-Warning: 'true'
Now it's able to get the data
Can we access your project?
Current Behavior
I am using ngrok to expose my local mysql server and to make api call, I am able to retrieve the values by using Postman but when it comes to Flutterflow, it returns "Status 200 (Success)" but returns null value
Expected Behavior
Should be able to show the same result as postman does
Steps to Reproduce
Reproducible from Blank
Bug Report Code (Required)
IT4giMjfsM9Oxd8F17rtKe9Wnj8vC096R5c0r9pEGEshNbmuB7QQZ8/eSxdLYteYYFVYeGG0imUewaCMhtrhIfkrMk+uG4hT1pRXQT3MJDmVWq6gEpOoYWtBIJtQGEjG356zhRQlG/tfWmQj3DmHffCdG3qCf9qOYwx5e6fDbOY=
Visual documentation
Environment
Additional Information
Severely affecting my project because I will need to connect with my local mysql server