Closed laghmariAm closed 1 month ago
Any news about this proxy generation issue ? We can provide part of the api-definition endpoint result if needed.
Thanks for your help.
Hi @laghmariAm can you provide models and AppServices for the re-produce error. Or if you have, can you send example project ? You can send to masum.ulu@volosoft.com mail
Couldn't re-produce step. When the steps provided we can re-open
Description
Hi ABP Team,
We are using ABP.IO in our .NETCore Angular project, and we have encountered an issue with the abp generate-proxy command when generating Angular proxies for our repositories.
Problem: The proxy generation command abp generate-proxy -t ng -m repo is generating duplicate and incorrect import paths. For example:
The line:
import type { eA, eC, eG, eV } from '../../../domain/shared/enums/models';
is incorrect because there is no models folder in the backend.Known Workarounds
Workaround: We are manually removing these incorrect lines every time the proxy is generated, which is not ideal.
Version
8.1.4
Could you please let us know if this is a known issue or if there is something we can do to fix this? Any guidance or suggestions would be greatly appreciated.
Thank you!