I dont think this answers my questions unless I don't understand what is going on.
I will show you what I have done and you can direct me If I am on the right track.
I have created a UnitCategory class
I have added the extra properties to OrganizationUnit as documented in the docs.abp.io
and Defined the navigation properties
and that is what I get in migration
When I run the migrator project, this is what I get:
It breaks in SeedAsync method.
Thnak you, Works like a charm.
I am not sure I follow you. What do you mean by recurisve interface ?
Thanks
Hi,
Unfortunately, We are not using Razor UI for our project. We are using angular. I dont think it will be an easy task to replace organization unit component using the Replaceable Component Api. Is it?
Hi,
Our production server are not connected to the internet. However, I made a smilar environemnt and hosted the apps on IIS and I still get the same problem.
How can you you help remotely ?? Via which app ?? Remote Desktop ?
Hi,
I hosted the following on a sepearte IIS website (diffrent machines)
1- Api.Host project using publish menu in VS (running under https) 2- IdentityServer project using publish menu in VS (running under https) 3- angular client (runnning under http)
I have also changed Cors Oirgin urls in app settings to match Angular Client IIS addresses
Hi @gvnuysal,
Thanks for your response. I did what you did without luck. In fact, I prevoisly modified IdentityServerClientRedirectUris table to include the angular client url but did not work. I have also modified ClientUri just like you said without luck. I have wasted too many hours trying to figure out what is wrong.
Hi @GregB
Check baseUrl in envronemnt.prod.ts in Angular Client