Rasmus Styrk
07/07/2022, 5:58 AMRasmus Styrk
07/07/2022, 5:59 AMRasmus Styrk
07/08/2022, 5:15 AMpayments/source_views/*.json.jbuilder is supposed to return?Tom Wilson
07/08/2022, 8:54 PMorder.complete on an order, and I've got some small number of orders that end up in strange state. The order.state is set to complete, and the payment is charged, but the payment state is still nil. It appears that, somehow, the call to order.complete has succeeded, but the finalize! method hasn't run successfully.Tom Wilson
07/08/2022, 8:55 PMSabo
07/10/2022, 7:15 PMLoadError in Spree::Admin::ProductsController#index
Could not open library 'glib-2.0.so.0': File not found.
Could not open library 'libglib-2.0.so.0': File not foundSabo
07/10/2022, 7:15 PMSabo
07/10/2022, 7:19 PMpkg_info -Q glib : glib2-2.70.5 (installed)victor
07/12/2022, 2:01 PMJonathan Zisser
07/12/2022, 9:05 PMJonathan Zisser
07/12/2022, 9:06 PMJonathan Zisser
07/12/2022, 9:07 PMvariant.product.variants.count
…which returns 0Tyler Kocheff
07/14/2022, 7:36 PMafter_transition to: :complete? Haven't noticed anything so far but wanted to ask if anyone has experience with this.Roberto Temelkovski
07/14/2022, 7:58 PMrails g solidus:install command)? If so, can someone point me to how to fix it ? For reference, I'm using Ruby v2.7.6 and Rails 6.1.6.1
rake aborted!
Psych::DisallowedClass: Tried to load unspecified class: Symbol
<project_directory>/db/seeds.rb:9:in `<main>'tvdeyen
database.yml (what you most likely do because Rails' app generator creates it with the default: &default alias) AND use latest Solidus releases (what you should do for the latest Rails security update), you will most likely run into errors like
Psych::BadAlias: Cannot load database configuration:
Unknown alias: default
Fix it by pinning psych (Rubys YAML parser) below v4
gem "psych", "< 4"
Happy hackingMichael C
07/19/2022, 11:40 PMYou have already activated stringio 0.1.0, but your Gemfile requires stringio 3.0.2. Since stringio is a default gem, you can either remove your dependency on it or try updating to a newer version of bundler that supports stringio as a default gem. (Gem::LoadError)
I can fix it by SSH’ing into the production server and manually running sudo gem install stringio --version=3.0.2 (or setting up a script to run that on deploy), but I’d rather figure out the root cause and prevent it from happening on new deployments.
I think the recent introduction of Psych as a dependency is what’s causing this issue. That’s the only gem I can find that has StringIO as an explicit dependency.
Anyone seen this before? Is there any way to prevent Psych from interacting with the default StringIO install?Shota Morinaga
07/21/2022, 4:14 AMjakemumu
07/22/2022, 5:10 PMalessandro
alessandro
jakemumu
07/26/2022, 10:54 PMSpree::Product.where(name: x) it's returning the same object twice with the same IDjakemumu
07/29/2022, 4:58 PMRasmus Styrk
07/29/2022, 7:10 PMWladjmir
08/01/2022, 10:46 AMWladjmir
08/01/2022, 10:47 AMReferenceError: Can't find variable: BigIntKurtis
08/02/2022, 5:56 PMCan't verify CSRF token authenticity.
Completed 422 Unprocessable Entity in 1ms (ActiveRecord: 0.0ms | Allocations: 579)
ActionController::InvalidAuthenticityToken (ActionController::InvalidAuthenticityToken):
Console
Payee(s) passed in transaction does not match expected merchant id. Please ensure you are passing merchant-id=UAQHRW3SXB9ZG or merchant-id=sb-ooejy4710514@personal.example.com to the sdk url. <https://developer.paypal.com/docs/checkout/reference/customize-sdk/>
POST <http://localhost:3000/solidus_paypal_braintree/transactions> 422 (Unprocessable Entity)
Error submitting transaction: Something bad happened!Kurtis
08/02/2022, 5:56 PMKurtis
08/02/2022, 5:56 PMKurtis
08/02/2022, 5:56 PMWladjmir
08/04/2022, 12:33 PM