Skip to content

Problem logging to dashboard after installation #218

Description

@dataoracle

Summary

After a fresh install and onboarding the first user and executing the supernote cloud login successfully the UI located on 8080 port is giving a browser alert with the message Cannot read properties of undefined (reading 'digest')

Environment

  • Local docker image built from repository Dockerfile
  • Image is run using a docker-compose.yml file
  • note: I did small modification to Dockerfile so the supernote user is created with a /home/supernote folder, that is required to store the credentials - without that I was having issues to perform the supernote cloud login command.

Steps to reproduce

  1. Clone the repo
  2. Build the docker image docker build -t supernote:latest .
  3. Create the docker-compose.yml refering local image
  4. start the image with docker compose up -d --build
  5. Per the docs' Quick Start step 2:supernote admin --url http://localhost:8080 user add user@example.com
  6. Perform the supernote cloud login command with the created user
  7. Point browser to http://IP:PORT - the login form is presented - provide onboarded username/password and click Sign In button - then the alert is displayed and the login doesn't progress.
Image

I can provide the changes to the Dockerfile or the docker compose file if that helps. Thanks for the project, is a really cool idea!

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions