Test Account
10/19/2022, 3:47 PMTest Account
10/19/2022, 6:45 PMTom Wilson
10/19/2022, 6:53 PMTom Wilson
10/19/2022, 7:20 PMTom Wilson
10/19/2022, 7:22 PMSébastien Ternest
10/24/2022, 12:53 PMHeshie Brody
10/25/2022, 9:26 PMSébastien Ternest
10/26/2022, 4:59 PMMarie Lamoureux
10/26/2022, 8:35 PMgem 'bootstrap', '~> 5.2.0', gem 'jquery-rails', gem 'sass-rails'
to my Gemfile and import it in my application.scss but, somehow, it doesn't work. Any idea why?
Also, I've seen in a tutorial that I'm supposed to create new views to override and customise the frontend. Is that good practice? Or can I just go and modify the existing views?
Thank you 🙃Cody Baldwin
10/31/2022, 3:19 AMKonstantin Nechepurenko
11/01/2022, 9:29 AMSpree::Order state machine defined in Spree::Order::Checkout is deprecated. Future versions of Solidus will use Spree::Core::StateMachines::Order
In the view of the fact that I will upgrade my app further to v3.2, what is the best way to fix that?
Should I switch to the Solidus event subscription? Any advice...
🙏Kevin I
11/02/2022, 3:45 AMTyler Kocheff
11/02/2022, 6:09 PM#<OpenStruct name="AUTHENTICATION_FAILURE", message="Authentication failed due to invalid authentication credentials or a missing Authorization header.", links=[#<OpenStruct href="<https://developer.paypal.com/docs/api/overview/#error>", rel="information_link">]>
Traced it back to models/solidus_paypal_commerce_platform/gateway.rb in the create_order
block. I added a binding.pry
before @client.execute(request)
and the request doesn't seem to have any bearer token. If I do request.headers["Authorization"] = "Bearer (redacted bearer token)"
it works. Not sure how the gem would normally handle the authentication but if anyone has any pointers, please let me know.Hugo F
11/03/2022, 2:47 PMAntony Sastre
11/04/2022, 11:17 AMAntony Sastre
11/04/2022, 11:31 AMsolidus_starter_frontend
undefined method with_original_env for Solidus::Install Generator::BundleContext
Installing the core gems without the solidus_started_frontend
works fine.
Anyone recognise this?BFX462heo
11/05/2022, 6:23 AMBFX462heo
11/05/2022, 6:56 AMSabo
11/07/2022, 11:32 AMRAILS_ENV=production rails db:setup
, for the admin user I entered something like 'user@mywebdomain.net' for the Email/login but I got :
rails aborted!
Net::SMTPFatalError: <store@example.com>: Sender address rejected: Domain <http://example.com|example.com> does not accept mail (nullMX)
/home/computer/shop/db/seeds.rb:10:in `main`
PS. I'm using solidus_core 3.2.2 && solidus_auth_devise 2.5.4BFX462heo
11/09/2022, 7:23 AMBFX462heo
11/09/2022, 9:02 AMDiego Michel
11/09/2022, 11:30 PMgem 'rails', '>= 7.0.2.4'
gem "solidus", "~> 3.2"
gem "solidus_frontend", "~> 3.2"
gem "solidus_stripe", "~> 4.3"
remote: Please report any issues at:
remote: - <https://github.com/solidusio/solidus/issues>
remote: - <http://slack.solidus.io/>
remote: -------------------------------------------------------------
remote: Bundle completed (10.77s)
remote: Cleaning up the bundler cache.
remote: Removing strong_migrations (1.2.0)
remote: -----> Installing node-v16.13.1-linux-x64
remote: -----> Installing yarn-v1.22.17
remote: -----> Detecting rake tasks
remote:
remote: !
remote: ! Could not detect rake tasks
`remote: ! ensure you can run $ bundle exec rake -P
against your app`
remote: ! and using the production group of your Gemfile.
remote: ! rake aborted!
remote: ! LoadError: cannot load such file -- rexml/document
`remote: ! /tmp/build_021bf342/vendor/bundle/ruby/3.0.0/gems/bootsnap-1.12.0/lib/bootsnap/load_path_cache/core_ext/kernel_require.rb27in require'
`remote: ! /tmp/build_021bf342/vendor/bundle/ruby/3.0.0/gems/activemerchant-1.126.0/lib/active_merchant.rb37in <main>'
`remote: ! /tmp/build_021bf342/vendor/bundle/ruby/3.0.0/gems/bootsnap-1.12.0/lib/bootsnap/load_path_cache/core_ext/kernel_require.rb30in require'
`remote: ! /tmp/build_021bf342/vendor/bundle/ruby/3.0.0/gems/bootsnap-1.12.0/lib/bootsnap/load_path_cache/core_ext/kernel_require.rb30in require'
`remote: ! /tmp/build_021bf342/vendor/bundle/ruby/3.0.0/gems/solidus_stripe-4.3.0/lib/solidus_stripe.rb3in <main>'
`remote: ! /tmp/build_021bf342/vendor/bundle/ruby/3.0.0/gems/bootsnap-1.12.0/lib/bootsnap/load_path_cache/core_ext/kernel_require.rb30in require'
`remote: ! /tmp/build_021bf342/vendor/bundle/ruby/3.0.0/gems/bootsnap-1.12.0/lib/bootsnap/load_path_cache/core_ext/kernel_require.rb30in require'
`remote: ! /tmp/build_021bf342/vendor/bundle/ruby/3.0.0/gems/bundler-2.3.10/lib/bundler/runtime.rb60in block (2 levels) in require'
`remote: ! /tmp/build_021bf342/vendor/bundle/ruby/3.0.0/gems/bundler-2.3.10/lib/bundler/runtime.rb55in each'
`remote: ! /tmp/build_021bf342/vendor/bundle/ruby/3.0.0/gems/bundler-2.3.10/lib/bundler/runtime.rb55in block in require'
`remote: ! /tmp/build_021bf342/vendor/bundle/ruby/3.0.0/gems/bundler-2.3.10/lib/bundler/runtime.rb44in each'
`remote: ! /tmp/build_021bf342/vendor/bundle/ruby/3.0.0/gems/bundler-2.3.10/lib/bundler/runtime.rb44in require'
`remote: ! /tmp/build_021bf342/vendor/bundle/ruby/3.0.0/gems/bundler-2.3.10/lib/bundler.rb176in require'
`remote: ! /tmp/build_021bf342/config/application.rb7in <main>'
`remote: ! /tmp/build_021bf342/Rakefile4in require_relative'
`remote: ! /tmp/build_021bf342/Rakefile4in <main>'
`remote: ! /tmp/build_021bf342/vendor/bundle/ruby/3.0.0/gems/bootsnap-1.12.0/lib/bootsnap/load_path_cache/core_ext/kernel_require.rb39in load'
`remote: ! /tmp/build_021bf342/vendor/bundle/ruby/3.0.0/gems/bootsnap-1.12.0/lib/bootsnap/load_path_cache/core_ext/kernel_require.rb39in load'
`remote: ! /tmp/build_021bf342/vendor/bundle/ruby/3.0.0/gems/rake-13.0.6/lib/rake/rake_module.rb29in load_rakefile'
`remote: ! /tmp/build_021bf342/vendor/bundle/ruby/3.0.0/gems/rake-13.0.6/lib/rake/application.rb710in raw_load_rakefile'
`remote: ! /tmp/build_021bf342/vendor/bundle/ruby/3.0.0/gems/rake-13.0.6/lib/rake/application.rb104in block in load_rakefile'
`remote: ! /tmp/build_021bf342/vendor/bundle/ruby/3.0.0/gems/rake-13.0.6/lib/rake/application.rb186in standard_exception_handling'
`remote: ! /tmp/build_021bf342/vendor/bundle/ruby/3.0.0/gems/rake-13.0.6/lib/rake/application.rb103in load_rakefile'
`remote: ! /tmp/build_021bf342/vendor/bundle/ruby/3.0.0/gems/rake-13.0.6/lib/rake/application.rb82in block in run'
`remote: ! /tmp/build_021bf342/vendor/bundle/ruby/3.0.0/gems/rake-13.0.6/lib/rake/application.rb186in standard_exception_handling'
`remote: ! /tmp/build_021bf342/vendor/bundle/ruby/3.0.0/gems/rake-13.0.6/lib/rake/application.rb80in run'
`remote: ! /tmp/build_021bf342/bin/rake11in <main>'
remote: !
`remote: /tmp/codon/tmp/buildpacks/50d5eddf222a9b7326028041d4e6509f915ccf2c/lib/language_pack/helpers/rake_runner.rb💯in load_rake_tasks!': Could not detect rake tasks (LanguagePack::Helpers::RakeRunner::CannotLoadRakefile
Error)
I can run bundle exec rake -P
just fine on my local environment, also while setting RAILS_ENV=production. Thx!Locon
11/10/2022, 5:36 PMbenmorganio
11/10/2022, 5:39 PMHugo F
11/10/2022, 5:57 PMKurtis
11/11/2022, 4:40 PMKurtis
11/11/2022, 4:42 PMKurtis
11/11/2022, 4:42 PMbenmorganio
11/11/2022, 5:55 PMbenmorganio
11/11/2022, 5:56 PM