Deven Mistry
Deven Mistry
@jph00 can you please take a look at this?
@jph00 I'll look at it this week. But I might need some hand holding. 😅
The version is `"vercel-github-oauth-proxy": "^1.2.3"` and `config.githubOrgName: github.iu.edu`
Ah, in that case, I might have a workaround for this, if I put my `config.githubOrgName` as github.com, would it work? Or I can just create a dummy org and...
@n4bb12 I tried the changing the org to a GitHub based org, but I still get the same error. I have the org name set to `'githubOrgName': 'techfanatics',`
I upgraded to 1.2.6. Here are the logs, 
ah my bad, ```json {"level":30,"time":1695240732103,"pid":8,"hostname":"169.254.248.165","reqId":"req-3","req":{"method":"GET","url":"/oauth2/callback?state=%7B%22randomToken%22%3A%22YYnDQ-DSXBIn75T4RIYM7%22%2C%22path%22%3A%22%2F%22%7D.FTMjpm2IVbW0mR%2FvWAsMkGZJcgj6%2F7DfCNZAXxgGHKU&code=e1e5f198e57dac27aa6f","hostname":"deven-phd-notes.vercel.app","remoteAddress":"127.0.0.1","remotePort":41642},"msg":"incoming request"} Error: State mismatch at retrieveState (/var/task/node_modules/vercel-github-oauth-proxy/dist/github-oauth.js:136:19) at Object. (/var/task/node_modules/vercel-github-oauth-proxy/dist/github-oauth.js:176:27) at hookIterator (/var/task/node_modules/fastify/lib/hooks.js:409:10) at next (/var/task/node_modules/fastify/lib/hooks.js:243:18) at hookRunner (/var/task/node_modules/fastify/lib/hooks.js:265:5) at handler (/var/task/node_modules/fastify/lib/handleRequest.js:68:7) at handleRequest (/var/task/node_modules/fastify/lib/handleRequest.js:24:5)...
> Did you initiate the flow from https://deven-phd-notes.vercel.app? Yes
cc @hamelsmu can you please take a look at this?
Hey @mattgra, if I understand your requirement correctly, this is already possible in `nbdev`. To create tutorials, (do NOT add the `#|default_exp` flag to your nb). You can check the...