-
Notifications
You must be signed in to change notification settings - Fork 3.9k
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
TypeError: Cannot read property 'origin' of undefined #9871
Comments
The cause is because amphtml/src/service/document-info-impl.js Line 70 in 97649ad
$g.get call in the trace) is somehow returning undefined .
|
This issue hasn't been updated in awhile. @zhouyx Do you have any updates? |
This issue hasn't been updated in awhile. @choumx Do you have any updates? |
This issue hasn't been updated in awhile. Do you have any updates? |
1 similar comment
This issue hasn't been updated in awhile. Do you have any updates? |
This happens when you forget to pass the third argument (url) to |
@choumx did you have something in mind you wanted to do about this, e.g. logging a warning or preventing error reporting? Otherwise I am inclined to close this issue. |
Hm, could we verify the arguments to |
From: https://github.com/ampproject/amphtml/blob/master/src/url.js#L314
The text was updated successfully, but these errors were encountered: