💚 Potential fix for internal next auth url

This commit is contained in:
Manuel
2023-08-05 10:36:07 +02:00
parent 4d6b120864
commit 5ee740bd67
4 changed files with 4 additions and 4 deletions

View File

@@ -20,4 +20,5 @@ module.exports = withBundleAnalyzer({
permanent: false,
},
],
env: process.env.NEXTAUTH_URL_INTERNAL || process.env.HOSTNAME || 'http://localhost:3000',
});