You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
GET https://esm.sh/v99/@aws-sdk/[email protected]/X-ZS91dWlk/es2022/package.json.js 500
Additional info
esm.sh version: 99
Browser version: 112.0.5615.49 (arm64)
aws-amplify is has a depedency several steps down the chain on @aws-sdk/client-location, which is failing to load it's own package.json.js file with a 500.
In our case this is breaking our entire application.
I can't say for certain when any breakage actually occurred (as the browser will have cached the files in question) but I first saw it around 2023-04-19 1545 UTC.
I'm saying "breakage" on the assumption that something has actually broken here. I'm basing this on the fact that I'm using a pinned version, so the behaviour should be consistent.
The text was updated successfully, but these errors were encountered:
@ije sorry for tagging you directly but is there anything you can do to help with this 500 error? The same file is failed with a later version of the @aws-sdk/client-location package so I'm struggling to find a workaround at the moment. Thanks in advance if you are able.
Failing module
Error message
After
onload
I got this:Additional info
aws-amplify is has a depedency several steps down the chain on
@aws-sdk/client-location
, which is failing to load it's ownpackage.json.js
file with a 500.In our case this is breaking our entire application.
I can't say for certain when any breakage actually occurred (as the browser will have cached the files in question) but I first saw it around 2023-04-19 1545 UTC.
I'm saying "breakage" on the assumption that something has actually broken here. I'm basing this on the fact that I'm using a pinned version, so the behaviour should be consistent.
The text was updated successfully, but these errors were encountered: