-
Notifications
You must be signed in to change notification settings - Fork 2k
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
Cross domain HTML import #1489
Comments
Check your console for CORS related errors. What are they? |
@shailesh17mar - did you find out what happened? |
I am getting this error in console then and then 79 other errors : Uncaught TypeError: Polymer is not a function |
Found out the issue. It was importing polymerjs multiple times for each component imported. Therefore, as a workaround I created a seperate elements.html file and vulcanized it and finally imported that instead of importing elements separately. |
I am not able to import my component from a different domain. It is not able import the internal imports present in my component. Is this problem due to relative import paths or something else?
Is there any way to work it out?
The text was updated successfully, but these errors were encountered: