rmfakecloud icon indicating copy to clipboard operation
rmfakecloud copied to clipboard

Cloud setup from source should mention checking out specific release tag is necessary

Open monkeyclass opened this issue 4 years ago • 7 comments

The current version of the code in the master branch makes it impossible to sign in to the ui. I troubleshooted it to the paths not being compatible. What fixed it was running git checkout tags/v0.0.5 before doing make all. Then it all worked as expected. The documentation could mention this to avoid a lot of debugging to the setup. Maybe just adding it to the troubleshooting section of the README.

monkeyclass avatar Jan 31 '22 13:01 monkeyclass

I built from master on Friday and have had no issues signing in.

Eeems avatar Jan 31 '22 15:01 Eeems

Interesting... could be that something went wrong in my build. I will try to rebuild using latest master again. However, got no error messages, and as soon as I checked out the v0.0.5 tag it worked instantly.

monkeyclass avatar Jan 31 '22 15:01 monkeyclass

I think I built off of c56f0f3ad8f3547e41d4377b4f9cd2779876f1c0 though.

If there is an issue with login not working on the latest commit, I think your issue should be about that, and not about changing the documentation.

Eeems avatar Jan 31 '22 15:01 Eeems

Agreed. I'm just not competent enough in go to debug any of it myself, so I cannot provide much here. I think checking out known-working/release tag should be a troubleshooting step that could be added though.

monkeyclass avatar Jan 31 '22 15:01 monkeyclass

You probably could provide logs after sanitizing out any personal information like IP addresses.

Eeems avatar Jan 31 '22 15:01 Eeems

I will. The ones I looked at (but don't have now) just presented 404 errors no matter which path of the UI i tried to follow. Even /. However, health and other requests worked, albeit some with an unauthorized response.

monkeyclass avatar Jan 31 '22 15:01 monkeyclass

what version of go do you have installed? the bundling didn't work probably

ddvk avatar Feb 01 '22 10:02 ddvk