Troubles with local installation: can't get through github app auth #273
Unanswered
RobErskine
asked this question in
Q&A
Replies: 2 comments 5 replies
-
I just tried on a completely fresh Next.js 15 install and see the same thing happening, so I am not sure if it is how I configured my Github App or something else? Here is the fresh repo: https://github.com/RobErskine/outstatic Here is my
|
Beta Was this translation helpful? Give feedback.
0 replies
-
Hey @RobErskine , Thank you for reporting this issue. Next.js 15 brought a bunch of bugs. Andre |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi there,
I am trying to install Outstatic in my new Next.js 15 project utilizing
with-supabase
.I have isolated my codebase into a
(cms)
and(main-app)
route groups to isolate functionality.I followed all of the instructions in the documentation twice over now and I'm not sure what I'm doing wrong.
I created a Github App and am trying to use that for auth. I get redirected to github, auth with my app, then get redirected to my app. However I get redirected back to the original
/outstatic
page. When refreshing, I can see my auth cookies get set for a split second before being removed. I also get a few console CORS errors, but the instructions doesn't say anything about those.Here is a video recording of what I am experiencing: https://screen.studio/share/ZtPAdUhK
I've created a snapshot of my repo where this issue is happening here: https://github.com/RobErskine/bard/tree/outstatic
Any help would be greatly appreciated. I'd love to help update any docs or anything if we're able to get this resolved.
Looking forward to using Outstatic soon!
Beta Was this translation helpful? Give feedback.
All reactions