Skip to content

Commit

Permalink
added NEXTAUTH_URL to solve error: [next-auth][error][GET_AUTHORIZATI…
Browse files Browse the repository at this point in the history
…ON_URL_ERROR]

https://next-auth.js.org/errors#get_authorization_url_error getaddrinfo ENOTFOUND {
  message: 'getaddrinfo ENOTFOUND lifewatch.lab.uvalight.net',
  stack: 'Error: getaddrinfo ENOTFOUND lifewatch.lab.uvalight.net\n' +
    '    at GetAddrInfoReqWrap.onlookupall [as oncomplete] (node:dns:118:26)',
  name: 'Error'
}
  • Loading branch information
skoulouzis committed Sep 11, 2023
1 parent 1a08465 commit e2d7de7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions vre-panel/.env.test
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
API_BASE_PATH=/vre-api-test/api
FRONTEND_BASE_PATH=/vreapp


NEXTAUTH_URL=https://paas.minikube.test/vreapp/api/auth

0 comments on commit e2d7de7

Please sign in to comment.