Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Enrique Capellan 40 posts 173 karma points
    Oct 03, 2019 @ 20:17
    Enrique Capellan
    0

    Hi, I'm working in a project in v8 and it works fine on my localhost, but when I export my database to azure for production and use it, I get this error.

    Error screenshot

    I tried to restart te app, restart the cache on umbraco backoffice and all that I thought could solve this error, however its still the same.

    Any help?

  • Mila Pandurska 75 posts 353 karma points
    Oct 04, 2019 @ 12:08
    Mila Pandurska
    0

    Hi Enrique, It seems that the problem is not the cache but the generated models.

    Can you try to rebuild the models from Settings->Models Builder->Rebuild Models?

    Regards Mila

  • Enrique Capellan 40 posts 173 karma points
    Oct 04, 2019 @ 13:09
    Enrique Capellan
    0

    Hi Mila, thanks for your answering, I erally apprecite it.

    I tried to rebuild the models before, but I got an error, but now I can't even login to the Umbraco Backoffice when using my database on azure.

  • Enrique Capellan 40 posts 173 karma points
    Oct 04, 2019 @ 13:35
    Enrique Capellan
    0

    I solved the problem with my login, here is the error I told you

    enter image description here

  • Mila Pandurska 75 posts 353 karma points
    Oct 04, 2019 @ 13:30
    Mila Pandurska
    100

    Did you try to change Umbraco.ModelsBuilder.ModelsMode value to "LiveDll" and try to rebuild the models? In addition when hosting Umbraco on Azure you need these two appSettings as well

    <add key="Umbraco.Core.LocalTempStorage" value="EnvironmentTemp" />
      <add key="Umbraco.Examine.LuceneDirectoryFactory" value="Examine.LuceneEngine.Directories.SyncTempEnvDirectoryFactory, Examine" />
    

    https://github.com/umbraco/Umbraco-CMS/issues/5035

  • Enrique Capellan 40 posts 173 karma points
    Oct 04, 2019 @ 15:04
    Enrique Capellan
    0

    Thanks a lot, changing Umbraco.ModelsBuilder.ModelsMode value to "LiveDll" solved the problem :)

Please Sign in or register to post replies

Write your reply to:

Draft