Hello everyone,
I have two environments: Demo and Test. I’m trying to set up a uSync Push-Server to push from Demo to Test. At the moment, it seems that Demo finds the Test backoffice, the AppId/AppKey is set on both environments, Incoming/Outgoing are both enabled for the moment. When checking the connection from Demo to Test, I get an Unauthorized. I’ve changed the logging level for uSync.Publisher to Verbose to see more details. I see that at the moment, I get something along the lines:
- “http”://“TestAppUrl”“/umbraco/uSyncReceive/uSyncReceiveApi/Enabled”“” - this is a log inside the code to see where the request is coming from
- Fail: Token doesn’t match “LUD1IHQvWsI+m1rxsGpl6QkqAUTnB9vDn5+xMmvKIro=” “0NrIynnchWXc7uHf4Mp+qEzQbFkrW7+k73BJlFMRG+4=” [“http://TestAppUrl/umbraco/usyncreceive/usyncreceiveapi/enabled”] - Verbose from uSync.Publisher.Security.HMACAuthenticationHandler
The logs are taken from the Test back office.
Are there some steps that I can take to fix the connection?
To be mentioned, there is some traefik in place.