Willy
Willy6d ago

FlutterFlow Buildship CORS Problem

I'm currently building an app and creating a chatbot that uses a collection query from a firestore database and use that query to create an openAI response. I've made the buildship flow and it works, but I'm having trouble integrating it with flutterflow. I am getting an error that's in the picture attached. Not sure where I can fix this, can any kind soul help me out?
No description
Solution:
Could you please share how you are making requests to the BuildShip endpoint from your HTML frontend, you should be able to handle or bypass the CORS issue from there, as checked from your shared workflow you are making an external request to an endpoint, you can also include Access-Control-Allow-Origin containing domain name in the headers of the API Call
Jump to solution
4 Replies
AI Support
AI Support6d ago
Processing...
🤖 Compiling the latest insights for you. 🔄 this might take a couple of minutes... beep boop
AI Support
AI Support6d ago
Sorry, there was an error processing your request. Please try again in ~1 minute
Gaurav Chadha
Gaurav Chadha15h ago
Also, sharing the email email response here
Solution
Gaurav Chadha
Gaurav Chadha15h ago
Could you please share how you are making requests to the BuildShip endpoint from your HTML frontend, you should be able to handle or bypass the CORS issue from there, as checked from your shared workflow you are making an external request to an endpoint, you can also include Access-Control-Allow-Origin containing domain name in the headers of the API Call

Did you find this page helpful?