Giter Club home page Giter Club logo

Comments (3)

coreyaboy avatar coreyaboy commented on July 3, 2024

I was experiencing this exact same problem. Did a Docker install, but adjusted for using an existing database server.

My solution was enabling NEXT_PUBLIC_CREDENTIALS_ENABLED=true in my .env file.

I see that you already tried this, so maybe it'd be helpful if I am very specific about how I enabled that setting. I am using the sample .env file as is, nothing excluded. All I did was put the word "true" after the equal sign on line 16, which already contains that variable, with no value.

I believe that your problem might be related to something in your .yaml file or your .env file.

My best guess is that you are also using the sample .env file, and you typed out "NEXT_PUBLIC_CREDENTIALS_ENABLED=true" on line 3, immediately after the two NEXTAUTH_ lines. If you did this, and you are using the sample .env file, the NEXT_PUBLIC_CREDENTIALS_ENABLED variable is going to get un-set by line 16 of your .env file.

Attached is a copy of my YAML and ENV file, with everything I changed highlighted, as a screenshot because I am a barbarian. Hope it helps you figure this one out.

As a side note, I believe the install instructions should maybe include a mention of needing to enable this variable, as it seems to be necessary to get basic functionality out. Or I am overlooking something, which wouldn't surprise me.

image

from linkwarden.

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.