Hi!
We are experiancing a lot of slow loading in our Angular 6 application. Is there anyone else that has this problem, and is there any good solutions for this?
Thanks!
Lars
Hi!
Is there any easy way to implement push notifications for browsers on mobile? Will PushManager with a service manager do maybe?
Hi!
What is the best way to get the users role in Angular 6? Or to see if a user is "admin" or not.
Thanks :)
Hi!
When the session is timed out I redirect the user to my OIDC logout endpoint, but when the session is timed out and I refresh the site, the application logs out, but not redirected through OIDC endpoint. This means that im logged out of the application, but not from my OIDC login providers. Why and how is the logout proccess different from clicking in the application and refreshing the site?
Thanks :)
Hi!
Im trying to override the method handleUnAuthorizedRequest which is in node_modules/abp/abpHttpConfiguration. I have tried googling and some class extentions, but cannot figure it out...
I tried adding a class in "root.modules.ts" and build "MyAboHttpConfiguration" from there to inject in "AbpHttpInterceptor" (or MyAbpHttpInterceptor), but there is some dependencies that I imagine will be difficault to instanciate. And forking the project can cause some trouble in the future I guess...
Would be nice if someone have a tips to where to go forward with this.
Hi!
Im trying to figure out how session timeout works with OIDC in Aspnet Zero. In WebCoreModule you can change session timeout for the auth-cookies, but this is not for inactivity right? So my question is how to build session timeout for inactive users? Maybe this is best done in Angular 6? Any thoughts?
Thanks :)
Hi!
Our customer has been testing the already implemented chat for Aspnet Zero and tells us that its not very user friendly on mobile. There is some bugs regarding the keyboard, not able to scroll etc. Is there a update for the framework which updates the chat to be more user friendly or do we have to implement the fixes for our self?
Thanks :)
Hi!
Is there any "easy" way to remove logging of IP Addresses in Audit Logs?
Thanks!
Hi!
Im trying to add Norwegian to the application, but cant get it to work. This is what I have done:
Backend:
new ApplicationLanguage(tenantId, "nb-NO", "Norsk", "famfamfam-flags no")
Frontend:
When logging in I get the following error in console:
ERROR Error: Cannot find module './nb-NO.js'
at .*\.js$ namespace object:4199
at ZoneDelegate.push../node_modules/zone.js/dist/zone.js.ZoneDelegate.invoke (zone.js:388)
at Object.onInvoke (core.js:3825)
at ZoneDelegate.push../node_modules/zone.js/dist/zone.js.ZoneDelegate.invoke (zone.js:387)
at Zone.push../node_modules/zone.js/dist/zone.js.Zone.run (zone.js:138)
at zone.js:872
at ZoneDelegate.push../node_modules/zone.js/dist/zone.js.ZoneDelegate.invokeTask (zone.js:421)
at Object.onInvokeTask (core.js:3816)
at ZoneDelegate.push../node_modules/zone.js/dist/zone.js.ZoneDelegate.invokeTask (zone.js:420)
at Zone.push../node_modules/zone.js/dist/zone.js.Zone.runTask (zone.js:188)
zone.js:665 Unhandled Promise rejection: Cannot find module './nb-NO.js' ; Zone: <root> ; Task: Promise.then ; Value: Error: Cannot find module './nb-NO.js'
at .*\.js$ namespace object:4199
at ZoneDelegate.push../node_modules/zone.js/dist/zone.js.ZoneDelegate.invoke (zone.js:388)
at Object.onInvoke (core.js:3825)
at ZoneDelegate.push../node_modules/zone.js/dist/zone.js.ZoneDelegate.invoke (zone.js:387)
at Zone.push../node_modules/zone.js/dist/zone.js.Zone.run (zone.js:138)
at zone.js:872
at ZoneDelegate.push../node_modules/zone.js/dist/zone.js.ZoneDelegate.invokeTask (zone.js:421)
at Object.onInvokeTask (core.js:3816)
at ZoneDelegate.push../node_modules/zone.js/dist/zone.js.ZoneDelegate.invokeTask (zone.js:420)
at Zone.push../node_modules/zone.js/dist/zone.js.Zone.runTask (zone.js:188) Error: Cannot find module './nb-NO.js'
at http://localhost:4200/main.js:4208:12
at ZoneDelegate.push../node_modules/zone.js/dist/zone.js.ZoneDelegate.invoke (http://localhost:4200/polyfills.js:7141:26)
at Object.onInvoke (http://localhost:4200/vendor.js:42573:33)
at ZoneDelegate.push../node_modules/zone.js/dist/zone.js.ZoneDelegate.invoke (http://localhost:4200/polyfills.js:7140:32)
at Zone.push../node_modules/zone.js/dist/zone.js.Zone.run (http://localhost:4200/polyfills.js:6891:43)
at http://localhost:4200/polyfills.js:7625:34
at ZoneDelegate.push../node_modules/zone.js/dist/zone.js.ZoneDelegate.invokeTask (http://localhost:4200/polyfills.js:7174:31)
at Object.onInvokeTask (http://localhost:4200/vendor.js:42564:33)
at ZoneDelegate.push../node_modules/zone.js/dist/zone.js.ZoneDelegate.invokeTask (http://localhost:4200/polyfills.js:7173:36)
at Zone.push../node_modules/zone.js/dist/zone.js.Zone.runTask (http://localhost:4200/polyfills.js:6941:47)
Hope you have some advise, thanks! :)