I can access upsource locally using http://pcname:42424/projectname/view
.
Trying to access it using the IP eg. http://192.168.1.42:42424/projectname/view
yields
OAuth 2.0 Error
unauthorized_client: Unregistered Redirect URI. Client service 'Upsource' requests authorization entity for the URI which is not registered in Hub: http://192.168.3.143:42424/. If you have Hub administrator permissions and the suspicious URI does belong to 'Upsource', please add this URI to the list of 'Redirect URIs' in the service settings in Hub
With link to https://www.jetbrains.com/help/hub/2.0/OAuth-2.0-Errors.html#auth.unauthorized_client
I could not find how to set redirectUri
though in Upsource (went through maybe all of the settings pages).
Where can I find the redirectUri
setting so I can add my IP to it?
Update
I set up another instance on a different box and set the URL and port to be http://192.168.1.42:42424
and now it works successfully to be accessed remotely using the IP.