Server / API: https://github.com/LambdaSchool/trinkets-api
Mock website: https://codesandbox.io/s/pt14-httpajax-ii-0176m?file=/src/components/Item.js
In the code it uses axios to request data from the server running locally on my machine. It works in Google Chrome but not Safari ... why and how do I solve this?
Safari Version 13.1 (15609.1.20.111.8)
Got it. Try enabling https for your local server. Safari does not allow mixed content. See Safari 9 disallowed running of insecure content?