- ABP Framework version: v3.1.2
- UI type: MVC
- Tiered (MVC) or Identity Server Seperated (Angular): MVC
- Exception message and stack trace: N/A
- Steps to reproduce the issue:
Used Abp Suite to create and manage the entities. Closed the Abp Suite and started it again and it does not detect the entites in the entities drop down list that were created already. When I checked the Abp suite logs, I found that after adding the solution, the entites endpoint returns empty array.
9 Answer(s)
-
0
-
0
-
0
-
0
That folder is empty for me. I removed and added the solution to ABP Suite and the folder is still empty. I also uninstalled ABP CLI and ABP Suite and installed it anew and the folder is still empty.
I also created a new Abp Commercial project to see if I have issues with my current project, but no luck. It doesn't work for new projects too. Any entities I add are working correctly until I close Abp Suite and remove the project. Once I add the project again, I lose all the entities.
-
0
@talha in the new version (v3.2.X) there shouldn't be files under
%UserProfile%\.abp\suite\solutions\{solution-id}\entities\
.So the new location for entity files are in your solution folder. This is done because we wanted to include entity json files to the source-code system.
Find your entities in
your-solution-root-direcroty\.suite\entities
-
0
Any new entities I am creating are coming up in the %UserProfile%.abp\suite\solutions{solution-id}\entities\ as seen from the image below. Meanwhile, there is no such folder called ".suite" in my solution root directory.
Note: All new entities were created with the latest version of ABP CLI and ABP Suite (3.2.1)
My solution root does not have a .suite folder.
-
0
-
0
I did as you suggested but it did not work. ABP Suite just created a new folder in the "Talha Sayed.abp\suite\solutions" folder and it has no entities now. The entities are moved to my solution root.suite\entities folder. It seems that the folder created by me is not being used.
I tried to create a completely new project with the latest version of suite and entities and still no luck.
Copied the folder as per your suggestion:
New folder "solutions" automatically created by Abp Suite in the below location:
-
0
we'll contact you for the further assitance.