Copied to clipboard

Flag this post as spam?

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


  • sezal 8 posts 89 karma points
    Apr 12, 2021 @ 12:29
    sezal
    0

    After Deployment Form changes are not reflected which saved from localhost

    Hello, I am using Formulate for rendering forms in my application. When I make changes like deleting a field from localhost and deploy it, I don't get the localhost changes reflected on the Published version. I need to make changes after each deployment.

    I even checked on the Formulate folder in deployed version but it doesn't include the changes done after deployment. How can I make sure all my localhost changes are deployed along with other changes which doesn't require to make all those changes again after deployment?

    Thanks in Advance!

  • Nicholas Westby 2054 posts 7100 karma points c-trib
    Apr 12, 2021 @ 14:56
    Nicholas Westby
    0

    How are you deploying? Are you using something like Git to store your files, and something like TeamCity to deploy them?

    Be sure the ~/App_Plugins/formulate/ folder is included in your Git commits and in your deployments.

    Note: I wouldn't normally recommend to somebody that they do this, as I consider forms to be content. However, since it seems this is your workflow, this is how you'd go about it.

  • sezal 8 posts 89 karma points
    Apr 12, 2021 @ 15:16
    sezal
    0

    I have Deployed on Azure App service using Visual Studio 2017 as it is .Net Framework 4.8 application.

    And Yes, I have included ~/App_Plugins/formulate/ folder in my Git commits and Deployments.

  • Nicholas Westby 2054 posts 7100 karma points c-trib
    Apr 12, 2021 @ 15:21
    Nicholas Westby
    0

    Shoot, I meant to say ~/App_Data/formulate/ rather than ~/App_Plugins/formulate/.

    My guess is ~/App_Data/ is being ignored.

    See here for more details (including a workaround): https://our.umbraco.com/packages/backoffice-extensions/formulate/formulate-questions/102357-formulate-configuration-being-deleted-when-deploy-to-azure

  • sezal 8 posts 89 karma points
    Apr 16, 2021 @ 06:00
    sezal
    0

    I have everything proper as you say, ~/App_Data/ is not being ignored while deploying. and I kept it under observation for two days in which I deployed twice and now it has reflected the changes which I made week ago, and the current localhost changes are no where!

  • Nicholas Westby 2054 posts 7100 karma points c-trib
    Apr 16, 2021 @ 15:22
    Nicholas Westby
    0

    Take a look at the recommendation from the above link. It says to try moving the files to a different folder. I think App_Data is one of those folders that gets ignored by default for some systems.

  • sezal 8 posts 89 karma points
    Apr 21, 2021 @ 15:52
    sezal
    1

    Moving the files to a new folder has worked for my App. Thanks!

Please Sign in or register to post replies

Write your reply to:

Draft