Copied to clipboard

Flag this post as spam?

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


  • Bear 11 posts 61 karma points
    Apr 17, 2016 @ 12:55
    Bear
    0

    Missing files after Octopus Deploy

    After a "successful" deployment (no errors in Team City or Octopus), when visiting the staging site, the front-end works fine, but when I go to the back office I get a blank screen (should be Umbraco v7.4.3)

    http://i.imgur.com/4tQC3sc.png

    Just wondering if anyone can tell me what that is a symptom of? Missing files? Need an extra step to rebuild again?

    Just some ideas or clues would help.

    Thanks.

  • Nicholas Westby 2054 posts 7100 karma points c-trib
    Apr 18, 2016 @ 04:19
    Nicholas Westby
    0

    I'd recommend installing the same version of Umbraco locally, then copy your production files locally and compare the two installs to see if the production version is missing any files.

    Also, this can sometimes be a sign that you need to clear a few caches (e.g., delete the App_Data folder and your browser cache).

  • Bear 11 posts 61 karma points
    Apr 18, 2016 @ 07:54
    Bear
    0

    Thanks for the reply. I actually tried both those after the original post.

    My steps in TC are (roughly, from memory);

    • Trigger build from git commit

    • Restore packages from nuget

    • Build .sln

    • Package using Octopack

    • Push .nupkg

    Then Octopus kicks in and deploys.

    When I turned the .nupkg out to a .zip and compared it to a vanilla download of 7.4.3 i can see a bunch of files missing.

    I'm thinking the Octopack step is ignoring files for some reason.

    Also, a direct pull from git, restore and rebuild worked perfectly from within VS2015.

    Deleting indexes / temp / cache in App_Data did nothing.

    I need to modify the build steps or try a different approach. It's really annoying because I'm so close the build setup I need.

  • marcelh 171 posts 471 karma points
    Dec 08, 2016 @ 10:47
    marcelh
    0

    Did you manage to get this working? And was there any online how-to you've followed to get this working?

Please Sign in or register to post replies

Write your reply to:

Draft