You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm making a similar app, and I'm curious if you ever encountered the iTunes Api erroring between localhost and deploying to now? i.e. making the same request on localhost and a test server.
For example, this is a response from the itunes api that's failing for me:
The iTunes response Header: Access-Control-Allow-Origin is : https://orion-spotify.now.sh which is my test server.
But I'm sending that request from localhost:3000 during development. It looks like iTunes is caching my origin for the requests I made from the test server. If you saw this same error, I'm curious how you fixed it because I can still make requests but not the same requests between localhost and test servers.
The text was updated successfully, but these errors were encountered:
I'm making a similar app, and I'm curious if you ever encountered the iTunes Api erroring between localhost and deploying to now? i.e. making the same request on localhost and a test server.
For example, this is a response from the itunes api that's failing for me:
The iTunes response Header: Access-Control-Allow-Origin is : https://orion-spotify.now.sh which is my test server.
But I'm sending that request from localhost:3000 during development. It looks like iTunes is caching my origin for the requests I made from the test server. If you saw this same error, I'm curious how you fixed it because I can still make requests but not the same requests between localhost and test servers.
The text was updated successfully, but these errors were encountered: