Open Closed

ABP Generate-Proxy doesn't work #2574


User avatar
0
maazq created

I am running command abp generate-proxy and abp generate-proxy --module app but nothing works.


2 Answer(s)
  • User Avatar
    1
    gterdem created
    Senior .NET Developer

    For csharp static proxy: abp generate-proxy --type csharp --module yourModuleName --url https://moduleHost:modulePort

    For javascript static proxy: abp generate-proxy --type js --module yourModuleName --url https://moduleHost:modulePort

    Your module must be running while you are generating the proxies.

  • User Avatar
    0
    maazq created

    For csharp static proxy: abp generate-proxy --type csharp --module yourModuleName --url https://moduleHost:modulePort

    For javascript static proxy: abp generate-proxy --type js --module yourModuleName --url https://moduleHost:modulePort

    Your module must be running while you are generating the proxies.

    That worked, thanks.

Boost Your Development
ABP Live Training
Packages
See Trainings
Mastering ABP Framework Book
Do you need assistance from an ABP expert?
Schedule a Meeting
Mastering ABP Framework Book
The Official Guide
Mastering
ABP Framework
Learn More
Mastering ABP Framework Book
Made with ❤️ on ABP v9.2.0-preview. Updated on March 25, 2025, 11:10