-
Notifications
You must be signed in to change notification settings - Fork 74
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
Fails to process post request from Google - after now using latest version of Aurelia Webpack Babel Skeleton #178
Comments
could this be an issue with using the aurelia-webpack-plugin |
This just happened from production, so it is definitely not the webpack dev server please provide any recommendations |
Sorry Joshua no idea. Aurelia-auth didn't change recently. |
This is probably the reason, found it while looking at aurelia-authentication plug in |
I am not currently able to reproduce the issue after I put this into the webpack config plugins: [ @jods4 |
I have not been able to repeat this, since I moved the submodule dependancy into the webpack config |
please reference these two open issues:
WebJamApps/combined-front#153
aurelia/skeleton-navigation#805
Current behavior:
Intermittent freeze to the /dashboard route after login. I am using the Aurelia-Auth plugin
There was no issue before I upgraded to the latest version of this skeleton, and there is no way to debug this issue that I am aware of. Myself and another developer have tried everything we could think of for the past day, but were unsuccessful in resolving this bug. i am open to using a different plugin or front end package for auth if that is the only solution.
Expected/desired behavior:
After login, the user gets routed to the /dashboard successfully without any freeze-ups
link to repo:
https://github.com/WebJamApps/combined-front/tree/dev/src
The text was updated successfully, but these errors were encountered: