Closed kdambekalns closed 2 years ago
@kdambekalns hey,
could you please run synco again with "--debug" on the client side and post the logs here? There is functionality included which should automatically try with and without https:// and http:// etc prefixes - see here https://github.com/sandstorm/synco/blob/main/pkg/receive/cmd/receive-cmd.go#L140-L160
Seems this does not work properly - so I'd love to fix this for your particular case :)
We currently do not follow redirects, in order to find the best-matching URL: https://github.com/sandstorm/synco/blob/17f6ac439f11db1d7be260513f83fa09d24933c5/pkg/receive/receive-session.go#L50-L53 But maybe this should be changed...
All the best, Sebastian
Did the exact same steps again, using --debug
and without it to make sure, and now it just worked. 🤔🤷♂️
weirdo. OK. If it happens again, please re-open :)
The example
Please specify the base URL of the production server (f.e. github.com).
should be
Please specify the base URL of the production server (f.e. https://github.com).
For me giving a base without the protocol failed, since the server does a redirect (that seems not to be followd by synco).