Giter Club home page Giter Club logo

Comments (4)

Tsumanu avatar Tsumanu commented on July 23, 2024 1

I found that tmp/pids directory wasn't created and sidekiq raise Exception when it tries create pid file. I made required fixes. Please pull and rerun ./bin/setup. It should boot correctly.

from beaconcontrol.

Tsumanu avatar Tsumanu commented on July 23, 2024

Please paste me executed command. Is this is master? When you clone it?

from beaconcontrol.

davesag avatar davesag commented on July 23, 2024

Hi, yes the master branch and all I did was bin/setup and basically just said yes to everything. I chose Postgres as DB. At the end of the setup script it opened a web page with a render of the intro email but in the console I got the above error.

from beaconcontrol.

davesag avatar davesag commented on July 23, 2024

Great yes that fixed the issue.

A few notes as I continue to get this to run:

When the server starts, it starts on port 5000 but the links in the confirmation email that come up refer to port 3000 and so don't work. (raised issue #21 for this)

When I fix the port number I get told that I was was already confirmed, please try signing in. But alas I don't have a password to sign in. So I used forgot my password to request a reset, the email popped up (again with broken links due to the wrong port) and I reset my password.

On submitting the password reset I got the following error screen

NoMethodError in Admin::PasswordsController#update
undefined method `confirmable' for #<ApplicationConfig:0x007ff094e48478>

Extracted source (around line #37):
35
36
37
38
39


  def confirmable?(resource)
    AppConfig.confirmable && !resource.active_for_authentication?
  end
end

Rails.root: /Users/davesag/src/BeaconCtrl

Application Trace | Framework Trace | Full Trace
app/controllers/admin/passwords_controller.rb:37:in `confirmable?'
app/controllers/admin/passwords_controller.rb:28:in `update_password!'
app/controllers/admin/passwords_controller.rb:19:in `update'
Request

Parameters:

{"utf8"=>"✓",
 "_method"=>"put",
 "authenticity_token"=>"[FILTERED]",
 "admin"=>{"reset_password_token"=>"[FILTERED]",
 "password"=>"[FILTERED]",
 "password_confirmation"=>"[FILTERED]"},
 "commit"=>"Change password"}

I've raised issue #22 for this

cheers

dave

from beaconcontrol.

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.