Missing Planetscale credentials with netlify dev

Has anyone used the Planetscale Integration and had success running locally. My code runs fine when I deploy it, but when I run it locally, I get the error:

Missing PlanetScale credentials. Make sure Netlify Planetscale integration is enabled.

Planetscale integration is enabled, and is working when deployed.

and then when I attempt to perform an INSERT, I get:

◈ Function store-user has returned an error: fetch failed

Just to confirm, have you run netlify link?

1 Like

No I did not! I’ve never noticed that in the documentation before. After running it, it works great. Thank you!!