dabit3 / react-native-ai

Full stack framework for building cross-platform mobile AI apps
https://nader.codes
MIT License
879 stars 115 forks source link

Error when attaching image to open ai assitant #12

Open Suluuboi opened 6 months ago

Suluuboi commented 6 months ago

when I attach an image or any file to the open ai asistnt page on rn app the request fails on the font end saying

error:  [TypeError: Network request failed]

this request does not reach the server. When i dont attach an image all is working fine, I am using ngrok to send my request to my local server.