SheldonFromBBT
Explore posts from serversDTDrizzle 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/postgres@3.4.5/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/postgres@3.4.5/node_modules/postgres/cf/src/large.js
13:59:59.831 - ../../node_modules/.pnpm/postgres@3.4.5/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
KPCKevin Powell - Community
•Created by SheldonFromBBT on 5/12/2024 in #front-end
Make height of a scrolling div less than certain height (with calc())
margin bottom looks the only solution, Thanks!
13 replies
KPCKevin Powell - Community
•Created by SheldonFromBBT on 5/12/2024 in #front-end
Make height of a scrolling div less than certain height (with calc())
Ahh now I get it
13 replies
KPCKevin Powell - Community
•Created by SheldonFromBBT on 5/12/2024 in #front-end
Make height of a scrolling div less than certain height (with calc())
I'll still use grid in this situation but this above problem's solution will be so appreciated
13 replies
KPCKevin Powell - Community
•Created by SheldonFromBBT on 5/12/2024 in #front-end
Make height of a scrolling div less than certain height (with calc())
And can't figure out what's wrong actually
13 replies
KPCKevin Powell - Community
•Created by SheldonFromBBT on 5/12/2024 in #front-end
Make height of a scrolling div less than certain height (with calc())
Yes, thanks but I know we could do it with grid ofc 😅 but I want ti just get this thing working
13 replies
KPCKevin Powell - Community
•Created by SheldonFromBBT on 5/12/2024 in #front-end
Make height of a scrolling div less than certain height (with calc())
Yes, the workaround of margin is right but it looks unnecessary and can break things when there are not enough elements
13 replies