I am working on Nuxt 3 with useFetch
hook to call API. When I call the 3rd party API post https://apitest.bankfeeds.com.au/v1/customer/data
using useFetch hook, it returns the CORS error
CORS Missing Allow Origin
I have the ssr: false in my nuxt.config.ts
file
I have tried to set cors on nuxt config file but not working and returns the same error.