Put method not working on idx. Please fix it

I imported a react project from my github.
After connecting the front-end and the back-end with api.
The create, read and delete works but the update(put method) isn’t.

if there is a solution please

Hi @Ammar_Adnew - I’m assuming you have your port exposed publicly? What error are you seeing in the DevTools console or network trace?

@kirupa PUT is working fine with CURL but not from Flutter WEB code inside Chrome (backend use nodejs/express/cors middleware)

the PUT pre-flight on Chrome do not show PUT as accepted method even if i allow all method