Simon de Bruijn

Results 3 comments of Simon de Bruijn

Have you removed your `babel.config.json` or `.babelrc`? Because if you did, you [moved to SWC](https://nextjs.org/blog/next-12-1?utm_source=next-site&utm_medium=banner&utm_campaign=next-website#improved-swc-support) instead of `Babel`. The `css prop` of `styled-components` [isn't supported yet for SWC](https://github.com/vercel/next.js/issues/30802). Adding a...

I need this fix too. After debugging locally I also noticed the `id_token_hint` doesn't get added to the endSessionUrl What is needed to fix/merge this PR?

I created a new PR with the same fix and additional tests: https://github.com/auth0/nextjs-auth0/pull/1780