Hi thanks, we are able to create a reversed proxy and add real IP to the request headers. We can retrieve the visitor IP address from those headers, however we want to know is there anything we need to apply/implement in abp modules in order to let us get remote ip via context.RemoteIpAddress ?
Thanks.
Thank you.
Hi,
I have deployed the same project to a dedicated server. It has the same result (slow). I do not think it is a CPU related issue, because at version 4.X, the speed is significantly faster. (same server machine)
Please help.
Many Thanks.
Additional Info:
Database - latest mssql server docker image ( image: mcr.microsoft.com/mssql/server ) Redis - disabled ( also tried enabled using image: redis:6.0.10-alpine )
Except appsetting.config, we haven't done any code change.
Hi maliming,
I figured out the root cause. It is because we reached Maximum Query String. After increasing the Maximum Query String length, it works.
Regards, Scottie
Hi , Our steps are :
This is our video screen recording.
http://hkio.net/video.mp4
Our Blazer Server does not have a port in Uri string ( we used https = 443 )
Our table defines two records for my client "iAE_BlazorServerTiered".
ClientId RedirectUri 90B31767-C0CF-059C-44FA-3A007CC07879 https://localhost:44314/signin-oidc 90B31767-C0CF-059C-44FA-3A007CC07879 https://mos-dev.cpyihk.com/signin-oidc
Hi, we recently upgraded our project to 5.0 from 4.x, however we found that the performance is slower than before.
So we tried to start from scratch using the provided startup template project (new project from abp suite), but we still experienced the same performance issue. Especially when we are loading users / add user at the admin portal. Please help, thanks.
Here is a gif to illustrate the issue:
TemplateUIAction.gif <---- ABP 5.0 performance old-ABP4.gif <---- ABP 4.X performance