takburger
Explore posts from serversHow to use Lucia with Nuxt Hub ? (error: missing cloudflare db binding)
@h+ Hey just coming back here to let you know I had to add password auth to another hub project and the build did fail as you said because the argon package is not allowed on Workers.
I found a good repo with a rust based argon worker api. That works perfectly on CF to hash and verify passwords. I only had to add a Bearer token auth to it to make it work.
80 replies
How to run nitro task on cloudflare ?
Thank you ! I totally missed that part.
Do you have more experience on using triggers with nitro and wrangler.toml ?
I added the trigger section as follow :
[triggers]
crons = [ "0 * * * *"]
But it didn't do the trick, probably because it doesn't refer to the specified task, but I don't know the syntax.
5 replies
Help debugging - illegal invocation rejection - nuxt hub
I wasn't. But I rebuilt the project entirely with compat 4 this weekend so I could review my code the hard way and deploy differently.
I don't have that bug now... but last time I didn't have the bug until I had it.
10 replies
How to use Lucia with Nuxt Hub ? (error: missing cloudflare db binding)
can't deploy it successfully.
https://2c2f88ba.help-drizzle-nuxt-hub.pages.dev/
80 replies
How to use Lucia with Nuxt Hub ? (error: missing cloudflare db binding)
Hey @h+
Sorry for the delay, was a bit busy recently.
I have a working local example :
https://github.com/rktmatt/nuxthub-cloudflare-lucia
On my way to check it deployed on cloudflare and see if the crypto part fails
80 replies