API is not working properly

Site doesn’t work as it should, but works from local computer when using API.
https://tender-lamport-729bee.netlify.app

Any thoughts? It has happened to me before with another site I made

2 errors occur in the browser console.
“catch” in getData() should look like this:

  catch(error) {
    console.log(error)
  }

Please reply here when this one is fixed.

You also have to use https for the API URL.

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.