Hello, I solved the problem. It was caused by the service I created with Task<List<LookupDto<Guid>> signature. When I fixed the Task<PagedResultDto<LookupDto<Guid>> signature in this way, the problem was solved. The main problem is that there is no explanatory message. But it's not about abp, it's about npx.
It's probably a problem with the services. But since we could not get a detailed error message, we could not understand what the problem was. I am sending you the swagger json file. We tried to create typscript services in nswag and it did not give an error.Json File Swagger
ABP Framework version: 7.3.2
UI Type: MVC
Database System: EF Core (SQL Server)
Tiered (for MVC) or Auth Server Separated (for Angular): no
Exception message and full stack trace:
Steps to reproduce the issue:
Hello, we made iyzico payment integration. But we cannot add an installment option. We examined the documents but it doesn't seem to work. How can we do it? Thank you