Check the docs before asking a question: https://abp.io/docs/latest Check the samples to see the basic tasks: https://abp.io/docs/latest/samples The exact solution to your question may have been answered before, and please first use the search on the homepage.
Provide us with the following info:
🧐 Hint: If you are using the ABP Studio, you can see all the information about your solution from the configuration window, which opens when you right-click on the solution and click on the Solution Configuration
button.
Hi,
I've recently reinstall the Abp Studio version 0.9.25, and I am receiving the following error when try to use abp cli:
I've look through similar support issues, but didn't help. Any ideas?
Thanks
This are Devexpress/DevExtreme classes.
Check the docs before asking a question: https://abp.io/docs/latest Check the samples to see the basic tasks: https://abp.io/docs/latest/samples The exact solution to your question may have been answered before, and please first use the search on the homepage.
Provide us with the following info:
🧐 Hint: If you are using the ABP Studio, you can see all the information about your solution from the configuration window, which opens when you right-click on the solution and click on the Solution Configuration
button.
Template: microservice
Created ABP Studio Version: 0.9.25
Current ABP Studio Version: 0.9.25
Multi-Tenancy: Yes
UI Framework: angular
Theme: leptonx
Theme Style: system
Run Install Libs: Yes
Database Provider: ef
Database Management System: sqlserver
Mobile Framework: none
Public Website: No
Include Tests: Yes
Dynamic Localization: Yes
Kubernetes Configuration: Yes
Grafana Dashboard: Yes
Use Local References: No
Optional Modules:
Exception message and full stack trace:
Steps to reproduce the issue:
Hi,
I have the following controller method:
After generate proxy the following proxy method is generated without params
And it's strange for me that this happens only for this method. Can you suggest me why?
Thanks
Hi,
Thanks. The issue has been resolved. So, the problem was in the generated-proxy.json, that was actually generated by abp studio, then the solution first time was created. I've always thought that this file is deleted each time we generate proxies.
Cheers, Yulian
I've send it.
Hi,
I've generated a new solution with Abp studio. The problem persist. I can share with you. Just let know how.
Cheers,
Hi,
I have the following issue when trying to generate proxies for angular:
PS D:\repos\projects\abc\apps\angular> abp generate-proxy -t ng -url http://localhost:44308 -m employeeQuery --target employee-query-service
[10:18:53 INF] You are running the second generation of the ABP CLI. If you're interested in the legacy CLI, see https://abp.io/new-cli
[Invalid Module] Backend module "employeeQueryService" does not exist in API definition.
I've studied all similar supporting tickets, but the issue still persist. And the interesting thing is that I have another almost similar service and it's perfectly working for it.
Beside you can see the the api definition that have the employeeQueryService:
Any ideas?
Thanks
Everything is working now. Thanks.