Timothy Miller
Timothy Miller
I do have node-gyp installed
Looks good to me. Ship it!
To be clear, styles don't load properly in the old `pages` method when `getServerSideProps` runs in the route? It does work in the `app` router?
I want to investigate this some more before merging it into the lucia branch. I feel like it could be it's own branch? The app router directives in `app/features` probably...
I've been trying to track this issue down this past week. Does it work when you set the runtime to 'experimental-edge'?
The long term solution is going to be moving this server side code to an API endpoint, outside of next.js
> > Does it work when you set the runtime to 'experimental-edge'? > > Yes (like I wrote above in my reply). > > I'm just not sure if I...
When signing in with Apple, the redirect will take you to [/oauth/apple](url) with some query params. It's on this route that the client displays "internal server error", and if you...
Btw, I'm a big fan of your work on rust bindings for webview 😃
Email works well. Lmk how signing in with apple works for you. If someone else can reproduce this error, I'll do a PR for moving the oauth provider logic to...