sanser
Explore posts from serversCDCloudflare Developers
•Created by sanser on 6/7/2024 in #pages-help
some peer dependencies are incorrectly met with sveltekit
anyone facing this issue, the yarn version should be
YARN_VERSION = 1.22
:)4 replies
CDCloudflare Developers
•Created by sanser on 6/7/2024 in #pages-help
some peer dependencies are incorrectly met with sveltekit
4 replies
CDCloudflare Developers
•Created by sanser on 6/7/2024 in #pages-help
some peer dependencies are incorrectly met with sveltekit
4 replies
DTDrizzle Team
•Created by sanser on 4/4/2024 in #help
Error: SASL: SCRAM-SERVER-FINAL-MESSAGE: server signature is missing
"postgres://postgres.bigtestington:bigidiot@@aws-0-ap-southeast-1.pooler.supabase.com:6543/postgres"
like this ^3 replies
DTDrizzle Team
•Created by sanser on 4/4/2024 in #help
Error: SASL: SCRAM-SERVER-FINAL-MESSAGE: server signature is missing
edit: i fixed the issue, seems like i had an issue with the speical charcters, i have an
@
at the end of my password so i needed two of them 🤦3 replies
DTDrizzle Team
•Created by sanser on 3/29/2024 in #help
better way to check truthy / falsey from select
like
.empty()
5 replies
DTDrizzle Team
•Created by sanser on 3/29/2024 in #help
better way to check truthy / falsey from select
just hoping there would he a nice wrapper around this
5 replies
DTDrizzle Team
•Created by sanser on 3/29/2024 in #help
better way to check truthy / falsey from select
ye this works too
5 replies
DTDrizzle Team
•Created by sanser on 11/15/2023 in #help
Using cloudflare pages postgres and lucia
then if i use import
{sql} from '@vercel/postgres'
it builds!!!!
but then i get ReferenceError: process is not defined
error when hitting my endpoints which interact with the database4 replies
DTDrizzle Team
•Created by sanser on 11/15/2023 in #help
Using cloudflare pages postgres and lucia
my database is neon but i will use move this to AWS once testing is complete
4 replies
DTDrizzle Team
•Created by sanser on 11/15/2023 in #help
Using cloudflare pages postgres and lucia
4 replies