Activities of "maliming"

hi

the highligted button is pointing to locahost:44303

Which one?

Thanks.

hi

Try configuring IIS Request Limits in web config like this to increase the allowed query string length:

https://learn.microsoft.com/en-us/iis/configuration/system.webserver/security/requestfiltering/requestlimits/

<?xml version="1.0" encoding="utf-8"?>
<configuration>
  <!-- Any existing configuration you may have -->
+ <system.webServer>
+   <security>
+     <requestFiltering>
+       <requestLimits maxQueryString="4096" />
+     </requestFiltering>
+   </security>
+ </system.webServer>
</configuration>

Could you please share the request URL that returns a 400 error?

Thanks

Yes, you're right. : )

hi

What is your web server?

IIS, Kestrel or Nginx?

Thanks.

hi

Can you share the Debug logs of your api website? https://abp.io/support/questions/8622/How-to-enable-Debug-logs-for-troubleshoot-problems

liming.ma@volosoft.com

Thanks

hi

Can you try to use the source code to test it?

Thanks

hi

Can you use the source code to test it?

https://github.com/abpframework/abp/tree/dev/modules/docs/app/VoloDocs.Web https://github.com/abpframework/abp/tree/dev/modules/docs/

Thanks.

hi

Can you try to change the order of app.UseRouting(); and app.MapAbpStaticAssets(); and try again?

app.UseRouting();
app.MapAbpStaticAssets();

Thanks.

Great

ok, I will check your project.

Showing 991 to 1000 of 12040 entries
Boost Your Development
ABP Live Training
Packages
See Trainings
Mastering ABP Framework Book
The Official Guide
Mastering
ABP Framework
Learn More
Mastering ABP Framework Book
Made with ❤️ on ABP v10.3.0-preview. Updated on February 27, 2026, 05:41
1
ABP Assistant
🔐 You need to be logged in to use the chatbot. Please log in first.