-
-
Notifications
You must be signed in to change notification settings - Fork 719
Closed
Description
I'm using @nuxt/content
version 3.6.0, and deploying my Nuxt app to Vercel.
I configured the content.database
to use PostgreSQL hosted on Neon.
However, during deployment I encounter the following error:
Here is my relevant nuxt.config.ts
snippet:
export default defineNuxtConfig({
content: {
database: {
type: 'postgres',
url: process.env.POSTGRES_URL!,
},
preview: {
api: 'https://api.nuxt.studio',
dev: true,
gitInfo: {
name: 'valen.vue',
owner: 'ValentinOsvaldo',
url: 'https://github.com/ValentinOsvaldo/valen.vue.git',
},
},
renderer: {
anchorLinks: false,
},
}
})
I try to create a new deploy but the error persists
Metadata
Metadata
Assignees
Labels
No labels