Base solution for your next web application

Activities of "omkarchoudhari"

We are facing a weird issue in Authenticate API since last couple of days. In our one of client project, our application APIs are used by client's external application to store data. They are using TokenAuthController Authenticate method to generate access token to access these APIs. But, sometimes when they try to generate a token uisng this API, application throws 504-gateway timeout error from this API on Azure environment. In local environment, we are not facing this issue . Could you please proveide some pointers here? Current application uses abp-zero-template- 10.1.0

We are having Client application build on Asp net zero version [ 10.1.0] We upgraded .Net framewotk to 6.0 in the same template version as a part of performance improvement activity. After this we observed that "Login as user" [ Impersonation] is failing in deployed azure application On local machine, there are no issues. Impersonation is working fine but it is not working on deployed Azure application

We referred similar posts on this forums and tried to increase impersonation token timeout from 1 min to 10 min but, no luck.

On deployed site, we are getting following console error =>

polyfills-es2015.263093a5df10c0060b4e.js:1 POST https://devmovescoutproapi.sirva.com//api/TokenAuth/ImpersonatedAuthenticate?impersonationToken=d1849e2c-65d7-4889-beee- scripts.a680bd9980236ce7cd67.js:1 Could not find localization source: AbpWeb

We tried to check logs from server log file but there are no logs found for ImpersonatedAuthenticate method

Can you please provide us the pointers to resolve this issue?

  • What is your product version? 11.1.0
  • What is your product type (Angular or MVC)? Angular
  • What is product framework type (.net framework or .net core)? .net core

We are getting the following Error when open the web public project :

System.MissingMethodException: 'Method not found: 'Void AutoMapper.IMappingExpressionBase3.CoingnvertUsing(System.Linq.Expressions.Expression1<System.Func`2<!0,!1>>)'.'

And this following error is occurring After we updated the aspnetzero project template to latest version 11.1

Can you please provide a solution to resolving this error ?

Thanks,

• What is your product version? • 11.1.0 • What is your product type (Angular or MVC): • Angular • What is product framework type (.net framework or .net core)? • .net Core

We are trying to run the ASP.NET Zero Xamarin Project but the build is crashing after the splash screen. The Hot Reload stops working, an error is thrown and Login Page is also not loaded.

We have tried updating the packages and tried running on multiple machine with same issue. We are soon going to start a customer project on Xamarin and its crucial for us to run it successfully.

Can you please urgently provide us some resolution on this or provide pointers for us to proceed ?

Thanks

We are working on a client application where our API are called from IOS mobile applcaition. In case of any issues with API, we need to trace the transcation errors from device to web applciation Is there any built in way to log Request and Response object for an API?

Our client is facing issue for Install -abp-zero template popup on their application deployed in Azure cloud. When we try to access the UAT site from VPN, install abp-zero template popup is displayed to user and it is blocking user to log in to application For some users it is showing on login page and they can't proceed futher. For some users, it shows first time and then it goes away when tried to access application second time It is a weird behaviour. Can you please guide us to investigate this issue?

Here are screenshots attached =>

Prerequisites

  • What is your product version?10.1
  • What is your product type (Angular or MVC)?Angular
  • What is product framework type (.net framework or .net core)?

Please review the issues we are facing in an Enterprise customer application related to connection pool etc. Please note this application is in the critical UAT stage

Our requirement is to have some 800 workflows which should be real-time. We implemented this using hangfire with,

  1. One background job which runs every 30 seconds to monitor the workflows. – This job checks if there are any active workflow in the DB. If yes, then it starts that workflow as a separate job.
  2. This monitor will create separate one-time background Jobs for each workflow – In separate workflow background job, we have operations related to DB. Fetching the records from DB and updating data back to DB So, let’s say if we have around 300 workflow active jobs at a time then we could have 300 background job executing at the same time and hitting to same DB .

Now we are facing connection leak/pool issues and application crashes with a few workflows running in the background.

Another requirement is to load the pages within 3-4 seconds. We tried some performance fixes and brought it near to 5-7 seconds. Is there any way to improve this further?

We are using AspnetZero 10.1 as of now. Can you please confirm if upgrading to the latest 10.5 will address our concerns above?

Looking forward to your urgent response @ismcagdas.. We can also discuss the issue over a meeting.

Thanks

Prerequisites

Please answer the following questions before submitting an issue. YOU MAY DELETE THE PREREQUISITES SECTION.

  • What is your product version? 10.5
  • What is your product type (Angular or MVC)?Angular
  • What is product framework type (.net framework or .net core)?

Tenant list in host admin login >> when we click on login as this tenant then its not displaying any user list of particular tenant. This is happening only on the live site, also the API to get records for tenant user not executed but locally its working as expected.Please provide us a solution for this issue.

Thanks

Prerequisites

  • What is your product version? 10.1.0
  • What is your product type (Angular or MVC)?Angular
  • What is product framework type (.net framework or .net core)?.net core

Query:

We are getting InvalidDataContractException warning with ASP Net Zero template version 10.1.0 We are receiving number of warnings in log file related with this Exception and when we deploy application on Azure, in AppInsights we are getting this as a failure count.

some of the exception list out the DTO name but some of exceptions are more generic and unable to figure out the exact cause of this. Can you please guide us to resolve these exceptions. ?

Generic Exception XmlDataContractSerializerOutputFormatter - An error occurred while trying to create a DataContractSerializer for the type 'Abp.Web.Models.AjaxResponse'. System.Runtime.Serialization.InvalidDataContractException: Type 'Abp.Web.Models.AjaxResponse`1[[System.Object, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]' cannot inherit from a type that is not marked with DataContractAttribute or SerializableAttribute. Consider marking the base type 'Abp.Web.Models.AjaxResponseBase' with DataContractAttribute or SerializableAttribute, or removing them from the derived type. at System.Runtime.Serialization.ClassDataContract.ClassDataContractCriticalHelper..ctor(Type type) at System.Runtime.Serialization.ClassDataContract..ctor(Type type)Exception showing for GetProfilePictureOutput Dto WARN 2021-11-17 16:45:27,915 [4 ] XmlDataContractSerializerOutputFormatter - An error occurred while trying to create a DataContractSerializer for the type 'SIRVA.Moving.Sales.Authorization.Users.Profile.Dto.GetProfilePictureOutput'. System.Runtime.Serialization.InvalidDataContractException: Type 'SIRVA.Moving.Sales.Authorization.Users.Profile.Dto.GetProfilePictureOutput' cannot be serialized. Consider marking it with the DataContractAttribute attribute, and marking all of its members you want serialized with the DataMemberAttribute attribute. Alternatively, you can ensure that the type is public and has a parameterless constructor - all public members of the type will then be serialized, and no attributes will be required.

Please guide us in resolving this exception urgently.

Thanks

  • What is your product version? 7.8
  • What is your product type (Angular or MVC)? Angular
  • What is product framework type (.net framework or .net core)? .Net core

When any single API call is made from aspnetzero its causing the .Net Core Host process to report High CPU usage. The aspnetzero application is hosted on Windows Server 2016. Database is also located on the same server. Customer is complaining of High CPU Usage around 90% , when just one user is using the application.

Can you suggest what we can do as the dev team to reduce this CPU usage ? We have for now suggested client to separate DB server and Application server. Performance is not an issue since data is populated quite fast on the UI.

Any improvements and suggestions are most welcome to satisfy our customer.

Thanks,

Showing 11 to 20 of 77 entries