We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f3b4fd5 commit d1816e7Copy full SHA for d1816e7
1 file changed
src/module.ts
@@ -431,7 +431,7 @@ export default defineNuxtModule<ModuleOptions>({
431
}
432
if (dbCredentials) {
433
const { host, port, database } = JSON.parse(dbCredentials.stdout)
434
- process.env.NUXT_EDGEDB_AUTH_BASE_URL = `http://${host}:${port}/${database}/ext/auth/`
+ process.env.NUXT_EDGEDB_AUTH_BASE_URL = `http://${host}:${port}/db/${database}/ext/auth/`
435
436
437
0 commit comments