Base solution for your next web application
Open Closed

When i launch app for the first time, it doesn't install seed(initial tenant,, user and roles) data, see below error from logs. #6778


User avatar
0
muleso created

Screenshot below


9 Answer(s)
  • User Avatar
    0
    muleso created

  • User Avatar
    0
    ismcagdas created
    Support Team

    Hi @muleso

    • Have you changed any part of the project after the download ?
    • Are you using SQL Server or any other DB provider ?
  • User Avatar
    0
    muleso created

    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;

  • User Avatar
    0
    muleso created

    Solved now, seems first time, you must run app without multi tenancy

  • User Avatar
    0
    nallejacobsson created

    We seem to have exactly the same problem, but reversed. I disabled multi tenancy and ran the application for the first time:

    This is version 6.9.1 btw

  • User Avatar
    0
    nallejacobsson created

    If I set MultiTenancyEnabled = true on the first run this does not happen.

  • User Avatar
    0
    commondesk created

    We have the same issue but with mysql.

  • User Avatar
    0
    commondesk created

    Are there plans to fix this? We plan on using continous deployemnt and cant add a lot of manual steps.

  • User Avatar
    0
    smastro created

    The workaround works, but just to avoid the crash on initial the intial run. All Unit Tests still fail when you set MultiTenancyEnabled = false.

    I added a few more details on #6857