Hello, I manually deployed a React movie app that utilized an OMDB API, however, my MovieList component is missing, which can be seen in the upload, I ran the build locally and it works, also here are the deploy logs
@fvlly Check the JavaScript errors that are visible in the console:
If that component is powered by that API call then you’re going to want to update the url from http to https.
http
https
@nathanmartin It works now, change the URL to HTTPS, thanks a lot