but the applications failed to start
What are the error logs?
You should try to change the port to 80 because the URLs in the database may be 80.
hi
Your ticket has been refunded.
hi
We can't reproduce this error in the 8.0 startup template.
Can you share a simple project? liming.ma@volosoft.com
hi
I will confirm and fix this. Your question credits refunded.
hi
The expression must be Expression<Func<TEntity, bool>>
If you have a string column you can try to
Expression<Func<TEntity, bool>> myStringFilter = e => !IsMyFilterEnabled || EF.Property<string>(e, "MyString") == CurrentString;
hi
You can add TenantId and UserId to job parameters.
Then switch tenant and target user.
hi
This is caused by net 8 breaking changes.
WORKDIR /app
EXPOSE 80
EXPOSE 443
ENV ASPNETCORE_URLS=http://+:80;https://+:443
https://learn.microsoft.com/en-us/dotnet/core/compatibility/containers/8.0/aspnet-port
hi
Please share the logs of the authserver.
There are errors of detail in it.
hi
I will create an internal issue to discuss these. Thank you very much.
Your credits refunded.
hi
Can you check the browser's console? There may be some errors/warnings.