James!
BABetter Auth
•Created by Tarun kumar on 2/25/2025 in #help
Magic Link Type Error
https://github.com/better-auth/better-auth/pull/1838 - I created a fix for this and it has been merged. If you install the latest beta tag, you will be able to get this
10 replies
BABetter Auth
•Created by James! on 3/12/2025 in #help
[magicLink - drizzleAdapter] The \"payload\" argument must be of type object. Received null
I have opened a PR for this: https://github.com/better-auth/better-auth/pull/1838
37 replies
BABetter Auth
•Created by James! on 3/12/2025 in #help
[magicLink - drizzleAdapter] The \"payload\" argument must be of type object. Received null
Yeah it is. Going to have another look today
37 replies
BABetter Auth
•Created by James! on 3/12/2025 in #help
[magicLink - drizzleAdapter] The \"payload\" argument must be of type object. Received null
Okay, I found the issue:
The problem was that headers.get.key() was returning the .get is not a function.
NOW I haven't figured what the ROOT cause of this is. I initially thought it was because in nextjs 15 you needed to use
await headers()
BUT maybe this is only app pages, and not API routes.37 replies
BABetter Auth
•Created by James! on 3/12/2025 in #help
[magicLink - drizzleAdapter] The \"payload\" argument must be of type object. Received null
I believe this is the culprit here:
basePath, <~ Here is the culprit
37 replies
BABetter Auth
•Created by James! on 3/12/2025 in #help
[magicLink - drizzleAdapter] The \"payload\" argument must be of type object. Received null
After looking through the code I have narrowde it down to the better-call implementation:
On the nextjs server, it is trying to fetch a relative path.
As we can see in the better-auth -> src/api/index.ts in this code:
37 replies
BABetter Auth
•Created by James! on 3/12/2025 in #help
[magicLink - drizzleAdapter] The \"payload\" argument must be of type object. Received null
It looks like this might be a problem with opennext - I’m going to do some digging today.
Perhaps there are some behaviours that are causing this. Perhaps requesting itself is playing up
37 replies
BABetter Auth
•Created by Tarun kumar on 2/25/2025 in #help
Magic Link Type Error
Are you hosting this on vercel or on your own opennext implementation? If opennext, I think there is an issue with some configuration or behaviour it has baked into it
10 replies
BABetter Auth
•Created by James! on 3/12/2025 in #help
[magicLink - drizzleAdapter] The \"payload\" argument must be of type object. Received null
No luck. Does better-auth have any logics around forwarding headers or cookies that might not be working well with a custom nextjs hosted solution via opennext
37 replies
BABetter Auth
•Created by James! on 3/12/2025 in #help
[magicLink - drizzleAdapter] The \"payload\" argument must be of type object. Received null
I feel like I have exhausted most of my known possible solutions to this issue
I've just pushed this change to check your suggestion + added some extra logs.
Apart from this - is there anything else you suggest I try if this doesn't yield any beneficial information? 🤔
Thanks for the tips BTW!
37 replies
BABetter Auth
•Created by James! on 3/12/2025 in #help
[magicLink - drizzleAdapter] The \"payload\" argument must be of type object. Received null
I will try this 👍 Do we need to set
trustedOrigins
- My assumption is that without setting these, those security configs just won't be used.37 replies
BABetter Auth
•Created by James! on 3/12/2025 in #help
[magicLink - drizzleAdapter] The \"payload\" argument must be of type object. Received null
Nope it wasnt 😓 I thought it was the baseUrl being different to what my cloudfront URL was
37 replies
BABetter Auth
•Created by James! on 3/12/2025 in #help
[magicLink - drizzleAdapter] The \"payload\" argument must be of type object. Received null
🤞
37 replies
BABetter Auth
•Created by James! on 3/12/2025 in #help
[magicLink - drizzleAdapter] The \"payload\" argument must be of type object. Received null
Okay - about to test something which will be the classic embarrassing issue if it was true lol
37 replies
BABetter Auth
•Created by James! on 3/12/2025 in #help
[magicLink - drizzleAdapter] The \"payload\" argument must be of type object. Received null
Is there perhaps an "origin" policy I might be missing
37 replies
BABetter Auth
•Created by James! on 3/12/2025 in #help
[magicLink - drizzleAdapter] The \"payload\" argument must be of type object. Received null
I connected to my database locally from within VPN and it worked perfectly. I also confirmed the DB connection works as expected because I can see insertions to tables unrelated to better-auth.
37 replies
BABetter Auth
•Created by James! on 3/12/2025 in #help
[magicLink - drizzleAdapter] The \"payload\" argument must be of type object. Received null
- Db connection is okay - Tested fully on another feature unrelated to better auth.
I'll focus around the DB side of things!
37 replies
BABetter Auth
•Created by James! on 3/12/2025 in #help
[magicLink - drizzleAdapter] The \"payload\" argument must be of type object. Received null
^ I then have my drizzle which maps the snake_case back to camelCase
37 replies
BABetter Auth
•Created by James! on 3/12/2025 in #help
[magicLink - drizzleAdapter] The \"payload\" argument must be of type object. Received null
I will triple confirm the schema in my remote DB @lonelyplanet but: my local works and it is using the same script that was applied in my hosted DB (see attached file)
I really hope this is just some minor thing I have missed 😂 But it's hard to track down because the log isn't useful at all.
I will also do the betterauth cli tonight
37 replies
BABetter Auth
•Created by James! on 3/12/2025 in #help
[magicLink - drizzleAdapter] The \"payload\" argument must be of type object. Received null

37 replies