[CLI] put command no longer working: invalid token
-
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 expectedsurfer put --token <token> --server https://protocol.ecologies.info / test.txt /
gives an error ofinvalid 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
-
I can't quite see how anything between those versions could have affected this and especially since reverting the app will put the old app back anyways, the only issue may come from the cli then or the token actually be invalid.
To rule out one bit also, is the SSL certificate valid for the app?
Also do you see any error in the server side app logs and can you use the cli outside your CI/CD?
-
N nebulon marked this topic as a question