Replies: 1 comment
-
|
You'll want to make sure that your GitHub app has a callback url configured that redirects to your localhost application (http://localhost:3000/api/auth/callback/github). If you start the application with the |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Note: I am totally new to the Mirror App & trying to configure it for the first time on my localhost.
Steps performed:
NEXTAUTH_SECRET=bad-secret
NEXTAUTH_URL=http://localhost:3000
ALLOWED_HANDLES=
ALLOWED_ORGS=
WEBHOOK_SECRET=bad-secret
NODE_ENV=development
PUBLIC_ORG=
PRIVATE_ORG=
SKIP_BRANCH_PROTECTION_CREATION=
CREATE_MIRRORS_WITH_INTERNAL_VISIBILITY=
DELETE_INTERNAL_MERGE_COMMITS_ON_SYNC=
`
I am trying to test it out with smee.io but not able to login/getting any response on my local setup. My Github app registered as per the instruction mentioned in the Doc.
after clicking on the button:

Beta Was this translation helpful? Give feedback.
All reactions