Copied to clipboard

Flag this post as spam?

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


  • Ocelot 9 posts 109 karma points
    Feb 18, 2022 @ 15:33
    Ocelot
    0

    usync.Publisher can not connect to new server

    I'm new in Umbraco and I just wanted to work with uSync and uSync.Publisher.

    • I have installed two diffrent Umbraco in my local with different ports
    • I installed the uSync and uSync.Complete trial packages
    • I already added two publishers AppId and Appkey in both application
    • when I try to connect to new server in uSync.Publisher I get following issue:

    Request error: The URL returned a 404 (not found): /umbraco/backoffice/usync/usyncpublishapi/setupServer

    enter image description here

  • Kevin Jump 2310 posts 14695 karma points MVP 7x c-trib
    Feb 18, 2022 @ 16:23
    Kevin Jump
    100

    Hi Vahid,

    Unfortuntly on v9 we can no longer fix the auth (as we can't/shouldn't write to the appsettings.json file for reasons).

    So that box shouldn't actually offer you the chance to fix the auth on v9 :(

    instead you will have to check the config of your sites, and make sure they both have the same appid and appkey set in the same place in their appsettings.json files. you should also make sure they are enabled .

      "uSync": {
        "Publisher": {
            "Settings": {
                "IncomingEnabled": true, 
                "AppId": "XXXXXXXXXXXXXXXX", 
                "AppKey": "XXXXXXXXXXXXXXXXXXXXXXXXXX" 
            }
        }
      }
    

    in the next release that box is removed .

Please Sign in or register to post replies

Write your reply to:

Draft