Timothy Miller

Results 42 comments of Timothy Miller

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'?

> > 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...

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...