-
Notifications
You must be signed in to change notification settings - Fork 142
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
Deployed app not working #46
Comments
I'm having the same problem, thanks for sharing your workarround. I'm usign polymer-cli for building, @Mayhem50 are you? |
Very similar issues here. example: |
@mgibas I'm not seeing any errors when I open your site -- did you work out the problem? |
I'm also hitting this issue, the suggested rewrite is causing requests to /__/auth and similar to return the contents of index.html |
Are you configuring your |
Yes same here and I've correctly configured my I'm also using the polymer-cli for building my project, could this issue come from this ? |
@mbleigh yeah, I had to deploy a fix - sorry for that. |
@cdata any ideas on what this might be? |
I use Polymer CLI and encountered the same problem |
I use @Mayhem50 's solution and it works. I delete every rewrite rules in |
solution found in https://github.com/Polymer/polymer-cli/issues/290 |
I have migrated my application from
firebase-element
topolymerfire
. Everything works fine until I deploy the app.After, on local or on web many errors appear.
On web, errors are :
Uncaught NotSupportedError
,Uncaught TypeError: Polymer.Base._getExtendedPrototype is not a function
, etcAfter deploying, on local, it seams that it's an iframe that points to
mywebsite.firebaseapp.com/__/auth
is corrupted. Errors are same.The workarround I find is to have a project for auth and database and deploy on other project. It resolves only auth corruption.
After long search I thinl the problem comes from polymer build process
The text was updated successfully, but these errors were encountered: