Aakash Jha

Results 3 comments of Aakash Jha

In your server-side code, why do you attach `cors()` as a middleware to the route and not as a global middleware in your `server.js`/`index.js` ? what happens if you do...

Bringing another pair of hands to help this awesome project.

@CalebJamesStevens, like @dtsuper3 said, you can't mix an express and nextjs. If you want to have `oidc` in the `req` object, you will need to modify the `GetServerSidePropsContext` type. Try...