Summary
Github auth integration fails due to missing issuer claim. It prints oauth2 callback error when returning from github back to login page after consent.
System configuration and versions
Jitsu next, latest docker images as of today (v2.14).
Artifacts (logs, etc)
[next-auth][error][OAUTH_CALLBACK_ERROR]
https://next-auth.js.org/errors#oauth_callback_error issuer must be configured on the issuer {
error: Error [OAuthCallbackError]: issuer must be configured on the issuer
at async Module.p [as handler] (.next/server/chunks/[root-of-the-server]__0h.p-r-._.js:1:3899) {
code: undefined
},
providerId: 'github',
message: 'issuer must be configured on the issuer'
}
Summary
Github auth integration fails due to missing issuer claim. It prints oauth2 callback error when returning from github back to login page after consent.
System configuration and versions
Jitsu next, latest docker images as of today (v2.14).
Artifacts (logs, etc)