Cloud setup from source should mention checking out specific release tag is necessary
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.
I built from master on Friday and have had no issues signing in.
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.
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.
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.
You probably could provide logs after sanitizing out any personal information like IP addresses.
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.
what version of go do you have installed? the bundling didn't work probably