lessquo
Explore posts from serversCDCloudflare Developers
•Created by lessquo on 5/15/2024 in #pages-help
Error occurs accessing postgres with drizzle and postgres.js in Remix project
I've created a Remix project using create-cloudflare CLI as guided in https://developers.cloudflare.com/pages/framework-guides/deploy-a-remix-site/
and then I installed
drizzle-orm
and postgres
, but I've got this error when I executed a simple select query:
The code:
This happens while running the app (remix vite:dev
) locally.3 replies