takburger
takburger
Explore posts from servers
NNuxt
Created by takburger on 5/3/2024 in #❓・help
How to use Lucia with Nuxt Hub ? (error: missing cloudflare db binding)
80 replies
NNuxt
Created by takburger on 5/3/2024 in #❓・help
How 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
NNuxt
Created by takburger on 8/11/2024 in #❓・help
How to run nitro task on cloudflare ?
Thanks for the feedback, didn't have any schedule:in the build log. I set up a cron worker on the side to trigger a webhook to replace the task for now.
5 replies
NNuxt
Created by takburger on 8/11/2024 in #❓・help
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
NNuxt
Created by takburger on 7/12/2024 in #❓・help
Help debugging - illegal invocation rejection - nuxt hub
did it eventually happen after you updated packages ? I just came back on another project using nuxt hub and did pnpm up It gave me the illegal invocation right after
10 replies
NNuxt
Created by takburger on 7/12/2024 in #❓・help
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
NNuxt
Created by Kotyraw on 6/20/2024 in #❓・help
Issue : Pre-transform error: Missing "#internal/nuxt/paths" specifier in "nuxt" package (x2)
could you try in a Docker ?
26 replies
NNuxt
Created by Kotyraw on 6/20/2024 in #❓・help
Issue : Pre-transform error: Missing "#internal/nuxt/paths" specifier in "nuxt" package (x2)
do you eventually have globally installed packages that would ruin your experience ?
26 replies
NNuxt
Created by Kotyraw on 6/20/2024 in #❓・help
Issue : Pre-transform error: Missing "#internal/nuxt/paths" specifier in "nuxt" package (x2)
No description
26 replies
NNuxt
Created by Kotyraw on 6/20/2024 in #❓・help
Issue : Pre-transform error: Missing "#internal/nuxt/paths" specifier in "nuxt" package (x2)
but I use the same node -v
26 replies
NNuxt
Created by Kotyraw on 6/20/2024 in #❓・help
Issue : Pre-transform error: Missing "#internal/nuxt/paths" specifier in "nuxt" package (x2)
npm install && npm dev no error, just 2 warnings about imports of defineEmits and defineProps being uneccessary iirc
26 replies
NNuxt
Created by Kotyraw on 6/20/2024 in #❓・help
Issue : Pre-transform error: Missing "#internal/nuxt/paths" specifier in "nuxt" package (x2)
so not this either
26 replies
NNuxt
Created by Kotyraw on 6/20/2024 in #❓・help
Issue : Pre-transform error: Missing "#internal/nuxt/paths" specifier in "nuxt" package (x2)
couldn't reproduce on my machine. Maybe check if your node version is the stable one ?
26 replies
NNuxt
Created by Kotyraw on 6/20/2024 in #❓・help
Issue : Pre-transform error: Missing "#internal/nuxt/paths" specifier in "nuxt" package (x2)
creating a small repo with nothing but the isolated incident so we can peak at the code
26 replies
NNuxt
Created by takburger on 5/3/2024 in #❓・help
How to use Lucia with Nuxt Hub ? (error: missing cloudflare db binding)
Thanks for your page, it helped me making the deployment work ! My test of nuxthub cloudflare lucia and passkeys auth is working in prod !
80 replies
NNuxt
Created by takburger on 5/3/2024 in #❓・help
How to use Lucia with Nuxt Hub ? (error: missing cloudflare db binding)
it looks like the crypto functions are working out of the box.
80 replies
NNuxt
Created by takburger on 5/3/2024 in #❓・help
How to use Lucia with Nuxt Hub ? (error: missing cloudflare db binding)
80 replies
NNuxt
Created by takburger on 5/3/2024 in #❓・help
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
NNuxt
Created by takburger on 5/3/2024 in #❓・help
How to use Lucia with Nuxt Hub ? (error: missing cloudflare db binding)
thanks, I'll look at it when production fails and I contemplate my new challenge xD
80 replies
NNuxt
Created by takburger on 5/3/2024 in #❓・help
How to use Lucia with Nuxt Hub ? (error: missing cloudflare db binding)
On Youtube Mannil said he'll do a video about that.
80 replies