Benoit Le Goff

Joined

110 Experience
1 Lesson Completed
0 Questions Solved

Activity

Posted in How to use Stripe Checkout in Rails Discussion

Hello to all,
I have a problem.
The Stripe Checkout is running correctly, as well as the data being sent to Stripe correctly. But my current_user never has the subscription registered in my application.
The console gives me this error
Started POST "/pay/webhooks/stripe" for ::1 at 2021-04-29 21:39:26 +0200
Processing by Pay::Webhooks::StripeController#create as XML
Parameters: {"id"=>"evt_1IlfhnJ2Ha1IZpffsAQ0e77B", "object"=>"event", "api_version"=>"2020-08-27", "created"=>1619725161, "data"=>{"object"=>{"id"=>"in_1IlfhkJ2Ha1IZpffIhTJn2cv", "object"=>"invoice", "account_country"=>"CH", "account_name"=>"AssociaPlus+", "account_tax_ids"=>nil, "amount_due"=>20000, "amount_paid"=>0, "amount_remaining"=>20000, "application_fee_amount"=>nil, "attempt_count"=>0, "attempted"=>false, "auto_advance"=>false, "billing_reason"=>"subscription_create", "charge"=>nil, "collection_method"=>"charge_automatically", "created"=>1619725160, "currency"=>"chf", "custom_fields"=>nil, "customer"=>"cus_JOSCBrA3qA2Po2", "customer_address"=>nil, "customer_email"=>"blg@open-net.ch", "customer_name"=>nil, "customer_phone"=>nil, "customer_shipping"=>nil, "customer_tax_exempt"=>"none", "customer_tax_ids"=>[], "default_payment_method"=>nil, "default_source"=>nil, "default_tax_rates"=>[], "description"=>nil, "discount"=>nil, "discounts"=>[], "due_date"=>nil, "ending_balance"=>nil, "footer"=>nil, "hosted_invoice_url"=>nil, "invoice_pdf"=>nil, "last_finalization_error"=>nil, "lines"=>{"object"=>"list", "data"=>[{"id"=>"il_1IlfhkJ2Ha1IZpffH8FuRQG5", "object"=>"line_item", "amount"=>20000, "currency"=>"chf", "description"=>"1 × AssociaPlus+ (at CHF 200.00 / year)", "discount_amounts"=>[], "discountable"=>true, "discounts"=>[], "livemode"=>false, "metadata"=>{}, "period"=>{"end"=>1651261160, "start"=>1619725160}, "plan"=>{"id"=>"price_1Ihd0jJ2Ha1IZpffkjGEZ5el", "object"=>"plan", "active"=>true, "aggregate_usage"=>nil, "amount"=>20000, "amount_decimal"=>"20000", "billing_scheme"=>"per_unit", "created"=>1618761493, "currency"=>"chf", "interval"=>"year", "interval_count"=>1, "livemode"=>false, "metadata"=>{}, "nickname"=>nil, "product"=>"prod_JKHZndSsvxxzMo", "tiers_mode"=>nil, "transform_usage"=>nil, "trial_period_days"=>nil, "usage_type"=>"licensed"}, "price"=>{"id"=>"price_1Ihd0jJ2Ha1IZpffkjGEZ5el", "object"=>"price", "active"=>true, "billing_scheme"=>"per_unit", "created"=>1618761493, "currency"=>"chf", "livemode"=>false, "lookup_key"=>"[FILTERED]", "metadata"=>{}, "nickname"=>nil, "product"=>"prod_JKHZndSsvxxzMo", "recurring"=>{"aggregate_usage"=>nil, "interval"=>"year", "interval_count"=>1, "trial_period_days"=>nil, "usage_type"=>"licensed"}, "tiers_mode"=>nil, "transform_quantity"=>nil, "type"=>"recurring", "unit_amount"=>20000, "unit_amount_decimal"=>"20000"}, "proration"=>false, "quantity"=>1, "subscription"=>"sub_JOSdWdcro3d4yj", "subscription_item"=>"si_JOSdPHfRxLb4mP", "tax_amounts"=>[], "tax_rates"=>[], "type"=>"subscription"}], "has_more"=>false, "total_count"=>1, "url"=>"/v1/invoices/in_1IlfhkJ2Ha1IZpffIhTJn2cv/lines"}, "livemode"=>false, "metadata"=>{}, "next_payment_attempt"=>nil, "number"=>nil, "on_behalf_of"=>nil, "paid"=>false, "payment_intent"=>nil, "payment_settings"=>{"payment_method_options"=>nil, "payment_method_types"=>nil}, "period_end"=>1619725160, "period_start"=>1619725160, "post_payment_credit_notes_amount"=>0, "pre_payment_credit_notes_amount"=>0, "receipt_number"=>nil, "starting_balance"=>0, "statement_descriptor"=>nil, "status"=>"draft", "status_transitions"=>{"finalized_at"=>nil, "marked_uncollectible_at"=>nil, "paid_at"=>nil, "voided_at"=>nil}, "subscription"=>"sub_JOSdWdcro3d4yj", "subtotal"=>20000, "tax"=>nil, "total"=>20000, "total_discount_amounts"=>[], "total_tax_amounts"=>[], "transfer_data"=>nil, "webhooks_delivered_at"=>nil}, "previous_attributes"=>{"auto_advance"=>true, "next_payment_attempt"=>1619728760}}, "livemode"=>false, "pending_webhooks"=>2, "request"=>{"id"=>"req_df4snpYOQ43jDO", "idempotency_key"=>"[FILTERED]"}, "type"=>"invoice.updated", "stripe"=>{"id"=>"evt_1IlfhnJ2Ha1IZpffsAQ0e77B", "object"=>"event", "api_version"=>"2020-08-27", "created"=>1619725161, "data"=>{"object"=>{"id"=>"in_1IlfhkJ2Ha1IZpffIhTJn2cv", "object"=>"invoice", "account_country"=>"CH", "account_name"=>"AssociaPlus+", "account_tax_ids"=>nil, "amount_due"=>20000, "amount_paid"=>0, "amount_remaining"=>20000, "application_fee_amount"=>nil, "attempt_count"=>0, "attempted"=>false, "auto_advance"=>false, "billing_reason"=>"subscription_create", "charge"=>nil, "collection_method"=>"charge_automatically", "created"=>1619725160, "currency"=>"chf", "custom_fields"=>nil, "customer"=>"cus_JOSCBrA3qA2Po2", "customer_address"=>nil, "customer_email"=>"blg@open-net.ch", "customer_name"=>nil, "customer_phone"=>nil, "customer_shipping"=>nil, "customer_tax_exempt"=>"none", "customer_tax_ids"=>[], "default_payment_method"=>nil, "default_source"=>nil, "default_tax_rates"=>[], "description"=>nil, "discount"=>nil, "discounts"=>[], "due_date"=>nil, "ending_balance"=>nil, "footer"=>nil, "hosted_invoice_url"=>nil, "invoice_pdf"=>nil, "last_finalization_error"=>nil, "lines"=>{"object"=>"list", "data"=>[{"id"=>"il_1IlfhkJ2Ha1IZpffH8FuRQG5", "object"=>"line_item", "amount"=>20000, "currency"=>"chf", "description"=>"1 × AssociaPlus+ (at CHF 200.00 / year)", "discount_amounts"=>[], "discountable"=>true, "discounts"=>[], "livemode"=>false, "metadata"=>{}, "period"=>{"end"=>1651261160, "start"=>1619725160}, "plan"=>{"id"=>"price_1Ihd0jJ2Ha1IZpffkjGEZ5el", "object"=>"plan", "active"=>true, "aggregate_usage"=>nil, "amount"=>20000, "amount_decimal"=>"20000", "billing_scheme"=>"per_unit", "created"=>1618761493, "currency"=>"chf", "interval"=>"year", "interval_count"=>1, "livemode"=>false, "metadata"=>{}, "nickname"=>nil, "product"=>"prod_JKHZndSsvxxzMo", "tiers_mode"=>nil, "transform_usage"=>nil, "trial_period_days"=>nil, "usage_type"=>"licensed"}, "price"=>{"id"=>"price_1Ihd0jJ2Ha1IZpffkjGEZ5el", "object"=>"price", "active"=>true, "billing_scheme"=>"per_unit", "created"=>1618761493, "currency"=>"chf", "livemode"=>false, "lookup_key"=>"[FILTERED]", "metadata"=>{}, "nickname"=>nil, "product"=>"prod_JKHZndSsvxxzMo", "recurring"=>{"aggregate_usage"=>nil, "interval"=>"year", "interval_count"=>1, "trial_period_days"=>nil, "usage_type"=>"licensed"}, "tiers_mode"=>nil, "transform_quantity"=>nil, "type"=>"recurring", "unit_amount"=>20000, "unit_amount_decimal"=>"20000"}, "proration"=>false, "quantity"=>1, "subscription"=>"sub_JOSdWdcro3d4yj", "subscription_item"=>"si_JOSdPHfRxLb4mP", "tax_amounts"=>[], "tax_rates"=>[], "type"=>"subscription"}], "has_more"=>false, "total_count"=>1, "url"=>"/v1/invoices/in_1IlfhkJ2Ha1IZpffIhTJn2cv/lines"}, "livemode"=>false, "metadata"=>{}, "next_payment_attempt"=>nil, "number"=>nil, "on_behalf_of"=>nil, "paid"=>false, "payment_intent"=>nil, "payment_settings"=>{"payment_method_options"=>nil, "payment_method_types"=>nil}, "period_end"=>1619725160, "period_start"=>1619725160, "post_payment_credit_notes_amount"=>0, "pre_payment_credit_notes_amount"=>0, "receipt_number"=>nil, "starting_balance"=>0, "statement_descriptor"=>nil, "status"=>"draft", "status_transitions"=>{"finalized_at"=>nil, "marked_uncollectible_at"=>nil, "paid_at"=>nil, "voided_at"=>nil}, "subscription"=>"sub_JOSdWdcro3d4yj", "subtotal"=>20000, "tax"=>nil, "total"=>20000, "total_discount_amounts"=>[], "total_tax_amounts"=>[], "transfer_data"=>nil, "webhooks_delivered_at"=>nil}, "previous_attributes"=>{"auto_advance"=>true, "next_payment_attempt"=>1619728760}}, "livemode"=>false, "pending_webhooks"=>2, "request"=>{"id"=>"req_df4snpYOQ43jDO", "idempotency_key"=>"[FILTERED]"}, "type"=>"invoice.updated"}}
No signatures found matching the expected signature for payload
/Users/benoitlegoff/.rbenv/versions/3.0.0/lib/ruby/gems/3.0.0/gems/stripe-5.32.1/lib/stripe/webhook.rb:104:in verify_header'
/Users/benoitlegoff/.rbenv/versions/3.0.0/lib/ruby/gems/3.0.0/gems/stripe-5.32.1/lib/stripe/webhook.rb:13:in
construct_event'
/Users/benoitlegoff/.rbenv/versions/3.0.0/lib/ruby/gems/3.0.0/gems/pay-2.6.10/app/controllers/pay/webhooks/stripe_controller.rb:28:in block in verified_event'
/Users/benoitlegoff/.rbenv/versions/3.0.0/lib/ruby/gems/3.0.0/gems/pay-2.6.10/app/controllers/pay/webhooks/stripe_controller.rb:27:in
each'
/Users/benoitlegoff/.rbenv/versions/3.0.0/lib/ruby/gems/3.0.0/gems/pay-2.6.10/app/controllers/pay/webhooks/stripe_controller.rb:27:in each_with_index'
/Users/benoitlegoff/.rbenv/versions/3.0.0/lib/ruby/gems/3.0.0/gems/pay-2.6.10/app/controllers/pay/webhooks/stripe_controller.rb:27:in
verified_event'
/Users/benoitlegoff/.rbenv/versions/3.0.0/lib/ruby/gems/3.0.0/gems/pay-2.6.10/app/controllers/pay/webhooks/stripe_controller.rb:9:in create'
/Users/benoitlegoff/.rbenv/versions/3.0.0/lib/ruby/gems/3.0.0/gems/actionpack-6.1.3.1/lib/action_controller/metal/basic_implicit_render.rb:6:in
send_action'
/Users/benoitlegoff/.rbenv/versions/3.0.0/lib/ruby/gems/3.0.0/gems/actionpack-6.1.3.1/lib/abstract_controller/base.rb:228:in process_action'
/Users/benoitlegoff/.rbenv/versions/3.0.0/lib/ruby/gems/3.0.0/gems/actionpack-6.1.3.1/lib/action_controller/metal/rendering.rb:30:in
process_action'
/Users/benoitlegoff/.rbenv/versions/3.0.0/lib/ruby/gems/3.0.0/gems/actionpack-6.1.3.1/lib/abstract_controller/callbacks.rb:42:in block in process_action'
/Users/benoitlegoff/.rbenv/versions/3.0.0/lib/ruby/gems/3.0.0/gems/activesupport-6.1.3.1/lib/active_support/callbacks.rb:117:in
block in run_callbacks'
/Users/benoitlegoff/.rbenv/versions/3.0.0/lib/ruby/gems/3.0.0/gems/actiontext-6.1.3.1/lib/action_text/rendering.rb:20:in with_renderer'
/Users/benoitlegoff/.rbenv/versions/3.0.0/lib/ruby/gems/3.0.0/gems/actiontext-6.1.3.1/lib/action_text/engine.rb:55:in
block (4 levels) in class:Engine'
/Users/benoitlegoff/.rbenv/versions/3.0.0/lib/ruby/gems/3.0.0/gems/activesupport-6.1.3.1/lib/active_support/callbacks.rb:126:in instance_exec'
/Users/benoitlegoff/.rbenv/versions/3.0.0/lib/ruby/gems/3.0.0/gems/activesupport-6.1.3.1/lib/active_support/callbacks.rb:126:in
block in run_callbacks'
/Users/benoitlegoff/.rbenv/versions/3.0.0/lib/ruby/gems/3.0.0/gems/activesupport-6.1.3.1/lib/active_support/callbacks.rb:137:in run_callbacks'
/Users/benoitlegoff/.rbenv/versions/3.0.0/lib/ruby/gems/3.0.0/gems/actionpack-6.1.3.1/lib/abstract_controller/callbacks.rb:41:in
process_action'
/Users/benoitlegoff/.rbenv/versions/3.0.0/lib/ruby/gems/3.0.0/gems/actionpack-6.1.3.1/lib/action_controller/metal/rescue.rb:22:in process_action'
/Users/benoitlegoff/.rbenv/versions/3.0.0/lib/ruby/gems/3.0.0/gems/actionpack-6.1.3.1/lib/action_controller/metal/instrumentation.rb:34:in
block in process_action'
/Users/benoitlegoff/.rbenv/versions/3.0.0/lib/ruby/gems/3.0.0/gems/activesupport-6.1.3.1/lib/active_support/notifications.rb:203:in block in instrument'
/Users/benoitlegoff/.rbenv/versions/3.0.0/lib/ruby/gems/3.0.0/gems/activesupport-6.1.3.1/lib/active_support/notifications/instrumenter.rb:24:in
instrument'
/Users/benoitlegoff/.rbenv/versions/3.0.0/lib/ruby/gems/3.0.0/gems/activesupport-6.1.3.1/lib/active_support/notifications.rb:203:in instrument'
/Users/benoitlegoff/.rbenv/versions/3.0.0/lib/ruby/gems/3.0.0/gems/actionpack-6.1.3.1/lib/action_controller/metal/instrumentation.rb:33:in
process_action'
/Users/benoitlegoff/.rbenv/versions/3.0.0/lib/ruby/gems/3.0.0/gems/actionpack-6.1.3.1/lib/action_controller/metal/params_wrapper.rb:249:in process_action'
/Users/benoitlegoff/.rbenv/versions/3.0.0/lib/ruby/gems/3.0.0/gems/activerecord-6.1.3.1/lib/active_record/railties/controller_runtime.rb:27:in
process_action'
/Users/benoitlegoff/.rbenv/versions/3.0.0/lib/ruby/gems/3.0.0/gems/actionpack-6.1.3.1/lib/abstract_controller/base.rb:165:in process'
/Users/benoitlegoff/.rbenv/versions/3.0.0/lib/ruby/gems/3.0.0/gems/actionview-6.1.3.1/lib/action_view/rendering.rb:39:in
process'
/Users/benoitlegoff/.rbenv/versions/3.0.0/lib/ruby/gems/3.0.0/gems/actionpack-6.1.3.1/lib/action_controller/metal.rb:190:in dispatch'
/Users/benoitlegoff/.rbenv/versions/3.0.0/lib/ruby/gems/3.0.0/gems/actionpack-6.1.3.1/lib/action_controller/metal.rb:254:in
dispatch'
/Users/benoitlegoff/.rbenv/versions/3.0.0/lib/ruby/gems/3.0.0/gems/actionpack-6.1.3.1/lib/action_dispatch/routing/route_set.rb:50:in dispatch'
/Users/benoitlegoff/.rbenv/versions/3.0.0/lib/ruby/gems/3.0.0/gems/actionpack-6.1.3.1/lib/action_dispatch/routing/route_set.rb:33:in
serve'
/Users/benoitlegoff/.rbenv/versions/3.0.0/lib/ruby/gems/3.0.0/gems/actionpack-6.1.3.1/lib/action_dispatch/journey/router.rb:50:in block in serve'
/Users/benoitlegoff/.rbenv/versions/3.0.0/lib/ruby/gems/3.0.0/gems/actionpack-6.1.3.1/lib/action_dispatch/journey/router.rb:32:in
each'
/Users/benoitlegoff/.rbenv/versions/3.0.0/lib/ruby/gems/3.0.0/gems/actionpack-6.1.3.1/lib/action_dispatch/journey/router.rb:32:in serve'
/Users/benoitlegoff/.rbenv/versions/3.0.0/lib/ruby/gems/3.0.0/gems/actionpack-6.1.3.1/lib/action_dispatch/routing/route_set.rb:842:in
call'
/Users/benoitlegoff/.rbenv/versions/3.0.0/lib/ruby/gems/3.0.0/gems/railties-6.1.3.1/lib/rails/engine.rb:539:in call'
/Users/benoitlegoff/.rbenv/versions/3.0.0/lib/ruby/gems/3.0.0/gems/railties-6.1.3.1/lib/rails/railtie.rb:207:in
public_send'
/Users/benoitlegoff/.rbenv/versions/3.0.0/lib/ruby/gems/3.0.0/gems/railties-6.1.3.1/lib/rails/railtie.rb:207:in method_missing'
/Users/benoitlegoff/.rbenv/versions/3.0.0/lib/ruby/gems/3.0.0/gems/actionpack-6.1.3.1/lib/action_dispatch/routing/mapper.rb:20:in
block in class:Constraints'
/Users/benoitlegoff/.rbenv/versions/3.0.0/lib/ruby/gems/3.0.0/gems/actionpack-6.1.3.1/lib/action_dispatch/routing/mapper.rb:49:in serve'
/Users/benoitlegoff/.rbenv/versions/3.0.0/lib/ruby/gems/3.0.0/gems/actionpack-6.1.3.1/lib/action_dispatch/journey/router.rb:50:in
block in serve'
/Users/benoitlegoff/.rbenv/versions/3.0.0/lib/ruby/gems/3.0.0/gems/actionpack-6.1.3.1/lib/action_dispatch/journey/router.rb:32:in each'
/Users/benoitlegoff/.rbenv/versions/3.0.0/lib/ruby/gems/3.0.0/gems/actionpack-6.1.3.1/lib/action_dispatch/journey/router.rb:32:in
serve'
/Users/benoitlegoff/.rbenv/versions/3.0.0/lib/ruby/gems/3.0.0/gems/actionpack-6.1.3.1/lib/action_dispatch/routing/route_set.rb:842:in call'
/Users/benoitlegoff/.rbenv/versions/3.0.0/lib/ruby/gems/3.0.0/gems/warden-1.2.9/lib/warden/manager.rb:36:in
block in call'
/Users/benoitlegoff/.rbenv/versions/3.0.0/lib/ruby/gems/3.0.0/gems/warden-1.2.9/lib/warden/manager.rb:34:in catch'
/Users/benoitlegoff/.rbenv/versions/3.0.0/lib/ruby/gems/3.0.0/gems/warden-1.2.9/lib/warden/manager.rb:34:in
call'
/Users/benoitlegoff/.rbenv/versions/3.0.0/lib/ruby/gems/3.0.0/gems/rack-2.2.3/lib/rack/tempfile_reaper.rb:15:in call'
/Users/benoitlegoff/.rbenv/versions/3.0.0/lib/ruby/gems/3.0.0/gems/rack-2.2.3/lib/rack/etag.rb:27:in
call'
/Users/benoitlegoff/.rbenv/versions/3.0.0/lib/ruby/gems/3.0.0/gems/rack-2.2.3/lib/rack/conditional_get.rb:40:in call'
/Users/benoitlegoff/.rbenv/versions/3.0.0/lib/ruby/gems/3.0.0/gems/rack-2.2.3/lib/rack/head.rb:12:in
call'
/Users/benoitlegoff/.rbenv/versions/3.0.0/lib/ruby/gems/3.0.0/gems/actionpack-6.1.3.1/lib/action_dispatch/http/permissions_policy.rb:22:in call'
/Users/benoitlegoff/.rbenv/versions/3.0.0/lib/ruby/gems/3.0.0/gems/actionpack-6.1.3.1/lib/action_dispatch/http/content_security_policy.rb:18:in
call'
/Users/benoitlegoff/.rbenv/versions/3.0.0/lib/ruby/gems/3.0.0/gems/rack-2.2.3/lib/rack/session/abstract/id.rb:266:in context'
/Users/benoitlegoff/.rbenv/versions/3.0.0/lib/ruby/gems/3.0.0/gems/rack-2.2.3/lib/rack/session/abstract/id.rb:260:in
call'
/Users/benoitlegoff/.rbenv/versions/3.0.0/lib/ruby/gems/3.0.0/gems/actionpack-6.1.3.1/lib/action_dispatch/middleware/cookies.rb:689:in call'
/Users/benoitlegoff/.rbenv/versions/3.0.0/lib/ruby/gems/3.0.0/gems/activerecord-6.1.3.1/lib/active_record/migration.rb:601:in
call'
/Users/benoitlegoff/.rbenv/versions/3.0.0/lib/ruby/gems/3.0.0/gems/actionpack-6.1.3.1/lib/action_dispatch/middleware/callbacks.rb:27:in block in call'
/Users/benoitlegoff/.rbenv/versions/3.0.0/lib/ruby/gems/3.0.0/gems/activesupport-6.1.3.1/lib/active_support/callbacks.rb:98:in
run_callbacks'
/Users/benoitlegoff/.rbenv/versions/3.0.0/lib/ruby/gems/3.0.0/gems/actionpack-6.1.3.1/lib/action_dispatch/middleware/callbacks.rb:26:in call'
/Users/benoitlegoff/.rbenv/versions/3.0.0/lib/ruby/gems/3.0.0/gems/actionpack-6.1.3.1/lib/action_dispatch/middleware/executor.rb:14:in
call'
/Users/benoitlegoff/.rbenv/versions/3.0.0/lib/ruby/gems/3.0.0/gems/actionpack-6.1.3.1/lib/action_dispatch/middleware/actionable_exceptions.rb:18:in call'
/Users/benoitlegoff/.rbenv/versions/3.0.0/lib/ruby/gems/3.0.0/gems/actionpack-6.1.3.1/lib/action_dispatch/middleware/debug_exceptions.rb:29:in
call'
/Users/benoitlegoff/.rbenv/versions/3.0.0/lib/ruby/gems/3.0.0/gems/web-console-4.1.0/lib/web_console/middleware.rb:132:in call_app'
/Users/benoitlegoff/.rbenv/versions/3.0.0/lib/ruby/gems/3.0.0/gems/web-console-4.1.0/lib/web_console/middleware.rb:28:in
block in call'
/Users/benoitlegoff/.rbenv/versions/3.0.0/lib/ruby/gems/3.0.0/gems/web-console-4.1.0/lib/web_console/middleware.rb:17:in catch'
/Users/benoitlegoff/.rbenv/versions/3.0.0/lib/ruby/gems/3.0.0/gems/web-console-4.1.0/lib/web_console/middleware.rb:17:in
call'
/Users/benoitlegoff/.rbenv/versions/3.0.0/lib/ruby/gems/3.0.0/gems/actionpack-6.1.3.1/lib/action_dispatch/middleware/show_exceptions.rb:33:in call'
/Users/benoitlegoff/.rbenv/versions/3.0.0/lib/ruby/gems/3.0.0/gems/railties-6.1.3.1/lib/rails/rack/logger.rb:37:in
call_app'
/Users/benoitlegoff/.rbenv/versions/3.0.0/lib/ruby/gems/3.0.0/gems/railties-6.1.3.1/lib/rails/rack/logger.rb:26:in block in call'
/Users/benoitlegoff/.rbenv/versions/3.0.0/lib/ruby/gems/3.0.0/gems/activesupport-6.1.3.1/lib/active_support/tagged_logging.rb:99:in
block in tagged'
/Users/benoitlegoff/.rbenv/versions/3.0.0/lib/ruby/gems/3.0.0/gems/activesupport-6.1.3.1/lib/active_support/tagged_logging.rb:37:in tagged'
/Users/benoitlegoff/.rbenv/versions/3.0.0/lib/ruby/gems/3.0.0/gems/activesupport-6.1.3.1/lib/active_support/tagged_logging.rb:99:in
tagged'
/Users/benoitlegoff/.rbenv/versions/3.0.0/lib/ruby/gems/3.0.0/gems/railties-6.1.3.1/lib/rails/rack/logger.rb:26:in call'
/Users/benoitlegoff/.rbenv/versions/3.0.0/lib/ruby/gems/3.0.0/gems/sprockets-rails-3.2.2/lib/sprockets/rails/quiet_assets.rb:13:in
call'
/Users/benoitlegoff/.rbenv/versions/3.0.0/lib/ruby/gems/3.0.0/gems/actionpack-6.1.3.1/lib/action_dispatch/middleware/remote_ip.rb:81:in call'
/Users/benoitlegoff/.rbenv/versions/3.0.0/lib/ruby/gems/3.0.0/gems/actionpack-6.1.3.1/lib/action_dispatch/middleware/request_id.rb:26:in
call'
/Users/benoitlegoff/.rbenv/versions/3.0.0/lib/ruby/gems/3.0.0/gems/rack-2.2.3/lib/rack/method_override.rb:24:in call'
/Users/benoitlegoff/.rbenv/versions/3.0.0/lib/ruby/gems/3.0.0/gems/rack-2.2.3/lib/rack/runtime.rb:22:in
call'
/Users/benoitlegoff/.rbenv/versions/3.0.0/lib/ruby/gems/3.0.0/gems/activesupport-6.1.3.1/lib/active_support/cache/strategy/local_cache_middleware.rb:29:in call'
/Users/benoitlegoff/.rbenv/versions/3.0.0/lib/ruby/gems/3.0.0/gems/actionpack-6.1.3.1/lib/action_dispatch/middleware/executor.rb:14:in
call'
/Users/benoitlegoff/.rbenv/versions/3.0.0/lib/ruby/gems/3.0.0/gems/actionpack-6.1.3.1/lib/action_dispatch/middleware/static.rb:24:in call'
/Users/benoitlegoff/.rbenv/versions/3.0.0/lib/ruby/gems/3.0.0/gems/rack-2.2.3/lib/rack/sendfile.rb:110:in
call'
/Users/benoitlegoff/.rbenv/versions/3.0.0/lib/ruby/gems/3.0.0/gems/actionpack-6.1.3.1/lib/action_dispatch/middleware/host_authorization.rb:98:in call'
/Users/benoitlegoff/.rbenv/versions/3.0.0/lib/ruby/gems/3.0.0/gems/rack-mini-profiler-2.3.1/lib/mini_profiler/profiler.rb:373:in
call'
/Users/benoitlegoff/.rbenv/versions/3.0.0/lib/ruby/gems/3.0.0/bundler/gems/webpacker-b6c21802bfd4/lib/webpacker/dev_server_proxy.rb:25:in perform_request'
/Users/benoitlegoff/.rbenv/versions/3.0.0/lib/ruby/gems/3.0.0/gems/rack-proxy-0.6.5/lib/rack/proxy.rb:57:in
call'
/Users/benoitlegoff/.rbenv/versions/3.0.0/lib/ruby/gems/3.0.0/gems/railties-6.1.3.1/lib/rails/engine.rb:539:in call'
/Users/benoitlegoff/.rbenv/versions/3.0.0/lib/ruby/gems/3.0.0/gems/puma-5.2.2/lib/puma/configuration.rb:248:in
call'
/Users/benoitlegoff/.rbenv/versions/3.0.0/lib/ruby/gems/3.0.0/gems/puma-5.2.2/lib/puma/request.rb:76:in block in handle_request'
/Users/benoitlegoff/.rbenv/versions/3.0.0/lib/ruby/gems/3.0.0/gems/puma-5.2.2/lib/puma/thread_pool.rb:337:in
with_force_shutdown'
/Users/benoitlegoff/.rbenv/versions/3.0.0/lib/ruby/gems/3.0.0/gems/puma-5.2.2/lib/puma/request.rb:75:in handle_request'
/Users/benoitlegoff/.rbenv/versions/3.0.0/lib/ruby/gems/3.0.0/gems/puma-5.2.2/lib/puma/server.rb:431:in
process_client'
/Users/benoitlegoff/.rbenv/versions/3.0.0/lib/ruby/gems/3.0.0/gems/puma-5.2.2/lib/puma/thread_pool.rb:145:in `block in spawn_thread'
Completed 400 Bad Request in 6ms (ActiveRecord: 0.0ms | Allocations: 1594)