0
muleso created
9 Answer(s)
-
0
-
0
Hi @muleso
- Have you changed any part of the project after the download ?
- Are you using SQL Server or any other DB provider ?
-
0
I just disabled multi tenancy, and it worked. seems the issues happned at that point of multi tenancy--
Am using postgres db.
public const bool MultiTenancyEnabled = false;
-
0
Solved now, seems first time, you must run app without multi tenancy
-
0
-
0
If I set MultiTenancyEnabled = true on the first run this does not happen.
-
0
We have the same issue but with mysql.
-
0
Are there plans to fix this? We plan on using continous deployemnt and cant add a lot of manual steps.