ズバイル
ズバイル
Explore posts from servers
CDCloudflare Developers
Created by ズバイル on 2/18/2025 in #general-help
Can I use Cloudflare Zero Trust as an alternative to Supabase auth in the Next.js 15 app?
If YES, then I will happily use D1 instead of Supabase. It's a course website, currently working on. V....L is expensive, and Supabase Cloud is too. Also, using M...x for videos, not Cloudflare Stream. (....ing those, because they are competitors). total $70+ per month, 800+ yearly, as an Asian, that's too much), and self-hosting is too much work. (although I can) If NOT, then the Cloudflare team should really be working on a good auth - or should I say - supabase/appwrite-like SDK. which I (and all) will use instead of other things—100% on Cloudflare.
2 replies
PPrisma
Created by ズバイル on 1/15/2025 in #help-and-questions
Please add Dark/Night mode on console.prisma.io
Night/Dark mode is very helpful for devs/users. I know the extension- Dark Reader, but why extension?
3 replies
PPrisma
Created by ズバイル on 1/15/2025 in #help-and-questions
"code":"P6003" Prisma example: accelerate-hacker-news
When I upvote on official example- I upvode a post- I got this error- Error: Failed to invalidate Accelerate cache. Response was 400 Bad Request. {"code":"P6003","message":"There is a hold on your account. Reason: planLimitReached. Please contact Prisma support if you think this is an error."} at async addVotes (addVotes.ts:21:3) code link https://github.com/prisma/prisma-examples/blob/latest/accelerate/accelerate-hacker-news/app/actions/addVotes.ts Error on addVotes.ts:21:2 - at await -
await prisma.$accelerate.invalidate({
tags: ['posts'],

})
await prisma.$accelerate.invalidate({
tags: ['posts'],

})
my project is (for official support purpose) console prisma io/ cm459dig001zinbfj9qemcgxv/ cm5xtjl4e00cv12ytnhrhmy22/
3 replies