I am having the exact same issue as https://abp.io/support/questions/9043/Angular-proxy-generation-error
This is the first time I am using the command line to generate proxy and having the same issue as mentioned above.
I did see the proxy generation file has a different service name as that of RemoteServiceConsts .
e.g. in the Proxy Generated by Abp Suite have documentService as the module name where as in the RemoteServiceConsts file the service name is document.
I deleted the proxy generated json file and was able to create the proxies, but the problem is lot of files are getting created outside the controller folder which is causing major issues.
So the file generation through command line and AbpSuite are different which is causing the issue.
Please provide a solution.
4 Answer(s)
-
0
hi
Our angular team will check it asap.
Thanks.
-
0
Any updates ?
-
0
Hello, this problem will be solved within the next release as we have mentioned in this answer: https://abp.io/qa/questions/9043/3a18ea20-92a2-5df8-caf1-981e1f1c0fb1
Thank you for your cooperation.
-
0
In the previous issue the user was able to solve his problem and in my case I clearly laid out the issue. I am not sure if the previous user was using Abp suite and proxy together or how he was able to solve.
I am NOT able to solve the problem, I am stuck and unable to to proceed. I expect you guys to reproduce the issue at your end and provide a way forward.
I use Abp suite to create crud pages, then write some services and trying to generate a proxy.