We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 54cbd0c commit e4ddb38Copy full SHA for e4ddb38
app/utils/providers/github.server.ts
@@ -44,7 +44,7 @@ export class GitHubProvider implements AuthProvider {
44
{
45
clientId: process.env.GITHUB_CLIENT_ID,
46
clientSecret: process.env.GITHUB_CLIENT_SECRET,
47
- redirectURI: '/auth/github/callback',
+ redirectURI: 'https://www.epicstack.dev/auth/github/callback',
48
},
49
async ({ tokens }) => {
50
// we need to fetch the user and the emails separately, this is a change in remix-auth-github
0 commit comments