Git Product home page Git Product logo

Comments (10)

mroyster avatar mroyster commented on August 11, 2024 4

I had the same and fixed by adding environment variable (in Web App Config) to set NEXTAUTH_URL to point to URL. For some reason mine was missing the https at the start.

from azurechat.

PedroGuerraPT avatar PedroGuerraPT commented on August 11, 2024 2

@Nettitude-MS , your error is due to a COSMOS DB variable not being set properly.

as for the OPs issue, @mroyster provided the right answer - the NEXTAUTH_URL must contain https://.

Thanks for pointing into the right direction @oliverlabs.

The One Click Azure Deployment actually creates the App Settings AZURE_COSMOSEDB_KEY and AZURE_COSMOSEDB_URI (notice the extra E letter), and the code appears to refer the env vars AZURE_COSMOSDB_KEY and AZURE_COSMOSDB_URI as seen here: https://github.com/microsoft/azurechatgpt/blob/6c76fb9b3239ddd751905755267115f5e9e5b0dd/src/features/common/cosmos.ts#L8C32-L8C50

Might be worth revising the ARM Template and the env var reference here as well:

https://github.com/microsoft/azurechatgpt/blob/6c76fb9b3239ddd751905755267115f5e9e5b0dd/README.md?plain=1#L240
https://github.com/microsoft/azurechatgpt/blob/6c76fb9b3239ddd751905755267115f5e9e5b0dd/README.md?plain=1#L239

from azurechat.

stalejohnsen avatar stalejohnsen commented on August 11, 2024 1

I get the exact same issue as @Nettitude-MS

from azurechat.

oliverlabs avatar oliverlabs commented on August 11, 2024 1

@Nettitude-MS , your error is due to a COSMOS DB variable not being set properly.

as for the OPs issue, @mroyster provided the right answer - the NEXTAUTH_URL must contain https://.

from azurechat.

thivy avatar thivy commented on August 11, 2024 1

Please updated the Azure App service application settings that matches the env.local

There were few typos and it's fixed

from azurechat.

aawaheed avatar aawaheed commented on August 11, 2024 1

image I am also facing the same issue of Login loop when running on Azure. With local settings, it works fine using the same ADFS application.

image

I fixed the above issue by adding https:// as mentioned here #62 (comment)

from azurechat.

thivy avatar thivy commented on August 11, 2024

@DavidLee-Arinco Could you please check the .env.local file and remove the comment next to the NEXTAUTH_URL

It's seems to be causing the error. I will update the documentation to remove those comments

image

from azurechat.

Nettitude-MS avatar Nettitude-MS commented on August 11, 2024

Sorry, I cannot see how you have managed to fix the issue with just adding HTTPS into the App Setting for the NEXTAUTH_URL variable.

I've added this, as I am suffering with the same issue, and all I receive when browsing back to the site is a error such as the below:

image

If I remove the 'HTTPS://' from the variable, I get the login screen once again but the loop still occurs.

I've checked my redirect URI and I am confident that the login attempts are completing as I can see the application successfully authenticating into my tenancy via my UPN so I think this must be a configuration setting somewhere.

from azurechat.

aawaheed avatar aawaheed commented on August 11, 2024

image
I am also facing the same issue of Login loop when running on Azure. With local settings, it works fine using the same ADFS application.

image

from azurechat.

thivy avatar thivy commented on August 11, 2024

Hi All,

There were few issues due to typos in the env.local file. We've fixed and merged to main branch.

Could you please check?

  1. All your local env.local names matches env.example
  2. All your app settings matches env.example
  3. As mentioned above Ensure the NEXTAUTH_URL has https:// at the start. We've also updated the ARM and Bicep template to fix this.

from azurechat.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.