Pedro Monteagudo

Results 4 comments of Pedro Monteagudo

After doing more research, It looks like this issue is only happening when using the planetscale driver option (https://orm.drizzle.team/docs/installation-and-db-connection/mysql/planetscale). When using the mysql2 node option (https://orm.drizzle.team/docs/installation-and-db-connection/mysql/mysql2) it doesn't happen

yeah sorry, it can be closed! It's definitely a driver issue.

having the same error. In my case I use node 18.13.0 and MacOS with apple silicon M1 chip. My node version is installed via NVM. I've tried both with npm...

Has anyone made this work with Remix? I'm exporting links with css stylesheets like this: ```js export const links: LinksFunction = () => [ { rel: 'stylesheet', href: fontStylesheet },...