In one of the channels of this slack recently I sa...
# getting-started
k
In one of the channels of this slack recently I saw someone complained about github tokens not workering anymore. I got the same errorr with gitlab:
Copy code
gitlab:index:Project (clientwebsite):
    error: 1 error occurred:
        * GET <https://gitlab.com/api/v4/user>: 401 {error: invalid_token}, {error_description: Token is expired. You can either do re-authorization or token refresh.}    error: 1 error occurred:
        * GET <https://gitlab.com/api/v4/user>: 401 {error: invalid_token}, {error_description: Token is expired. You can either do re-authorization or token refresh.}
I recreated the token - it did not help.... Maybe old token is still being used for some reason? How would I debug to get exact request that is being made to gitlab? Thanks!
g