Attività di "harshgupta"

  • ABP Framework version: v8.0.0
  • UI Type: Blazor WASM
  • Database System: EF Core (SQL Server)
  • Tiered (for MVC) or Auth Server Separated (for Angular): yes

We are facing multiple issues with the Microservice templates. We have reviewed many articles but didn’t get proper documentation for the same. We found that multiple users already faced those issues. These are given below.

  1. Saas Menus are not loading properly: Whenever we are creating a new database then Saas Menus are not showing. We deleted and created the new database multiple times, even cleaned the cache, and removed all containers from the docker desktop. Once we were able to see the Saas menus. We keep a copy of the same database. We found that there are some migration issues, but we are not able to find the fix. As of now with the same application, a new database has the same issue. We follow the below article too. https://support.abp.io/QA/Questions/5199/microservices-template-not-loading-administration-menu-after-login#answer-3a0bac8f-4f64-541e-4e01-e66348761c4f

In the above article, you mention adding SaasApplicationContracts manually to the Admin service. Could you please guide me on how to add this?

  1. We added a new service with the name CmsService and we are trying to add CMSkitPro to this. We added this successfully, but we are not able to view the menus. We can view the features, permission, and everything else.

I have followed this article. https://support.abp.io/QA/Questions/5930/MicroService-Pro-add-CmsKit-Pro-Menu-is-missing

Hi Maliming,

Today, I found the issue is with the migration. Here are the steps.

Step 1. Create a new fresh Blazor webAssembaly solution Step 2. Update database connections to a single database. Step 3. run the solution using .\run-tye.ps1 Step 4. It creates a new database and runs the application using localhost:44307. It works fine and we can view all menus . Step 5. Add CMSkit pro to the Product service. Run the solution using .\run-tye.ps1 Step 6. I can view the CMS kit menu after following all the steps mentioned here (https://support.abp.io/QA/Questions/5930/MicroService-Pro-add-CmsKit-Pro-Menu-is-missing)

Step 7. Update the database connection string to create a new database. 1. e.g change VineforceDb1 to VineforceDb2. So it will create a new database.

Step 8. Build the solution dotnet build and then run the solution using .\run-tye.ps1 Step 9. It creates a new database but this time I can't view the Saas as well as CMS kit menus.

Step 10. Here is the database query for AbpPermissionGrants, AbpPermissionGroups

PS: Whenever I try to open any CMSKIt pro menu then I am getting a Not Found error.

Hi Maliming,

I shared the code with you by Git Hub. Please check and let me know if you get access.

Thanks

sorry, what kind of steps.

Just run the solution using .\run-tye.ps1

Could you please try to create a new database now? If possible can we schedule a small meeting?

sure

Here are the steps:

It is successfully creating a new database. but not able to view all menus

I did the same steps but no luck.

let me try again on my side, after that I think we can review together if you think it will help us

1 - 10 di 26
Made with ❤️ on ABP v8.2.0-preview Updated on marzo 25, 2024, 15:11