Hi support,
We have customized the register page by adding some new fields. To do this we have used the wizard instead of doing manual changes in the register page. After compilation, if we test the "Register" button, code is working fine on localhost i.e. on the development machine but getting below mentioned error if we deploy the solution at public URL. For your reference, our public hosted URL is below on which we are getting error: http://oewebuidevwin.westus.cloudapp.azure.com:91/
Following exception is coming in the browser console.
Exception and Product info:
ERROR Error: Uncaught (in promise): NullInjectorError: StaticInjectorError[n -> n]: StaticInjectorError(Platform: core)[n -> n]: NullInjectorError: No provider for n! NullInjectorError: StaticInjectorError[n -> n]: StaticInjectorError(Platform: core)[n -> n]: NullInjectorError: No provider for n! at e.get (main.27a131212635f0042b00.js:1) at main.27a131212635f0042b00.js:1 at e (main.27a131212635f0042b00.js:1) at e.get (main.27a131212635f0042b00.js:1) at main.27a131212635f0042b00.js:1 at e (main.27a131212635f0042b00.js:1) at e.get (main.27a131212635f0042b00.js:1) at Sf (main.27a131212635f0042b00.js:1) at e.get (main.27a131212635f0042b00.js:1) at Sf (main.27a131212635f0042b00.js:1) at j (polyfills.b9d3a8e21533e34a7a7b.js:1) at j (polyfills.b9d3a8e21533e34a7a7b.js:1) at polyfills.b9d3a8e21533e34a7a7b.js:1 at t.invokeTask (polyfills.b9d3a8e21533e34a7a7b.js:1) at Object.onInvokeTask (main.27a131212635f0042b00.js:1) at t.invokeTask (polyfills.b9d3a8e21533e34a7a7b.js:1) at e.runTask (polyfills.b9d3a8e21533e34a7a7b.js:1) at b (polyfills.b9d3a8e21533e34a7a7b.js:1) at e.invokeTask [as invoke] (polyfills.b9d3a8e21533e34a7a7b.js:1) at b (polyfills.b9d3a8e21533e34a7a7b.js:1)
Product version-8.2.0 Product type (Angular or MVC)-Angular Product framework type (.net framework or .net core)-.net core
We have single tenant app in which security setting "Enable user account locking on failed login attempts" is enabled for max 5 attempts. On login page, user is only getting error message "Login Failed". In case, if user is exceeding this limit as well and he is still active and never marked locked.
Please let us know how to configure this in case if we are missing any setting or may be this is a bug.
Could you please tell us the steps to deploy aspnetzero application (both aspnetzero app and angular) in AWS elastic beanstalk?
Hi there,
The configure method of host-> startup.cs takes very long to complete. Specially below line of code takes very long (approx 1,5 to 2 minutes) //Initializes ABP framework. app.UseAbp(options => { options.UseAbpRequestLocalization = false; //used below: UseAbpRequestLocalization });
Could you please shed some light on this. What could be the problem. This started happening since last few days.
Before I write this to you what all have I tried.
Regards, Mahendra
Hi Team,
Do you have any plan to support mobile offline feature. If yes, any tentative date of release?
Regards, Mahendra
Hi,
We were creating/updating our all master screens through your aspnetzero power tool wizard from Visual Studio. Today, when i have tried same exact same steps, we have started getting issue in angular compilatation. I have tried to manually fix the issue by filling the gap manually but got no success. I have noticed, Power tool version is showing in my pc is 2.4.0 and as per your site "https://marketplace.visualstudio.com/items?itemName=Volosoft.AspNetZeroPowerTools", it was last updated on 6/8/2020, 12:10:53 PM and on my PC this version automatically updated. I am predicting, due to your latest version, this issue started coming.
Please either provide us the previous version or fix the latest version at urgnet priority.
Please see the 3 screen shots for your reference:
Hi Support,
I am using ASPNetZero Angular Version. I have two deployment slots in my Aure. In Slot1 I have published the server and in slot2 I have published the Client.
Slot1: Client ivendretail-client.azurewebsites.net Custom Domain Mapping: ivendweb.com, *.ivendweb.com
Settings:
"remoteServiceBaseUrl": "https://ivendretail-server.azurewebsites.net/", "appBaseUrl": "https://{TENANCY_NAME}.ivendweb.com/", "remoteServiceGraphQLUrl": "https://ivendretail-server.azurewebsites.net/graphql",
Slot2: Server https://ivendretail-server.azurewebsites.net/ Custom Domain Mapping: No Custom Domain Mapping
Settings: "ClientRootAddress": "https://{TENANCY_NAME}.ivendweb.com/", "ServerRootAddress": "https://{TENANCY_NAME}.ivendweb.com/", "CorsOrigins": "https://ivendweb.com,https://.ivendweb.com, https://ivendretail-client.azurewebsites.net, https://.ivendweb.com/",
Are my settings correct? If yes, then when I browse the site using tenant say, acme.ivendweb.com, it opens up the host login page?
Please advise.
Regards, Mahendra
Hi, How can implement webhook with stripe payment subscription .