I am new to using themoviedb api and deploying angular apps on prod environments.
I developed an angular app and used themoviedb api to create a netflix-like app.
Everything worked in local.
But when I deployed it on render/netlify/vercel, the home page just doesn't load. console shows below error:
"DevTools failed to load source map: Could not load content for chrome-extension://fheoggkfdfchfphceeifdbepaooicaho/sourceMap/chrome/scripts/iframe_form_check.js.map: System error: net::ERR_BLOCKED_BY_CLIENT"
Can't find a movie or TV show? Login to create it.
Want to rate or add this item to a list?
Not a member?
Reply by robbie3999
on May 9, 2023 at 5:43 PM
Maybe this:
https://stackoverflow.com/questions/22318119/i-am-getting-failed-to-load-resource-neterr-blocked-by-client-with-google-chr
Reply by deepakvegeta
on May 9, 2023 at 8:36 PM
the answers there say adblocker is the issue, but I don't have any.
Reply by robbie3999
on May 10, 2023 at 1:52 PM
It could be some other extension. You probably want to start a window in incognito mode to disable all extensions (and probably get rid of the message you are seeing). Then you can tell if that message even has anything to do with the app problem you are having.
Reply by deepakvegeta
on May 12, 2023 at 8:12 PM
okay, based on what you said, I deployed one of my other angular app on netlify which doesn't use external apis, it works fine, but even that app shows the same message on console. So I think it has nothing to do with my original post issue. is it possible that the themoviedb api is designed to not work on apps deployed in production environments and is only allowed for local testing and development?
Reply by Travis Bell
on May 12, 2023 at 10:07 PM
No. There are tens of thousands of apps deployed using TMDB.
Without a specific error, I’m not sure how much help we can provide.
There’s lots of Angular apps built on TMDB:
Reply by deepakvegeta
on May 14, 2023 at 9:39 AM
okay, I guess the issue is on my app. thanks a lot for those links!