SheldonFromBBT
Explore posts from serversBABetter Auth
•Created by SheldonFromBBT on 2/26/2025 in #help
(Cloudflare) Workers CPU resources exceeded
This happens only while signing in with email and password method
3 replies
BABetter Auth
•Created by SheldonFromBBT on 2/26/2025 in #help
(Cloudflare) Workers CPU resources exceeded
Even using client auth doesnt solve this issue.
3 replies
BABetter Auth
•Created by SheldonFromBBT on 2/14/2025 in #help
node:crypto not supported (in cloudflare pages)
Well, it turns out deleting the .npmrc file which contained engine-strict=true fixed this issue, it's weird but it did cause the above issue, for now it's not necessary to add node_compatibility flag.
2 replies
DTDrizzle Team
•Created by SheldonFromBBT on 1/25/2025 in #help
Cannot use supabase serverless on cloudflare pages
Help would be really appreciated!
4 replies
DTDrizzle Team
•Created by SheldonFromBBT on 1/25/2025 in #help
Cannot use supabase serverless on cloudflare pages
▲ [WARNING] The package "node:events" wasn't found on the file system but is built into node.
13:59:59.832
13:59:59.833 Your Worker may throw errors at runtime unless you enable the "nodejs_compat" compatibility flag. Refer to https://developers.cloudflare.com/workers/runtime-apis/nodejs/ for more details. Imported from:
13:59:59.833 - ../../node_modules/.pnpm/[email protected]/node_modules/postgres/cf/polyfills.js
4 replies
DTDrizzle Team
•Created by SheldonFromBBT on 1/25/2025 in #help
Cannot use supabase serverless on cloudflare pages
These are the some logs :
▲ [WARNING] The package "node:stream" wasn't found on the file system but is built into node.
Your Worker may throw errors at runtime unless you enable the "nodejs_compat" compatibility flag. Refer to https://developers.cloudflare.com/workers/runtime-apis/nodejs/ for more details. Imported from:
13:59:59.831 - ../../node_modules/.pnpm/[email protected]/node_modules/postgres/cf/src/large.js
13:59:59.831 - ../../node_modules/.pnpm/[email protected]/node_modules/postgres/cf/src/connection.js
4 replies
CDCloudflare Developers
•Created by Fabio53443 on 1/21/2025 in #pages-help
SvelteKit deployment failing
In my case
fs
is also the module causing error, but even after prerendering the routes as instructed in docs, deployment still faild4 replies
CDCloudflare Developers
•Created by Fabio53443 on 1/21/2025 in #pages-help
SvelteKit deployment failing
Having the same issue! Even after adding the compatibility flag, it still fails
4 replies
CDCloudflare Developers
•Created by SheldonFromBBT on 12/19/2024 in #general-help
Clarity on "Client Max Upload Size"
Thanks!
12 replies
CDCloudflare Developers
•Created by SheldonFromBBT on 12/19/2024 in #general-help
Clarity on "Client Max Upload Size"
Yes, I plan to use R2
12 replies
CDCloudflare Developers
•Created by SheldonFromBBT on 12/19/2024 in #general-help
Clarity on "Client Max Upload Size"
Do you have any resources that kind of help or show how multipart uploads work (In area of CF) ? or any kind of tutorial, am pretty new to this
12 replies
CDCloudflare Developers
•Created by SheldonFromBBT on 12/19/2024 in #general-help
Clarity on "Client Max Upload Size"
Thanks for the response, things are clear now
12 replies
BABetter Auth
•Created by SheldonFromBBT on 11/15/2024 in #bug-reports
Signin throws an occasional not valid JSON error
Just found out the reason, it is related to cloudflare cpu time limit, this error returns when cf returns an html response when you exceed the cpu time limit.
7 replies
BABetter Auth
•Created by SheldonFromBBT on 11/15/2024 in #bug-reports
Signin throws an occasional not valid JSON error
Okay, thanks, I will ask in their discord server about this
7 replies
BABetter Auth
•Created by SheldonFromBBT on 11/15/2024 in #bug-reports
Signin throws an occasional not valid JSON error
Thanks for the reply, but am using SvelteKit for this app
7 replies
BABetter Auth
•Created by SheldonFromBBT on 11/15/2024 in #bug-reports
Signin throws an occasional not valid JSON error
Hey, any luck on this? Help would be really appreciated
7 replies
BABetter Auth
•Created by SheldonFromBBT on 11/9/2024 in #bug-reports
Server auth not working (SvelteKit) via signin with email
I'll open a pr soon for it
6 replies