-
-
Notifications
You must be signed in to change notification settings - Fork 512
Intermittent routing freeze-ups to the auth enabled Dashboard route #805
Comments
i'm not sure if I fixed it, but i'm not able to reproduce this issue at this time, so closing this |
This seems to only occur intermittently and when i'm running the app locally using the webpack development server, also I have push-state enabled in routing |
unable to reproduce at this time |
steps to reproduce:
|
Is this the right place for this issue? It seems related with |
closing with this issue posted to aurelia-auth |
could this be an issue with using the aurelia-webpack-plugin |
Any reason why it would? aurelia.use.plugin('aurelia-auth/auth-filter');
aurelia.use.plugin('aurelia-auth', baseConfig=>baseConfig.configure(config)); |
I don't recall needing the auth filter line in the old skeleton
On Apr 24, 2017 4:19 PM, "jods" <[email protected]> wrote:
Any reason why it would?
That code ensures Webpack includes the required modules in the bundle and
compiles to:
aurelia.use.plugin('aurelia-auth/auth-filter');aurelia.use.plugin('aurelia-auth',
baseConfig=>baseConfig.configure(config));
—
You are receiving this because you modified the open/close state.
Reply to this email directly, view it on GitHub
<#805 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AMuN2JtyWc4D1a9ks2JkFcErMQXJYeAiks5rzQPrgaJpZM4NCSwR>
.
|
This just happened from production, so it is not the webpack dev server please provide any recommendations |
My recommandation is to look for support with |
ok fair enough
i'm not seeing much being done with that project anymore, so I might have
to refactor the way I am handling auth in the frontend then
it is just strange that these problems only occurred after I moved to the
latest skeleton
…On Tue, Apr 25, 2017 at 1:21 PM, jods ***@***.***> wrote:
My recommandation is to look for support with aurelia-auth.
aurelia-auth is not even in the skeleton so I don't think you'll get much
help here.
—
You are receiving this because you modified the open/close state.
Reply to this email directly, view it on GitHub
<#805 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AMuN2B8mgqODbl2lgzCitNohTpiiVPJjks5rzit-gaJpZM4NCSwR>
.
--
Josh Sherman
www.joshandmariamusic.com
|
could this be the reason? I know this is not the same plugin i'm using, but it seems similarly an issue |
This might have been a good thing to mention up front in your readme file for the differences between the old and new skeleton webpack esnext |
How is that issue even remotely related? You say that you have intermittent freezes with That issue is about a consistent crash for a missing module with message: |
read on down, the proposed solution was to use the plugins: [ so far I have not been able to reproduce the freezeup. This was my main.js before: //aurelia.use.plugin(PLATFORM.moduleName('aurelia-auth/auth-filter')); |
in the old skeleton, we didn't use this PLATFORM.moduleName thing so that seems to be a difference here |
Please, this is not a support forum. Issues in this repository are meant to report bugs in the skeletons, or suggest improvements (to the skeletons). If you need help with integrating a library, Gitter or StackOverflows are better venues. If you encounter bugs with 3rd party libraries like You seem to be fishing in the dark here and I really can't help you with that. I won't read down that other issue because I know exactly what it is (trust me, I wrote the Webpack plugin) and it has absolutely nothing in common with yours (based on your description). The way you describe your issue looks like a bug in |
I understand, I won't bother you again |
I'm submitting a bug report
skeleton-esnext-webpack
same as in this skeleton
Please tell us about your environment:
Operating System:
Ubuntu 16.04 LTS
Node Version:
7.9.0
NPM Version:
4.2.0
Webpack same as in this skeleton
Browser:
Chrome Version 57.0.2987.133 (64-bit)
Language:
ESNext
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: