Jake Coppinger
Jake Coppinger
I'm still unable to solve a bug - `createSession` being called with an `undefined` `userId`: https://github.com/nextauthjs/next-auth/issues/4897 I initially thought I fixed it, but the issue persists. Are you able to...
Renamed to `@next-auth/pg-adapter` and updated the files you mentioned :) I'm still stuck on this issue, any ideas? https://github.com/nextauthjs/next-auth/pull/4933#issuecomment-1186500481
Thanks! Fixing issues with my code on another branch - created a PR.
Sounds great! If you PRed into `parking-lanes` I'd merge into https://github.com/jakecoppinger/open-parking-map and overwrite my country picker. As usual I'm keen to merge any improvements I make here too. Another concern...
My preferred method for doing this is migrating tagging to the new schema on edit of a particular way - that way there is always a human in the loop,...
@tordans I assume this would need to be updated once #83 merges in?
Someone who knows more about Matrix databases than myself - would there be any issues in adjusting the mxid's in the portal programmatically? I'm thinking of having a crack writing...
@craig-bowers I haven't done any testing with anything but a standard email and password unfortunately, so no ideas on my end. I'm still stuck on an issue (#4897), did you...
I tried to fix my PR based on the suggestion in this comment, but I'm not having any success unfortunately: https://github.com/nextauthjs/next-auth/issues/4897#issuecomment-1363414338 `getSessionAndUser` doesn't appear to be called. I've added logging...
Fixed! Needed to return `id` (using SQL command `RETURNING`) when creating a new user.