Copied to clipboard

Flag this post as spam?

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


  • Aadarsh Dubey 14 posts 138 karma points
    17 days ago
    Aadarsh Dubey
    0

    uSync Views not Importing Issue

    So i have two projects need to sync data between bot projects so i have installed usync in both the projects

    Now i am doing Clean export from 1 project and i am getting all the data in usync folder in project

    Now i am copying that folder and pasting it in 2nd project (replacing the usync folder)

    Then after running 2nd project i am importing all the things with Full Import

    enter image description here

    It is giving error about page not found, But i have checked in Usync folder in template section page is there but i am not able to get the Views part so can someone please help me out here

    Thanks and Regards Aadarsh Dubey

  • Nik 1600 posts 7180 karma points MVP 6x c-trib
    17 days ago
    Nik
    0

    Hi Aadarsh,

    As part of your deployment there should be a HomePage.cshtml file present in the Views directory. Usync is failing because that file is missing.

    uSync doesn't create the cshtml files on disk, it expects them to be there, instead it is creating the database reference to that file, but because it's not there it cannot create it.

    I would check that you are deploying the HomePage.cshtml file correctly.

    Thanks

    Nik

Please Sign in or register to post replies

Write your reply to:

Draft