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?

Solution:Jump to 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
4 Replies
Processing...
🤖 Compiling the latest insights for you. 🔄 this might take a couple of minutes... beep boop
Sorry, there was an error processing your request. Please try again in ~1 minute
Also, sharing the email email response here
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