Activities of "devchase321"

I added the logs.txt file to the Google Drive

i already check these possible solutions but it cant work

Hello,

We are facing Error 500 issues with API after deploying to Azure Container App. Same application using appsettings.development.json config runs fine locally. We need your help spotting any misconfigured on our end.

Failed to load API definition - 500 Internal Server Error on the /api/abp/application-configuration - Fetch error OK /swagger/v1/swagger.json

More details - source files here: https://drive.google.com/drive/folders/1P88jaMPzPbPd9HLima4ZEj1HF-GUHu9H?usp=drive_link

ABP Studio Configuration Information:

  • Template: app
  • Created ABP Studio Version: 2.1.0
  • Current ABP Studio Version: 2.1.7
  • Tiered: Yes
  • Multi-Tenancy: Yes
  • UI Framework: blazor-server
  • Theme: leptonx
  • Theme Style: system
  • Theme Menu Placement: side
  • Database Provider: ef
  • Database Management System: sqlserver
  • Separate Tenant Schema: Yes
  • Mobile Framework: none
  • Public Website: Yes
  • Social Login: Yes
  • Include Tests: Yes
  • Kubernetes Configuration: Yes
  • Distributed Event Bus: rabbitmq
  • Use Local References: No
  • Optional Modules:
    • GDPR
    • FileManagement
    • TextTemplateManagement
    • LanguageManagement
    • AuditLogging
    • Chat
    • OpenIddictAdmin
  • Selected Languages: English, French, Spanish
  • Default Language: English
  • Create Command: abp new Millennial -t app --tiered --ui-framework blazor-server --database-provider ef --database-management-system sqlserver --theme leptonx --separate-tenant-schema --skip-migration --skip-migrator --public-website --without-cms-kit --dont-run-install-libs --dont-run-bundling -chat -file-management

What we have tried: Validated OpenIddict Application values in DB and Admin console Validated values in AppSettings.json files

[maliming] said: hi

Can you inherit from the app service interface in your controller?

Thanks

Thanks its work

[maliming] said: hi

Can you share a demo project? I will download and check it.

liming.ma@volosoft.com

Thanks

I just upload project on Google Drive and give you access please download it from there and check for issue thanks . https://drive.google.com/drive/folders/1MsGavXhWyxrUt_jOPREXNhJl23snEgcX?usp=sharing

i already check these possible solutions but it cant work

Problem Description

I am facing an issue with ABP’s Dynamic HTTP Client Proxy. in WebPublic Project

I have an Application Service method:

Task<List<TeamMemberDto>> GetAllAsync();

And a working HttpApi controller endpoint:

GET /api/app/user-detail-info/all

✔ Direct call works

Calling the endpoint directly in the browser or via Postman works correctly:

https://localhost:44364/api/app/user-detail-info/all

❌ Proxy call fails

When the method is invoked through ABP’s dynamic proxy, the following exception is thrown:

Could not find remote action for method: System.Threading.Tasks.Task1[ System.Collections.Generic.List1[Millennial.UserDetailInfos.TeamMemberDto] ] GetAllAsync() on the URL: https://localhost:44364/

Exception Stack Trace (shortened) Volo.Abp.AbpException: Could not find remote action for method: GetAllAsync()

at Volo.Abp.Http.Client.DynamicProxying.ApiDescriptionFinder.FindActionAsync at Volo.Abp.Http.Client.DynamicProxying.DynamicHttpProxyInterceptor

What Is Confusing

The API endpoint exists

Swagger shows the endpoint

Direct HTTP GET works

But ABP dynamic proxy fails to resolve it via /api/abp/api-definition

Architecture & Configuration

44364 is the HttpApi.Host

RemoteServices:Default:BaseUrl is set to:

"RemoteServices": { "Default": { "BaseUrl": "https://localhost:44364" } }

Tiered setup is intentional

What I Have Already Tried

✔ Confirmed endpoint works directly in browser and Postman

✔ Verified Swagger shows /api/app/user-detail-info/all

✔ Restarted HttpApi.Host and PublicWeb

✔ Verified https://localhost:44364/api/abp/api-definition is accessible

✔ Confirmed routing attributes on controller:

[RemoteService] [Area("app")] [Route("api/app/user-detail-info")]

✔ Verified GetAllAsync() exists on:

AppService interface

AppService implementation

HttpApi controller

✔ Confirmed correct RemoteServices:Default:BaseUrl

✔ Confirmed the request reaches controller before exception

✔ Confirmed exception occurs after controller execution

✔ Attempted calling only from JS proxy (same behavior if resolved server-side)

✔ Clean rebuild and restart

✔ No [RemoteService(false)] applied

Expected Behavior

ABP dynamic proxy should resolve the remote action via API definition and execute the HTTP call successfully, since the endpoint exists and is reachable.

Actual Behavior

ABP dynamic proxy throws:

Could not find remote action for method GetAllAsync()

even though the endpoint exists and works.

Questions

Under what conditions does ABP dynamic proxy fail to match an existing HttpApi controller action?

Is it required that the method be exposed via conventional controllers only, even if a custom controller exists?

Can dynamic proxy resolve methods that are exposed via custom HttpApi controllers?

Is this a known limitation or expected behavior?

Workaround

Direct JS abp.ajax() or fetch calls work, but dynamic proxy cannot be used reliably for this service.

  • Template: app
  • Created ABP Studio Version: 2.1.0
  • Current ABP Studio Version: 2.1.6
  • Tiered: Yes
  • Multi-Tenancy: Yes
  • UI Framework: blazor-server
  • Theme: leptonx
  • Theme Style: system
  • Theme Menu Placement: side
  • Database Provider: ef
  • Database Management System: sqlserver
  • Separate Tenant Schema: Yes
  • Mobile Framework: none
  • Public Website: Yes
  • Social Login: Yes
  • Include Tests: Yes
  • Kubernetes Configuration: Yes
  • Distributed Event Bus: rabbitmq
  • Use Local References: No
  • Optional Modules:
    • GDPR
    • FileManagement
    • TextTemplateManagement
    • LanguageManagement
    • AuditLogging
    • Chat
    • OpenIddictAdmin
  • Selected Languages: English, French, Spanish
  • Default Language: English
  • Create Command: abp new Millennial -t app --tiered --ui-framework blazor-server --database-provider ef --database-management-system sqlserver --theme leptonx --separate-tenant-schema --skip-migration --skip-migrator --public-website --without-cms-kit --dont-run-install-libs --dont-run-bundling -chat -file-management

Hi EngincanV,

Thank you for your message. I have just added the Payment module in my solution from ABP Studio. I didn't change anything in default setup.

With default setup I am giving the error and then I have added the stripe module to the blazor and public module, but this is also giving me the same error.

Any update for me?

Hi, This did not helped me. I am getting the same error in Blazor & Public application. Please help me.

Showing 21 to 30 of 57 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 25, 2026, 11:36
1
ABP Assistant
🔐 You need to be logged in to use the chatbot. Please log in first.