you can temporarily disable it for a while. this will filter down the probable problems
thanks for your feedback. the generated code looks complex for the standard inputs. but this format is designed to support navigation properties (1-n, n-n). that's why it looks ugly. I created an internal issue (10906) to make an enhancement on this code.
@maliming will be your point of contact for this issue
then I'm closing the issue. you can always reopen
ok. you can inform us about the recent status.
I know there was an issue like this before v5.3.0 but it should be fixed in application templates. is this a module template?
First, no need to run RUN abp login ******** -p ********
Copy your local ABP token file which is at %UserProfile%\.abp\cli\access-token.bin into your Docker container's target directory:
%UserProfile%\.abp\cli\/home/user/.abp/cli/approximately 7 days.
this doesn't seem to be a framework or ABP commercial template issue. it's related to IIS that's why better to ask on the IIS support website. On the other hand, you can try to change the cookie path in your module class.
services.ConfigureApplicationCookie(options =>
{
options.Cookie.Path = "/";
});
our test team tested this issue and couldn't reproduce it. they just send feedback that it takes a long time to generate the UI otherwise it works. make sure your ABP Suite and your ABP project are the same version. Also, test it with the new 5.3.0 project to understand it works with the brand new template.