Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

wagon serve always ask for lds.org username #416

Open
khunemz opened this issue Dec 27, 2022 · 1 comment
Open

wagon serve always ask for lds.org username #416

khunemz opened this issue Dec 27, 2022 · 1 comment
Labels

Comments

@khunemz
Copy link

khunemz commented Dec 27, 2022

Ruby version

ruby 2.7.2p137 (2020-10-01 revision 5445e04352) [x86_64-darwin22]

Which ruby

/Users/chutipongroobklom/.rbenv/shims/ruby

Wagon

/Users/chutipongroobklom/.rbenv/shims/wagon

When I ran wagon serve it always ask for username on the lds.org

Gemfile

source 'https://rubygems.org'

gem 'locomotivecms_wagon', '~> 3.0.5'

group :development do
  # Mac OS X
  gem 'rb-fsevent', '~> 0.10.0', require: 'rb-fsevent' if RUBY_PLATFORM.include?('darwin')

  # Unix
  gem 'therubyracer', require: 'v8', platforms: :ruby unless RUBY_PLATFORM.include?('darwin')

  gem 'rb-inotify', '~> 0.10.0', require: 'rb-inotify' if RUBY_PLATFORM.include?('linux')

  # Windows
  gem 'wdm', '~> 0.1.1', require: 'wdm' if RUBY_PLATFORM =~ /mswin|mingw/i

  gem 'foreman'
end

group :misc do
  gem 'locomotivecms_view_counter', github: 'did/locomotive_view_counter', require: true
end

Screenshot 2565-12-27 at 15 21 00

@did did added the question label Jan 2, 2023
@did
Copy link
Member

did commented Jan 2, 2023

👋@khunemz. You have to uninstall the [wagon]((https://rubygems.org/gems/wagon) gem on your machine.
Once it's done, install this one locomotivecms_wagon instead.
Let me know if it worked for you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants