Hello, I'm using the CLI to deploy a site via CI/CD. After the 6.4.1 update it seems that something has broken in the put
cli command.
surfer get --token <token> --server https://protocol.ecologies.info /
works as expected
surfer put --token <token> --server https://protocol.ecologies.info / test.txt /
gives an error of invalid token
I've tried new tokens to no avail. I've tested on my local machine which reproduces the problem in the build.
Our CI system worked as expected April 30th before the update, but after the 6.4.1 update our build system began to fail with the invalid token
We rolled back the cloudron surfer server to 6.4.0 and it appears to be working again.
Any help would be greatly appreciated, thank you