You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 5, 2022. It is now read-only.
I run into the issue that profile urls I see in UserConnection table are invalid, they look like: http://github.com/1233445
Github responds with 404 for such urls
I found that in GitHubAdapter.setConnectionValues user Id is used in ProfileUrl creation.
I run into the issue that profile urls I see in UserConnection table are invalid, they look like: http://github.com/1233445
Github responds with 404 for such urls
I found that in
GitHubAdapter.setConnectionValuesuser Id is used in ProfileUrl creation.As temporal workaround I overrided GitHubAdapter.setConnectionValues right in Java Config.