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
The current code for acquiring a runnerToken attempts to fetch a token in the following order:
Use the legacy endpoint (/projects/<projectPath>
Use the new runner authentication endpoint (/user/runners)
However, in the legacy path, the legacy endpoint can return undefined for the token when legacy runner tokens are not enabled. This leads to the null check entry to the new endpoint code path failing.