8 Answer(s)
-
0
hi gary,
what's your UI (MVC/Blazor/Angular)? And ABP version?
-
0
Hi Alper :-) Sorry for the delay been on holiday :-)
Just updated to 4.1, getting the following error, but regardless it still shows the same issues using MVC
[12:34:33 INF] ABP CLI (https://abp.io) [12:34:34 INF] Version 4.1.0 (Stable) Starting Suite v4.1.0 ... [12:34:44 ERR] ABP-LIC-0016 - You are not granted permission to use the module 'Volo.Abp.Suite-v4.1.0.0'.
-
0
see https://support.abp.io/QA/Questions/791
-
0
-
0
I see that the dropdown code is generated but there's problem with the loading. You can check your backend logs to understand the issue.
Maybe database migrations didn't apply well. Can you check if EthinicityId exists on your entity. Also run DbMigrator to ensure all migrations are applied.
if these won't work, send me your both entity.json files (ethinicity and main entity)
-
0
-
0
Success!! Thanks for that, I don't know what caused the errors but they have finally resolved themselves. I have my dropdowns working.