Open jamesopti opened 1 year ago
I got this working with URLs from Unsplash, but others I'm having trouble with.
If there are CORS issues on the client, does that mean I need to run this on the server instead?
Either that or try to proxy the request through a server that removes cors.
You might play around with the fetch options also.
fetch
I got this working with URLs from Unsplash, but others I'm having trouble with.
If there are CORS issues on the client, does that mean I need to run this on the server instead?