- ABP Framework version: v7.3.2
- UI Type: Angular
I don't use "environment.ts" and everything is working correctly but when I generate proxy "**abp generate-proxy -t ng --url myApi **" my issue appeared when I generated a proxy without a namespace and I couldn't add options and I tried all "generate-proxy " options [[Root Namespace Not Found] Cannot resolve root namespace for "default" api from "myProjectNameSpace" project.]
6 Answer(s)
-
0
Hello,
Please make sure that you are running the
abp generate-proxy -t ng --url myApi
command in the root folder.you can check here: https://docs.abp.io/en/abp/latest/UI/Angular/Service-Proxies#service-proxies
Thanks, Anjali
-
0
Hello,
Please make sure that you are running the
abp generate-proxy -t ng --url myApi
command in the root folder.you can check here: https://docs.abp.io/en/abp/latest/UI/Angular/Service-Proxies#service-proxies
Thanks, Anjali
Actually i was in root folder
-
0
-
-1
Hello,
Please make sure that you are running the
abp generate-proxy -t ng --url myApi
command in the root folder.you can check here: https://docs.abp.io/en/abp/latest/UI/Angular/Service-Proxies#service-proxies
Thanks,
AnjaliActually i was in root folder
Abp generate-proxy -t ng wrapped
@abp/ng.schematics
schematic packages. when you use@abp/ng.schematics
you can spesify where is the extract path. that parameter isentryPoint
. Probably the parameter works with abp generate-proxy. you can read paramters of generate proxieshttps://docs.abp.io/en/abp/8.0/UI/Angular/Service-Proxies#parameters-of-generate-proxy
-
0
-
-1
Hi,
Is this document helpful to you? https://docs.abp.io/en/abp/latest/CLI#options-6