Starts in:
0 DAY
20 HRS
13 MIN
56 SEC
Starts in:
0 D
20 H
13 M
56 S

Activities of "surajlokhandemmew"

Hi,

could you please share the full steps to reproduce ? thanks.

Generate the Module: You created a new module using ABP.IO, and this module is part of the same solution as your main project.

Namespace Conflict: Your module and main project have a namespace with the same name. For example, if your module is called MyModule, you already have MyModule as a namespace in your main project.

Creating CRUD Operations: When you try to add CRUD functionality (like an entity or service) to your module, the code files are being generated in the main project, not in your module project, even though you specify the MyModule namespace.

Expected Result: You want the CRUD code to be generated inside your module project, not the main project.

Actual Result: Despite specifying the namespace to match the module, the CRUD code goes into the main project.

ABP Framework version: v8.1.0

UI Type: MVC

Database System: MongoDB

Tiered (for MVC) or Auth Server Separated (for Angular): no

I generated a module using ABP.IO within the same solution. However, when I try to create CRUD operations, they are being added to the main project instead of the module, even though I specify the module's namespace. The main project already has a namespace with the same name as the module.

I hope you are getting me.

mailed you

now it says angular ui generated and scucess popup comes up

but no ui component is created in actual

Can I mail you the file? Maybe you can spot the difference and help figure out what's going wrong.

It's the same, but it's still not working. Could this be because the host project URL is set to null?

i am getting this error

There is no .abp folder, and within .studio or .abpstudio, there isn't an appsettings.json file either.

it's generating empty components, and the URL isn't visible in the menu. How do I map the permissions for this? Or is there a different way to generate a complete UI using the ABP CLI?

you can use abp suite to generate code.

ABP Suite generates the UI only for Razor Pages since the original project is based on Razor Pages. I copied this Angular project from a new project and configured it to work with the Razor Pages backend APIs. Is there any configuration file I can modify so that ABP Suite will generate Angular UIs instead?

I resolved the issue without needing to override the file—although the error message was ambiguous, the logs provided clear insight into the problem.

Now, when I create a new module using yarn ng generate module tickets --route customerService --module app.module, it's generating empty components, and the URL isn't visible in the menu. How do I map the permissions for this? Or is there a different way to generate a complete UI using the ABP CLI?

Showing 21 to 30 of 84 entries
Made with ❤️ on ABP v9.1.0-preview. Updated on November 20, 2024, 13:06