-
Notifications
You must be signed in to change notification settings - Fork 65
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error: The Google Maps JavaScript API could not load. #823
Comments
If you would like to upvote the priority of this issue, please comment below or react on the original post above with 👍 so we can see what is popular when we triage.@tarochipz Thank you for opening this issue. 🙏
This is an automated message, feel free to ignore. |
According to the screenshot, the error-message is created in the Since the
I think we can safely exclude the possibility of the script failing to parse, which would leave us with only the "failed to load" part, which could have a lot of reasons, like network availability, content-blockers and the like. |
Agree that network availability, content-blockers etc. would be the cause. But I'm also wondering about question #2, because we've seen an increase of this error recently on |
I'm relatively sure that once the script is loaded there's no way to trigger the script error-event. Things like uncaught exceptions happening in the js runtime would trigger the window.onerror handler, but not the error-handler of the script itself. |
Got it, thank you 🙏 |
Seems like this is answered; please reopen if you feel there are unresolved questions. |
May I know if your problem is solved? I also have the same problem. @tarochipz |
I am seeing a bunch of
Error: The Google Maps JavaScript API could not load.
errors in our Sentry. But there is no additional information on the error.”The API session token expires if someone leaves a map open for more than about 24 hours, so it's normal to see a low level of these errors. (This is the intended behavior)”
. The majority of this error (not all though) comes from our app/logout
URL -- would a session expiry lead to this error ? Our app session timeout redirects users to the/logout
url but it's max 20 minutes.This is how we're using the loader in our app wrapper:
This is the Sentry error:
The text was updated successfully, but these errors were encountered: