ok, I will continue to try.
hi
I will check and fix it on the 7.3 patch. Thanks.
hi
Add entities (see below)
I can't add entities by JSON. Do you have another way to reproduce the exception?
SQLite Error 19: 'FOREIGN KEY constraint failed'.
It looks like there is a constraint problem with the data, you can check it first.
hi
What are the steps to get this error from a new 7.2.2 template project?
Your question credits refunded.
I guess it needs to be compatible with external login. I'll check that out, Thanks
hi
Please set log level of your application to Debug and share this request full logs. Thanks
liming.ma@volosoft.com
.MinimumLevel.Debug()
Log.Logger = new LoggerConfiguration()
.MinimumLevel.Debug()
.WriteTo.Async(c => c.File("Logs/logs.txt"))
.WriteTo.Async(c => c.Console())
.CreateLogger();