- 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 myApicommand in the root folder.you can check here: https://docs.abp.io/en/abp/latest/UI/Angular/Service-Proxies#service-proxies
Thanks, Anjali
Markdown supported.Copy, paste, or drag & drop images and files (max 100 MB per file, 100 MB total per post) -
0
Hello,
Please make sure that you are running the
abp generate-proxy -t ng --url myApicommand 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
Markdown supported.Copy, paste, or drag & drop images and files (max 100 MB per file, 100 MB total per post) -
0Markdown supported.Copy, paste, or drag & drop images and files (max 100 MB per file, 100 MB total per post)
-
-1
Hello,
Please make sure that you are running the
abp generate-proxy -t ng --url myApicommand 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.schematicsschematic packages. when you use@abp/ng.schematicsyou 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
Markdown supported.Copy, paste, or drag & drop images and files (max 100 MB per file, 100 MB total per post) -
0Markdown supported.Copy, paste, or drag & drop images and files (max 100 MB per file, 100 MB total per post)
-
-1
Hi,
Is this document helpful to you? https://docs.abp.io/en/abp/latest/CLI#options-6
Markdown supported.Copy, paste, or drag & drop images and files (max 100 MB per file, 100 MB total per post)
