Sep 21, 2022
If I understood it correctly, you are on step 2 and having issue with your backend API.
In that case you need to enable CORS from backend.
My example was in NodeJs. I used this npm module
https://www.npmjs.com/package/cors
Hope it helps 🙂