Skip to content

Error generating resource URL with S3 #13403

@fblupi

Description

@fblupi

Describe the bug

When I go to the preview page of a newsletter on the admin page I receive an error.

To Reproduce

You need an instance with the S3 storage configuration with newsletters with images uploaded while running decidim <= 0.28.2. Then, update decidim to 0.29, go to the preview page of the newsletter on the admin page, and see the error.

Expected behavior

It should not return an exception

Screenshots

No response

Stacktrace

2024-09-16T09:01:32.166055+00:00 app[web.1]: I, [2024-09-16T09:01:32.165995 #6]  INFO -- : [24b47477-4155-4df0-9c17-606462b6cc44]   Rendered cell decidim/newsletter_templates/image_text_cta (22.0ms)
2024-09-16T09:01:32.166587+00:00 app[web.1]: I, [2024-09-16T09:01:32.166541 #6]  INFO -- : [24b47477-4155-4df0-9c17-606462b6cc44] {"method":"GET","path":"/admin/newsletters/430","format":"html","controller":"Decidim::Admin::NewslettersController","action":"show","status":500,"allocations":8966,"duration":86.45,"view":0.0,"db":5.36,"remote_ip":"93.176.128.120","params":{"id":"430"},"user_id":26479,"organization_id":2,"referer":"https://meta.decidim.org/admin/newsletters"}
2024-09-16T09:01:32.199098+00:00 app[web.1]: I, [2024-09-16T09:01:32.199009 #6]  INFO -- : [24b47477-4155-4df0-9c17-606462b6cc44] Sending event ab9b26f1568d46409ae362288a674453 to Sentry
2024-09-16T09:01:32.360775+00:00 app[web.1]: F, [2024-09-16T09:01:32.360661 #6] FATAL -- : [24b47477-4155-4df0-9c17-606462b6cc44]
2024-09-16T09:01:32.360777+00:00 app[web.1]: [24b47477-4155-4df0-9c17-606462b6cc44] ActionView::Template::Error (unexpected value at params[:host]):
2024-09-16T09:01:32.360778+00:00 app[web.1]: [24b47477-4155-4df0-9c17-606462b6cc44]     1: <%= decidim_sanitize_newsletter cell.to_s %>
2024-09-16T09:01:32.360778+00:00 app[web.1]: [24b47477-4155-4df0-9c17-606462b6cc44]     2:
2024-09-16T09:01:32.360779+00:00 app[web.1]: [24b47477-4155-4df0-9c17-606462b6cc44]     3: <% content_for :note do %>
2024-09-16T09:01:32.360780+00:00 app[web.1]: [24b47477-4155-4df0-9c17-606462b6cc44]     4:   <%== t ".note", organization_name: organization_name(@organization), link: @newsletter.notifications_settings_url %>
2024-09-16T09:01:32.360781+00:00 app[web.1]: [24b47477-4155-4df0-9c17-606462b6cc44]
2024-09-16T09:01:32.360781+00:00 app[web.1]: [24b47477-4155-4df0-9c17-606462b6cc44] aws-sdk-core (3.203.0) lib/aws-sdk-core/param_validator.rb:35:in `validate!'
2024-09-16T09:01:32.360782+00:00 app[web.1]: [24b47477-4155-4df0-9c17-606462b6cc44] aws-sdk-core (3.203.0) lib/aws-sdk-core/param_validator.rb:15:in `validate!'
2024-09-16T09:01:32.360782+00:00 app[web.1]: [24b47477-4155-4df0-9c17-606462b6cc44] aws-sdk-core (3.203.0) lib/aws-sdk-core/plugins/param_validator.rb:25:in `call'
2024-09-16T09:01:32.360782+00:00 app[web.1]: [24b47477-4155-4df0-9c17-606462b6cc44] aws-sdk-core (3.203.0) lib/seahorse/client/plugins/raise_response_errors.rb:16:in `call'
2024-09-16T09:01:32.360783+00:00 app[web.1]: [24b47477-4155-4df0-9c17-606462b6cc44] aws-sdk-s3 (1.160.0) lib/aws-sdk-s3/plugins/skip_whole_multipart_get_checksums.rb:18:in `call'
2024-09-16T09:01:32.360786+00:00 app[web.1]: [24b47477-4155-4df0-9c17-606462b6cc44] aws-sdk-s3 (1.160.0) lib/aws-sdk-s3/plugins/sse_cpk.rb:24:in `call'
2024-09-16T09:01:32.360786+00:00 app[web.1]: [24b47477-4155-4df0-9c17-606462b6cc44] aws-sdk-s3 (1.160.0) lib/aws-sdk-s3/plugins/dualstack.rb:21:in `call'
2024-09-16T09:01:32.360786+00:00 app[web.1]: [24b47477-4155-4df0-9c17-606462b6cc44] aws-sdk-s3 (1.160.0) lib/aws-sdk-s3/plugins/accelerate.rb:43:in `call'
2024-09-16T09:01:32.360787+00:00 app[web.1]: [24b47477-4155-4df0-9c17-606462b6cc44] aws-sdk-core (3.203.0) lib/aws-sdk-core/plugins/checksum_algorithm.rb:111:in `call'
2024-09-16T09:01:32.360787+00:00 app[web.1]: [24b47477-4155-4df0-9c17-606462b6cc44] aws-sdk-core (3.203.0) lib/aws-sdk-core/plugins/jsonvalue_converter.rb:16:in `call'
2024-09-16T09:01:32.360787+00:00 app[web.1]: [24b47477-4155-4df0-9c17-606462b6cc44] aws-sdk-core (3.203.0) lib/aws-sdk-core/plugins/idempotency_token.rb:19:in `call'
2024-09-16T09:01:32.360787+00:00 app[web.1]: [24b47477-4155-4df0-9c17-606462b6cc44] aws-sdk-core (3.203.0) lib/aws-sdk-core/plugins/param_converter.rb:26:in `call'
2024-09-16T09:01:32.360787+00:00 app[web.1]: [24b47477-4155-4df0-9c17-606462b6cc44] aws-sdk-core (3.203.0) lib/seahorse/client/plugins/request_callback.rb:89:in `call'
2024-09-16T09:01:32.360788+00:00 app[web.1]: [24b47477-4155-4df0-9c17-606462b6cc44] aws-sdk-core (3.203.0) lib/aws-sdk-core/plugins/response_paging.rb:12:in `call'
2024-09-16T09:01:32.360788+00:00 app[web.1]: [24b47477-4155-4df0-9c17-606462b6cc44] aws-sdk-core (3.203.0) lib/seahorse/client/plugins/response_target.rb:24:in `call'
2024-09-16T09:01:32.360788+00:00 app[web.1]: [24b47477-4155-4df0-9c17-606462b6cc44] aws-sdk-s3 (1.160.0) lib/aws-sdk-s3/presigner.rb:187:in `block in handle_presigned_url_context'
2024-09-16T09:01:32.360788+00:00 app[web.1]: [24b47477-4155-4df0-9c17-606462b6cc44] aws-sdk-core (3.203.0) lib/aws-sdk-core/plugins/telemetry.rb:39:in `block in call'
2024-09-16T09:01:32.360788+00:00 app[web.1]: [24b47477-4155-4df0-9c17-606462b6cc44] aws-sdk-core (3.203.0) lib/aws-sdk-core/telemetry/no_op.rb:29:in `in_span'
2024-09-16T09:01:32.360789+00:00 app[web.1]: [24b47477-4155-4df0-9c17-606462b6cc44] aws-sdk-core (3.203.0) lib/aws-sdk-core/plugins/telemetry.rb:53:in `span_wrapper'
2024-09-16T09:01:32.360789+00:00 app[web.1]: [24b47477-4155-4df0-9c17-606462b6cc44] aws-sdk-core (3.203.0) lib/aws-sdk-core/plugins/telemetry.rb:39:in `call'
2024-09-16T09:01:32.360789+00:00 app[web.1]: [24b47477-4155-4df0-9c17-606462b6cc44] aws-sdk-core (3.203.0) lib/seahorse/client/request.rb:72:in `send_request'
2024-09-16T09:01:32.360789+00:00 app[web.1]: [24b47477-4155-4df0-9c17-606462b6cc44] aws-sdk-s3 (1.160.0) lib/aws-sdk-s3/presigner.rb:148:in `_presigned_request'
2024-09-16T09:01:32.360789+00:00 app[web.1]: [24b47477-4155-4df0-9c17-606462b6cc44] aws-sdk-s3 (1.160.0) lib/aws-sdk-s3/presigner.rb:79:in `presigned_url'
2024-09-16T09:01:32.360790+00:00 app[web.1]: [24b47477-4155-4df0-9c17-606462b6cc44] aws-sdk-s3 (1.160.0) lib/aws-sdk-s3/customizations/object.rb:227:in `presigned_url'
2024-09-16T09:01:32.360790+00:00 app[web.1]: [24b47477-4155-4df0-9c17-606462b6cc44] activestorage (7.0.8.4) lib/active_storage/service/s3_service.rb:118:in `private_url'
2024-09-16T09:01:32.360790+00:00 app[web.1]: [24b47477-4155-4df0-9c17-606462b6cc44] activestorage (7.0.8.4) lib/active_storage/service.rb:123:in `block in url'
2024-09-16T09:01:32.360790+00:00 app[web.1]: [24b47477-4155-4df0-9c17-606462b6cc44] activesupport (7.0.8.4) lib/active_support/notifications.rb:206:in `block in instrument'
2024-09-16T09:01:32.360790+00:00 app[web.1]: [24b47477-4155-4df0-9c17-606462b6cc44] activesupport (7.0.8.4) lib/active_support/notifications/instrumenter.rb:24:in `instrument'
2024-09-16T09:01:32.360790+00:00 app[web.1]: [24b47477-4155-4df0-9c17-606462b6cc44] activesupport (7.0.8.4) lib/active_support/notifications.rb:206:in `instrument'
2024-09-16T09:01:32.360796+00:00 app[web.1]: [24b47477-4155-4df0-9c17-606462b6cc44] activestorage (7.0.8.4) lib/active_storage/service.rb:163:in `instrument'
2024-09-16T09:01:32.360796+00:00 app[web.1]: [24b47477-4155-4df0-9c17-606462b6cc44] activestorage (7.0.8.4) lib/active_storage/service.rb:118:in `url'
2024-09-16T09:01:32.360796+00:00 app[web.1]: [24b47477-4155-4df0-9c17-606462b6cc44] activestorage (7.0.8.4) app/models/active_storage/blob.rb:217:in `url'
2024-09-16T09:01:32.360796+00:00 app[web.1]: [24b47477-4155-4df0-9c17-606462b6cc44] decidim-core (0.29.0) lib/decidim/asset_router/storage.rb:164:in `blob_url'
2024-09-16T09:01:32.360797+00:00 app[web.1]: [24b47477-4155-4df0-9c17-606462b6cc44] decidim-core (0.29.0) lib/decidim/asset_router/storage.rb:51:in `url'
2024-09-16T09:01:32.360797+00:00 app[web.1]: [24b47477-4155-4df0-9c17-606462b6cc44] decidim-core (0.29.0) app/uploaders/decidim/application_uploader.rb:52:in `variant_url'
2024-09-16T09:01:32.360797+00:00 app[web.1]: [24b47477-4155-4df0-9c17-606462b6cc44] decidim-core (0.29.0) app/uploaders/decidim/application_uploader.rb:45:in `url'
2024-09-16T09:01:32.360797+00:00 app[web.1]: [24b47477-4155-4df0-9c17-606462b6cc44] decidim-core (0.29.0) app/uploaders/decidim/newsletter_template_image_uploader.rb:19:in `url'
2024-09-16T09:01:32.360798+00:00 app[web.1]: [24b47477-4155-4df0-9c17-606462b6cc44] decidim-core (0.29.0) app/cells/decidim/newsletter_templates/image_text_cta_cell.rb:53:in `main_image_url'
2024-09-16T09:01:32.360798+00:00 app[web.1]: [24b47477-4155-4df0-9c17-606462b6cc44] decidim-core (0.29.0) app/cells/decidim/newsletter_templates/image_text_cta_cell.rb:49:in `main_image'
2024-09-16T09:01:32.360798+00:00 app[web.1]: [24b47477-4155-4df0-9c17-606462b6cc44] decidim-core (0.29.0) app/cells/decidim/newsletter_templates/image_text_cta/show.erb:54:in `__tilt_256720'
2024-09-16T09:01:32.360798+00:00 app[web.1]: [24b47477-4155-4df0-9c17-606462b6cc44] tilt (2.4.0) lib/tilt/template.rb:207:in `bind_call'
2024-09-16T09:01:32.360799+00:00 app[web.1]: [24b47477-4155-4df0-9c17-606462b6cc44] tilt (2.4.0) lib/tilt/template.rb:207:in `evaluate'
2024-09-16T09:01:32.360799+00:00 app[web.1]: [24b47477-4155-4df0-9c17-606462b6cc44] tilt (2.4.0) lib/tilt/template.rb:102:in `render'
2024-09-16T09:01:32.360799+00:00 app[web.1]: [24b47477-4155-4df0-9c17-606462b6cc44] cells (4.1.7) lib/cell/view_model.rb:118:in `render_template'
2024-09-16T09:01:32.360799+00:00 app[web.1]: [24b47477-4155-4df0-9c17-606462b6cc44] decidim-core (0.29.0) lib/decidim/view_model.rb:75:in `block in render_template'
2024-09-16T09:01:32.360799+00:00 app[web.1]: [24b47477-4155-4df0-9c17-606462b6cc44] activesupport (7.0.8.4) lib/active_support/notifications.rb:208:in `instrument'
2024-09-16T09:01:32.360800+00:00 app[web.1]: [24b47477-4155-4df0-9c17-606462b6cc44] decidim-core (0.29.0) lib/decidim/view_model.rb:70:in `render_template'
2024-09-16T09:01:32.360800+00:00 app[web.1]: [24b47477-4155-4df0-9c17-606462b6cc44] cells (4.1.7) lib/cell/view_model.rb:110:in `render_to_string'
2024-09-16T09:01:32.360800+00:00 app[web.1]: [24b47477-4155-4df0-9c17-606462b6cc44] cells (4.1.7) lib/cell/layout.rb:23:in `render_to_string'
2024-09-16T09:01:32.360800+00:00 app[web.1]: [24b47477-4155-4df0-9c17-606462b6cc44] cells (4.1.7) lib/cell/view_model.rb:104:in `render'
2024-09-16T09:01:32.360800+00:00 app[web.1]: [24b47477-4155-4df0-9c17-606462b6cc44] decidim-core (0.29.0) app/cells/decidim/newsletter_templates/image_text_cta_cell.rb:9:in `show'
2024-09-16T09:01:32.360801+00:00 app[web.1]: [24b47477-4155-4df0-9c17-606462b6cc44] cells (4.1.7) lib/cell/view_model.rb:114:in `render_state'
2024-09-16T09:01:32.360801+00:00 app[web.1]: [24b47477-4155-4df0-9c17-606462b6cc44] cells (4.1.7) lib/cell/caching.rb:46:in `render_state'
2024-09-16T09:01:32.360801+00:00 app[web.1]: [24b47477-4155-4df0-9c17-606462b6cc44] cells (4.1.7) lib/cell/view_model.rb:92:in `call'
2024-09-16T09:01:32.360801+00:00 app[web.1]: [24b47477-4155-4df0-9c17-606462b6cc44] cells-rails (0.1.5) lib/cell/rails.rb:56:in `call'
2024-09-16T09:01:32.360801+00:00 app[web.1]: [24b47477-4155-4df0-9c17-606462b6cc44] decidim-core (0.29.0) lib/decidim/view_model.rb:38:in `block in call'
2024-09-16T09:01:32.360802+00:00 app[web.1]: [24b47477-4155-4df0-9c17-606462b6cc44] decidim-core (0.29.0) lib/decidim/view_model.rb:81:in `block in instrument'
2024-09-16T09:01:32.360802+00:00 app[web.1]: [24b47477-4155-4df0-9c17-606462b6cc44] activesupport (7.0.8.4) lib/active_support/notifications.rb:206:in `block in instrument'
2024-09-16T09:01:32.360802+00:00 app[web.1]: [24b47477-4155-4df0-9c17-606462b6cc44] activesupport (7.0.8.4) lib/active_support/notifications/instrumenter.rb:24:in `instrument'
2024-09-16T09:01:32.360802+00:00 app[web.1]: [24b47477-4155-4df0-9c17-606462b6cc44] activesupport (7.0.8.4) lib/active_support/notifications.rb:206:in `instrument'
2024-09-16T09:01:32.360802+00:00 app[web.1]: [24b47477-4155-4df0-9c17-606462b6cc44] decidim-core (0.29.0) lib/decidim/view_model.rb:80:in `instrument'
2024-09-16T09:01:32.360803+00:00 app[web.1]: [24b47477-4155-4df0-9c17-606462b6cc44] decidim-core (0.29.0) lib/decidim/view_model.rb:37:in `call'
2024-09-16T09:01:32.360803+00:00 app[web.1]: [24b47477-4155-4df0-9c17-606462b6cc44] cells (4.1.7) lib/cell/view_model.rb:125:in `to_s'
2024-09-16T09:01:32.360803+00:00 app[web.1]: [24b47477-4155-4df0-9c17-606462b6cc44] decidim-core (0.29.0) app/views/decidim/newsletter_mailer/newsletter.html.erb:1
2024-09-16T09:01:32.360804+00:00 app[web.1]: [24b47477-4155-4df0-9c17-606462b6cc44] actionview (7.0.8.4) lib/action_view/base.rb:244:in `public_send'
2024-09-16T09:01:32.360807+00:00 app[web.1]: [24b47477-4155-4df0-9c17-606462b6cc44] actionview (7.0.8.4) lib/action_view/base.rb:244:in `_run'
2024-09-16T09:01:32.360807+00:00 app[web.1]: [24b47477-4155-4df0-9c17-606462b6cc44] actionview (7.0.8.4) lib/action_view/template.rb:157:in `block in render'
2024-09-16T09:01:32.360808+00:00 app[web.1]: [24b47477-4155-4df0-9c17-606462b6cc44] activesupport (7.0.8.4) lib/active_support/notifications.rb:208:in `instrument'
2024-09-16T09:01:32.360808+00:00 app[web.1]: [24b47477-4155-4df0-9c17-606462b6cc44] actionview (7.0.8.4) lib/action_view/template.rb:361:in `instrument_render_template'
2024-09-16T09:01:32.360808+00:00 app[web.1]: [24b47477-4155-4df0-9c17-606462b6cc44] actionview (7.0.8.4) lib/action_view/template.rb:155:in `render'
2024-09-16T09:01:32.360808+00:00 app[web.1]: [24b47477-4155-4df0-9c17-606462b6cc44] actionview (7.0.8.4) lib/action_view/renderer/template_renderer.rb:65:in `block (2 levels) in render_template'
2024-09-16T09:01:32.360808+00:00 app[web.1]: [24b47477-4155-4df0-9c17-606462b6cc44] activesupport (7.0.8.4) lib/active_support/notifications.rb:208:in `instrument'
2024-09-16T09:01:32.360809+00:00 app[web.1]: [24b47477-4155-4df0-9c17-606462b6cc44] actionview (7.0.8.4) lib/action_view/renderer/template_renderer.rb:60:in `block in render_template'
2024-09-16T09:01:32.360809+00:00 app[web.1]: [24b47477-4155-4df0-9c17-606462b6cc44] actionview (7.0.8.4) lib/action_view/renderer/template_renderer.rb:75:in `block in render_with_layout'
2024-09-16T09:01:32.360809+00:00 app[web.1]: [24b47477-4155-4df0-9c17-606462b6cc44] activesupport (7.0.8.4) lib/active_support/notifications.rb:208:in `instrument'
2024-09-16T09:01:32.360809+00:00 app[web.1]: [24b47477-4155-4df0-9c17-606462b6cc44] actionview (7.0.8.4) lib/action_view/renderer/template_renderer.rb:74:in `render_with_layout'
2024-09-16T09:01:32.360809+00:00 app[web.1]: [24b47477-4155-4df0-9c17-606462b6cc44] actionview (7.0.8.4) lib/action_view/renderer/template_renderer.rb:59:in `render_template'
2024-09-16T09:01:32.360810+00:00 app[web.1]: [24b47477-4155-4df0-9c17-606462b6cc44] actionview (7.0.8.4) lib/action_view/renderer/template_renderer.rb:11:in `render'
2024-09-16T09:01:32.360810+00:00 app[web.1]: [24b47477-4155-4df0-9c17-606462b6cc44] actionview (7.0.8.4) lib/action_view/renderer/renderer.rb:61:in `render_template_to_object'
2024-09-16T09:01:32.360810+00:00 app[web.1]: [24b47477-4155-4df0-9c17-606462b6cc44] actionview (7.0.8.4) lib/action_view/renderer/renderer.rb:29:in `render_to_object'
2024-09-16T09:01:32.360810+00:00 app[web.1]: [24b47477-4155-4df0-9c17-606462b6cc44] actionview (7.0.8.4) lib/action_view/rendering.rb:117:in `block in _render_template'
2024-09-16T09:01:32.360810+00:00 app[web.1]: [24b47477-4155-4df0-9c17-606462b6cc44] actionview (7.0.8.4) lib/action_view/base.rb:270:in `in_rendering_context'
2024-09-16T09:01:32.360811+00:00 app[web.1]: [24b47477-4155-4df0-9c17-606462b6cc44] actionview (7.0.8.4) lib/action_view/rendering.rb:116:in `_render_template'
2024-09-16T09:01:32.360811+00:00 app[web.1]: [24b47477-4155-4df0-9c17-606462b6cc44] actionview (7.0.8.4) lib/action_view/rendering.rb:103:in `render_to_body'
2024-09-16T09:01:32.360811+00:00 app[web.1]: [24b47477-4155-4df0-9c17-606462b6cc44] actionpack (7.0.8.4) lib/abstract_controller/rendering.rb:27:in `render'
2024-09-16T09:01:32.360811+00:00 app[web.1]: [24b47477-4155-4df0-9c17-606462b6cc44] actionmailer (7.0.8.4) lib/action_mailer/base.rb:992:in `block in collect_responses_from_templates'
2024-09-16T09:01:32.360812+00:00 app[web.1]: [24b47477-4155-4df0-9c17-606462b6cc44] actionmailer (7.0.8.4) lib/action_mailer/base.rb:989:in `each'
2024-09-16T09:01:32.360812+00:00 app[web.1]: [24b47477-4155-4df0-9c17-606462b6cc44] actionmailer (7.0.8.4) lib/action_mailer/base.rb:989:in `each'
2024-09-16T09:01:32.360812+00:00 app[web.1]: [24b47477-4155-4df0-9c17-606462b6cc44] actionmailer (7.0.8.4) lib/action_mailer/base.rb:989:in `map'
2024-09-16T09:01:32.360812+00:00 app[web.1]: [24b47477-4155-4df0-9c17-606462b6cc44] actionmailer (7.0.8.4) lib/action_mailer/base.rb:989:in `collect_responses_from_templates'
2024-09-16T09:01:32.360812+00:00 app[web.1]: [24b47477-4155-4df0-9c17-606462b6cc44] actionmailer (7.0.8.4) lib/action_mailer/base.rb:967:in `collect_responses'
2024-09-16T09:01:32.360813+00:00 app[web.1]: [24b47477-4155-4df0-9c17-606462b6cc44] actionmailer (7.0.8.4) lib/action_mailer/base.rb:875:in `mail'
2024-09-16T09:01:32.360813+00:00 app[web.1]: [24b47477-4155-4df0-9c17-606462b6cc44] decidim-core (0.29.0) app/mailers/decidim/newsletter_mailer.rb:33:in `block in newsletter'
2024-09-16T09:01:32.360813+00:00 app[web.1]: [24b47477-4155-4df0-9c17-606462b6cc44] decidim-core (0.29.0) app/mailers/concerns/decidim/localised_mailer.rb:19:in `block in with_user'
2024-09-16T09:01:32.360813+00:00 app[web.1]: [24b47477-4155-4df0-9c17-606462b6cc44] i18n (1.14.5) lib/i18n.rb:351:in `with_locale'
2024-09-16T09:01:32.360813+00:00 app[web.1]: [24b47477-4155-4df0-9c17-606462b6cc44] decidim-core (0.29.0) app/mailers/concerns/decidim/localised_mailer.rb:18:in `with_user'
2024-09-16T09:01:32.360813+00:00 app[web.1]: [24b47477-4155-4df0-9c17-606462b6cc44] decidim-core (0.29.0) app/mailers/decidim/newsletter_mailer.rb:27:in `newsletter'
2024-09-16T09:01:32.360814+00:00 app[web.1]: [24b47477-4155-4df0-9c17-606462b6cc44] actionpack (7.0.8.4) lib/abstract_controller/base.rb:215:in `process_action'
2024-09-16T09:01:32.360814+00:00 app[web.1]: [24b47477-4155-4df0-9c17-606462b6cc44] actionpack (7.0.8.4) lib/abstract_controller/callbacks.rb:234:in `block in process_action'
2024-09-16T09:01:32.360816+00:00 app[web.1]: [24b47477-4155-4df0-9c17-606462b6cc44] activesupport (7.0.8.4) lib/active_support/callbacks.rb:107:in `run_callbacks'
2024-09-16T09:01:32.360816+00:00 app[web.1]: [24b47477-4155-4df0-9c17-606462b6cc44] actionpack (7.0.8.4) lib/abstract_controller/callbacks.rb:233:in `process_action'
2024-09-16T09:01:32.360816+00:00 app[web.1]: [24b47477-4155-4df0-9c17-606462b6cc44] actionpack (7.0.8.4) lib/abstract_controller/base.rb:151:in `process'
2024-09-16T09:01:32.360816+00:00 app[web.1]: [24b47477-4155-4df0-9c17-606462b6cc44] actionmailer (7.0.8.4) lib/action_mailer/rescuable.rb:27:in `block in process'
2024-09-16T09:01:32.360816+00:00 app[web.1]: [24b47477-4155-4df0-9c17-606462b6cc44] actionmailer (7.0.8.4) lib/action_mailer/rescuable.rb:19:in `handle_exceptions'
2024-09-16T09:01:32.360817+00:00 app[web.1]: [24b47477-4155-4df0-9c17-606462b6cc44] actionmailer (7.0.8.4) lib/action_mailer/rescuable.rb:26:in `process'
2024-09-16T09:01:32.360817+00:00 app[web.1]: [24b47477-4155-4df0-9c17-606462b6cc44] actionview (7.0.8.4) lib/action_view/rendering.rb:39:in `process'
2024-09-16T09:01:32.360817+00:00 app[web.1]: [24b47477-4155-4df0-9c17-606462b6cc44] actionmailer (7.0.8.4) lib/action_mailer/base.rb:646:in `block in process'
2024-09-16T09:01:32.360817+00:00 app[web.1]: [24b47477-4155-4df0-9c17-606462b6cc44] activesupport (7.0.8.4) lib/active_support/notifications.rb:206:in `block in instrument'
2024-09-16T09:01:32.360817+00:00 app[web.1]: [24b47477-4155-4df0-9c17-606462b6cc44] activesupport (7.0.8.4) lib/active_support/notifications/instrumenter.rb:24:in `instrument'
2024-09-16T09:01:32.360817+00:00 app[web.1]: [24b47477-4155-4df0-9c17-606462b6cc44] activesupport (7.0.8.4) lib/active_support/notifications.rb:206:in `instrument'
2024-09-16T09:01:32.360818+00:00 app[web.1]: [24b47477-4155-4df0-9c17-606462b6cc44] actionmailer (7.0.8.4) lib/action_mailer/base.rb:645:in `process'
2024-09-16T09:01:32.360818+00:00 app[web.1]: [24b47477-4155-4df0-9c17-606462b6cc44] actionmailer (7.0.8.4) lib/action_mailer/message_delivery.rb:128:in `block in processed_mailer'
2024-09-16T09:01:32.360818+00:00 app[web.1]: [24b47477-4155-4df0-9c17-606462b6cc44] <internal:kernel>:90:in `tap'
2024-09-16T09:01:32.360818+00:00 app[web.1]: [24b47477-4155-4df0-9c17-606462b6cc44] actionmailer (7.0.8.4) lib/action_mailer/message_delivery.rb:127:in `processed_mailer'
2024-09-16T09:01:32.360819+00:00 app[web.1]: [24b47477-4155-4df0-9c17-606462b6cc44] actionmailer (7.0.8.4) lib/action_mailer/message_delivery.rb:30:in `__getobj__'
2024-09-16T09:01:32.360819+00:00 app[web.1]: [24b47477-4155-4df0-9c17-606462b6cc44] vendor/ruby-3.2.2/lib/ruby/3.2.0/delegate.rb:84:in `method_missing'
2024-09-16T09:01:32.360819+00:00 app[web.1]: [24b47477-4155-4df0-9c17-606462b6cc44] decidim-admin (0.29.0) app/views/decidim/admin/newsletters/show.html.erb:20
2024-09-16T09:01:32.360819+00:00 app[web.1]: [24b47477-4155-4df0-9c17-606462b6cc44] actionview (7.0.8.4) lib/action_view/base.rb:244:in `public_send'
2024-09-16T09:01:32.360820+00:00 app[web.1]: [24b47477-4155-4df0-9c17-606462b6cc44] actionview (7.0.8.4) lib/action_view/base.rb:244:in `_run'
2024-09-16T09:01:32.360821+00:00 app[web.1]: [24b47477-4155-4df0-9c17-606462b6cc44] actionview (7.0.8.4) lib/action_view/template.rb:157:in `block in render'
2024-09-16T09:01:32.360821+00:00 app[web.1]: [24b47477-4155-4df0-9c17-606462b6cc44] activesupport (7.0.8.4) lib/active_support/notifications.rb:208:in `instrument'
2024-09-16T09:01:32.360821+00:00 app[web.1]: [24b47477-4155-4df0-9c17-606462b6cc44] actionview (7.0.8.4) lib/action_view/template.rb:361:in `instrument_render_template'
2024-09-16T09:01:32.360821+00:00 app[web.1]: [24b47477-4155-4df0-9c17-606462b6cc44] actionview (7.0.8.4) lib/action_view/template.rb:155:in `render'
2024-09-16T09:01:32.360821+00:00 app[web.1]: [24b47477-4155-4df0-9c17-606462b6cc44] actionview (7.0.8.4) lib/action_view/renderer/template_renderer.rb:65:in `block (2 levels) in render_template'
2024-09-16T09:01:32.360822+00:00 app[web.1]: [24b47477-4155-4df0-9c17-606462b6cc44] activesupport (7.0.8.4) lib/active_support/notifications.rb:208:in `instrument'
2024-09-16T09:01:32.360822+00:00 app[web.1]: [24b47477-4155-4df0-9c17-606462b6cc44] actionview (7.0.8.4) lib/action_view/renderer/template_renderer.rb:60:in `block in render_template'
2024-09-16T09:01:32.360822+00:00 app[web.1]: [24b47477-4155-4df0-9c17-606462b6cc44] actionview (7.0.8.4) lib/action_view/renderer/template_renderer.rb:75:in `block in render_with_layout'
2024-09-16T09:01:32.360823+00:00 app[web.1]: [24b47477-4155-4df0-9c17-606462b6cc44] activesupport (7.0.8.4) lib/active_support/notifications.rb:208:in `instrument'
2024-09-16T09:01:32.360824+00:00 app[web.1]: [24b47477-4155-4df0-9c17-606462b6cc44] actionview (7.0.8.4) lib/action_view/renderer/template_renderer.rb:74:in `render_with_layout'
2024-09-16T09:01:32.360824+00:00 app[web.1]: [24b47477-4155-4df0-9c17-606462b6cc44] actionview (7.0.8.4) lib/action_view/renderer/template_renderer.rb:59:in `render_template'
2024-09-16T09:01:32.360824+00:00 app[web.1]: [24b47477-4155-4df0-9c17-606462b6cc44] actionview (7.0.8.4) lib/action_view/renderer/template_renderer.rb:11:in `render'
2024-09-16T09:01:32.360824+00:00 app[web.1]: [24b47477-4155-4df0-9c17-606462b6cc44] actionview (7.0.8.4) lib/action_view/renderer/renderer.rb:61:in `render_template_to_object'
2024-09-16T09:01:32.360825+00:00 app[web.1]: [24b47477-4155-4df0-9c17-606462b6cc44] actionview (7.0.8.4) lib/action_view/renderer/renderer.rb:29:in `render_to_object'
2024-09-16T09:01:32.360827+00:00 app[web.1]: [24b47477-4155-4df0-9c17-606462b6cc44] actionview (7.0.8.4) lib/action_view/rendering.rb:117:in `block in _render_template'
2024-09-16T09:01:32.360827+00:00 app[web.1]: [24b47477-4155-4df0-9c17-606462b6cc44] actionview (7.0.8.4) lib/action_view/base.rb:270:in `in_rendering_context'
2024-09-16T09:01:32.360827+00:00 app[web.1]: [24b47477-4155-4df0-9c17-606462b6cc44] actionview (7.0.8.4) lib/action_view/rendering.rb:116:in `_render_template'
2024-09-16T09:01:32.360827+00:00 app[web.1]: [24b47477-4155-4df0-9c17-606462b6cc44] actionpack (7.0.8.4) lib/action_controller/metal/streaming.rb:216:in `_render_template'
2024-09-16T09:01:32.360827+00:00 app[web.1]: [24b47477-4155-4df0-9c17-606462b6cc44] actionview (7.0.8.4) lib/action_view/rendering.rb:103:in `render_to_body'
2024-09-16T09:01:32.360827+00:00 app[web.1]: [24b47477-4155-4df0-9c17-606462b6cc44] actionpack (7.0.8.4) lib/action_controller/metal/rendering.rb:158:in `render_to_body'
2024-09-16T09:01:32.360828+00:00 app[web.1]: [24b47477-4155-4df0-9c17-606462b6cc44] actionpack (7.0.8.4) lib/action_controller/metal/renderers.rb:141:in `render_to_body'
2024-09-16T09:01:32.360828+00:00 app[web.1]: [24b47477-4155-4df0-9c17-606462b6cc44] actionpack (7.0.8.4) lib/abstract_controller/rendering.rb:27:in `render'
2024-09-16T09:01:32.360828+00:00 app[web.1]: [24b47477-4155-4df0-9c17-606462b6cc44] actionpack (7.0.8.4) lib/action_controller/metal/rendering.rb:139:in `render'
2024-09-16T09:01:32.360828+00:00 app[web.1]: [24b47477-4155-4df0-9c17-606462b6cc44] actionpack (7.0.8.4) lib/action_controller/metal/instrumentation.rb:22:in `block (2 levels) in render'
2024-09-16T09:01:32.360828+00:00 app[web.1]: [24b47477-4155-4df0-9c17-606462b6cc44] vendor/ruby-3.2.2/lib/ruby/3.2.0/benchmark.rb:311:in `realtime'
2024-09-16T09:01:32.360829+00:00 app[web.1]: [24b47477-4155-4df0-9c17-606462b6cc44] activesupport (7.0.8.4) lib/active_support/core_ext/benchmark.rb:14:in `ms'
2024-09-16T09:01:32.360829+00:00 app[web.1]: [24b47477-4155-4df0-9c17-606462b6cc44] actionpack (7.0.8.4) lib/action_controller/metal/instrumentation.rb:22:in `block in render'
2024-09-16T09:01:32.360829+00:00 app[web.1]: [24b47477-4155-4df0-9c17-606462b6cc44] actionpack (7.0.8.4) lib/action_controller/metal/instrumentation.rb:91:in `cleanup_view_runtime'
2024-09-16T09:01:32.360829+00:00 app[web.1]: [24b47477-4155-4df0-9c17-606462b6cc44] activerecord (7.0.8.4) lib/active_record/railties/controller_runtime.rb:34:in `cleanup_view_runtime'
2024-09-16T09:01:32.360829+00:00 app[web.1]: [24b47477-4155-4df0-9c17-606462b6cc44] actionpack (7.0.8.4) lib/action_controller/metal/instrumentation.rb:21:in `render'
2024-09-16T09:01:32.360830+00:00 app[web.1]: [24b47477-4155-4df0-9c17-606462b6cc44] wicked_pdf (2.8.1) lib/wicked_pdf/pdf_helper.rb:18:in `render'
2024-09-16T09:01:32.360830+00:00 app[web.1]: [24b47477-4155-4df0-9c17-606462b6cc44] actionpack (7.0.8.4) lib/action_controller/metal/implicit_render.rb:35:in `default_render'
2024-09-16T09:01:32.360830+00:00 app[web.1]: [24b47477-4155-4df0-9c17-606462b6cc44] actionpack (7.0.8.4) lib/action_controller/metal/basic_implicit_render.rb:7:in `send_action'
2024-09-16T09:01:32.360830+00:00 app[web.1]: [24b47477-4155-4df0-9c17-606462b6cc44] actionpack (7.0.8.4) lib/abstract_controller/base.rb:215:in `process_action'
2024-09-16T09:01:32.360830+00:00 app[web.1]: [24b47477-4155-4df0-9c17-606462b6cc44] actionpack (7.0.8.4) lib/action_controller/metal/rendering.rb:165:in `process_action'
2024-09-16T09:01:32.360830+00:00 app[web.1]: [24b47477-4155-4df0-9c17-606462b6cc44] actionpack (7.0.8.4) lib/abstract_controller/callbacks.rb:234:in `block in process_action'
2024-09-16T09:01:32.360831+00:00 app[web.1]: [24b47477-4155-4df0-9c17-606462b6cc44] activesupport (7.0.8.4) lib/active_support/callbacks.rb:118:in `block in run_callbacks'
2024-09-16T09:01:32.360831+00:00 app[web.1]: [24b47477-4155-4df0-9c17-606462b6cc44] activesupport (7.0.8.4) lib/active_support/core_ext/time/zones.rb:65:in `use_zone'
2024-09-16T09:01:32.360831+00:00 app[web.1]: [24b47477-4155-4df0-9c17-606462b6cc44] decidim-core (0.29.0) app/controllers/concerns/decidim/use_organization_time_zone.rb:21:in `use_organization_time_zone'
2024-09-16T09:01:32.360831+00:00 app[web.1]: [24b47477-4155-4df0-9c17-606462b6cc44] activesupport (7.0.8.4) lib/active_support/callbacks.rb:127:in `block in run_callbacks'
2024-09-16T09:01:32.360831+00:00 app[web.1]: [24b47477-4155-4df0-9c17-606462b6cc44] i18n (1.14.5) lib/i18n.rb:351:in `with_locale'
2024-09-16T09:01:32.360831+00:00 app[web.1]: [24b47477-4155-4df0-9c17-606462b6cc44] decidim-core (0.29.0) app/controllers/concerns/decidim/locale_switcher.rb:24:in `switch_locale'
2024-09-16T09:01:32.360832+00:00 app[web.1]: [24b47477-4155-4df0-9c17-606462b6cc44] activesupport (7.0.8.4) lib/active_support/callbacks.rb:127:in `block in run_callbacks'
2024-09-16T09:01:32.360832+00:00 app[web.1]: [24b47477-4155-4df0-9c17-606462b6cc44] sentry-raven (3.1.2) lib/raven/integrations/rails/controller_transaction.rb:7:in `block in included'
2024-09-16T09:01:32.360832+00:00 app[web.1]: [24b47477-4155-4df0-9c17-606462b6cc44] activesupport (7.0.8.4) lib/active_support/callbacks.rb:127:in `instance_exec'
2024-09-16T09:01:32.360832+00:00 app[web.1]: [24b47477-4155-4df0-9c17-606462b6cc44] activesupport (7.0.8.4) lib/active_support/callbacks.rb:127:in `block in run_callbacks'
2024-09-16T09:01:32.360833+00:00 app[web.1]: [24b47477-4155-4df0-9c17-606462b6cc44] activesupport (7.0.8.4) lib/active_support/callbacks.rb:138:in `run_callbacks'
2024-09-16T09:01:32.360835+00:00 app[web.1]: [24b47477-4155-4df0-9c17-606462b6cc44] actionpack (7.0.8.4) lib/abstract_controller/callbacks.rb:233:in `process_action'
2024-09-16T09:01:32.360835+00:00 app[web.1]: [24b47477-4155-4df0-9c17-606462b6cc44] actionpack (7.0.8.4) lib/action_controller/metal/rescue.rb:23:in `process_action'
2024-09-16T09:01:32.360835+00:00 app[web.1]: [24b47477-4155-4df0-9c17-606462b6cc44] actionpack (7.0.8.4) lib/action_controller/metal/instrumentation.rb:67:in `block in process_action'
2024-09-16T09:01:32.360835+00:00 app[web.1]: [24b47477-4155-4df0-9c17-606462b6cc44] activesupport (7.0.8.4) lib/active_support/notifications.rb:206:in `block in instrument'
2024-09-16T09:01:32.360835+00:00 app[web.1]: [24b47477-4155-4df0-9c17-606462b6cc44] activesupport (7.0.8.4) lib/active_support/notifications/instrumenter.rb:24:in `instrument'
2024-09-16T09:01:32.360836+00:00 app[web.1]: [24b47477-4155-4df0-9c17-606462b6cc44] activesupport (7.0.8.4) lib/active_support/notifications.rb:206:in `instrument'
2024-09-16T09:01:32.360836+00:00 app[web.1]: [24b47477-4155-4df0-9c17-606462b6cc44] actionpack (7.0.8.4) lib/action_controller/metal/instrumentation.rb:66:in `process_action'
2024-09-16T09:01:32.360836+00:00 app[web.1]: [24b47477-4155-4df0-9c17-606462b6cc44] actionpack (7.0.8.4) lib/action_controller/metal/params_wrapper.rb:259:in `process_action'
2024-09-16T09:01:32.360836+00:00 app[web.1]: [24b47477-4155-4df0-9c17-606462b6cc44] activerecord (7.0.8.4) lib/active_record/railties/controller_runtime.rb:27:in `process_action'
2024-09-16T09:01:32.360837+00:00 app[web.1]: [24b47477-4155-4df0-9c17-606462b6cc44] actionpack (7.0.8.4) lib/abstract_controller/base.rb:151:in `process'
2024-09-16T09:01:32.360837+00:00 app[web.1]: [24b47477-4155-4df0-9c17-606462b6cc44] actionview (7.0.8.4) lib/action_view/rendering.rb:39:in `process'
2024-09-16T09:01:32.360837+00:00 app[web.1]: [24b47477-4155-4df0-9c17-606462b6cc44] actionpack (7.0.8.4) lib/action_controller/metal.rb:188:in `dispatch'
2024-09-16T09:01:32.360837+00:00 app[web.1]: [24b47477-4155-4df0-9c17-606462b6cc44] actionpack (7.0.8.4) lib/action_controller/metal.rb:251:in `dispatch'
2024-09-16T09:01:32.360837+00:00 app[web.1]: [24b47477-4155-4df0-9c17-606462b6cc44] actionpack (7.0.8.4) lib/action_dispatch/routing/route_set.rb:49:in `dispatch'
2024-09-16T09:01:32.360837+00:00 app[web.1]: [24b47477-4155-4df0-9c17-606462b6cc44] actionpack (7.0.8.4) lib/action_dispatch/routing/route_set.rb:32:in `serve'
2024-09-16T09:01:32.360838+00:00 app[web.1]: [24b47477-4155-4df0-9c17-606462b6cc44] actionpack (7.0.8.4) lib/action_dispatch/routing/mapper.rb:18:in `block in <class:Constraints>'
2024-09-16T09:01:32.360838+00:00 app[web.1]: [24b47477-4155-4df0-9c17-606462b6cc44] actionpack (7.0.8.4) lib/action_dispatch/routing/mapper.rb:48:in `serve'
2024-09-16T09:01:32.360838+00:00 app[web.1]: [24b47477-4155-4df0-9c17-606462b6cc44] actionpack (7.0.8.4) lib/action_dispatch/journey/router.rb:50:in `block in serve'
2024-09-16T09:01:32.360838+00:00 app[web.1]: [24b47477-4155-4df0-9c17-606462b6cc44] actionpack (7.0.8.4) lib/action_dispatch/journey/router.rb:32:in `each'
2024-09-16T09:01:32.360838+00:00 app[web.1]: [24b47477-4155-4df0-9c17-606462b6cc44] actionpack (7.0.8.4) lib/action_dispatch/journey/router.rb:32:in `serve'
2024-09-16T09:01:32.360839+00:00 app[web.1]: [24b47477-4155-4df0-9c17-606462b6cc44] actionpack (7.0.8.4) lib/action_dispatch/routing/route_set.rb:852:in `call'
2024-09-16T09:01:32.360839+00:00 app[web.1]: [24b47477-4155-4df0-9c17-606462b6cc44] railties (7.0.8.4) lib/rails/engine.rb:530:in `call'
2024-09-16T09:01:32.360839+00:00 app[web.1]: [24b47477-4155-4df0-9c17-606462b6cc44] railties (7.0.8.4) lib/rails/railtie.rb:226:in `public_send'
2024-09-16T09:01:32.360839+00:00 app[web.1]: [24b47477-4155-4df0-9c17-606462b6cc44] railties (7.0.8.4) lib/rails/railtie.rb:226:in `method_missing'
2024-09-16T09:01:32.360839+00:00 app[web.1]: [24b47477-4155-4df0-9c17-606462b6cc44] actionpack (7.0.8.4) lib/action_dispatch/routing/mapper.rb:19:in `block in <class:Constraints>'
2024-09-16T09:01:32.360839+00:00 app[web.1]: [24b47477-4155-4df0-9c17-606462b6cc44] actionpack (7.0.8.4) lib/action_dispatch/routing/mapper.rb:48:in `serve'
2024-09-16T09:01:32.360840+00:00 app[web.1]: [24b47477-4155-4df0-9c17-606462b6cc44] actionpack (7.0.8.4) lib/action_dispatch/journey/router.rb:50:in `block in serve'
2024-09-16T09:01:32.360840+00:00 app[web.1]: [24b47477-4155-4df0-9c17-606462b6cc44] actionpack (7.0.8.4) lib/action_dispatch/journey/router.rb:32:in `each'
2024-09-16T09:01:32.360840+00:00 app[web.1]: [24b47477-4155-4df0-9c17-606462b6cc44] actionpack (7.0.8.4) lib/action_dispatch/journey/router.rb:32:in `serve'
2024-09-16T09:01:32.360840+00:00 app[web.1]: [24b47477-4155-4df0-9c17-606462b6cc44] actionpack (7.0.8.4) lib/action_dispatch/routing/route_set.rb:852:in `call'
2024-09-16T09:01:32.360840+00:00 app[web.1]: [24b47477-4155-4df0-9c17-606462b6cc44] railties (7.0.8.4) lib/rails/engine.rb:530:in `call'
2024-09-16T09:01:32.360841+00:00 app[web.1]: [24b47477-4155-4df0-9c17-606462b6cc44] railties (7.0.8.4) lib/rails/railtie.rb:226:in `public_send'
2024-09-16T09:01:32.360841+00:00 app[web.1]: [24b47477-4155-4df0-9c17-606462b6cc44] railties (7.0.8.4) lib/rails/railtie.rb:226:in `method_missing'
2024-09-16T09:01:32.360841+00:00 app[web.1]: [24b47477-4155-4df0-9c17-606462b6cc44] actionpack (7.0.8.4) lib/action_dispatch/routing/mapper.rb:19:in `block in <class:Constraints>'
2024-09-16T09:01:32.360841+00:00 app[web.1]: [24b47477-4155-4df0-9c17-606462b6cc44] actionpack (7.0.8.4) lib/action_dispatch/routing/mapper.rb:48:in `serve'
2024-09-16T09:01:32.360843+00:00 app[web.1]: [24b47477-4155-4df0-9c17-606462b6cc44] actionpack (7.0.8.4) lib/action_dispatch/journey/router.rb:50:in `block in serve'
2024-09-16T09:01:32.360843+00:00 app[web.1]: [24b47477-4155-4df0-9c17-606462b6cc44] actionpack (7.0.8.4) lib/action_dispatch/journey/router.rb:32:in `each'
2024-09-16T09:01:32.360843+00:00 app[web.1]: [24b47477-4155-4df0-9c17-606462b6cc44] actionpack (7.0.8.4) lib/action_dispatch/journey/router.rb:32:in `serve'
2024-09-16T09:01:32.360843+00:00 app[web.1]: [24b47477-4155-4df0-9c17-606462b6cc44] actionpack (7.0.8.4) lib/action_dispatch/routing/route_set.rb:852:in `call'
2024-09-16T09:01:32.360844+00:00 app[web.1]: [24b47477-4155-4df0-9c17-606462b6cc44] batch-loader (1.5.0) lib/batch_loader/middleware.rb:11:in `call'
2024-09-16T09:01:32.360844+00:00 app[web.1]: [24b47477-4155-4df0-9c17-606462b6cc44] rack-attack (6.7.0) lib/rack/attack.rb:127:in `call'
2024-09-16T09:01:32.360844+00:00 app[web.1]: [24b47477-4155-4df0-9c17-606462b6cc44] omniauth (2.1.2) lib/omniauth/strategy.rb:202:in `call!'
2024-09-16T09:01:32.360844+00:00 app[web.1]: [24b47477-4155-4df0-9c17-606462b6cc44] omniauth (2.1.2) lib/omniauth/strategy.rb:169:in `call'
2024-09-16T09:01:32.360844+00:00 app[web.1]: [24b47477-4155-4df0-9c17-606462b6cc44] omniauth (2.1.2) lib/omniauth/strategy.rb:202:in `call!'
2024-09-16T09:01:32.360845+00:00 app[web.1]: [24b47477-4155-4df0-9c17-606462b6cc44] omniauth (2.1.2) lib/omniauth/strategy.rb:169:in `call'
2024-09-16T09:01:32.360845+00:00 app[web.1]: [24b47477-4155-4df0-9c17-606462b6cc44] omniauth (2.1.2) lib/omniauth/strategy.rb:202:in `call!'
2024-09-16T09:01:32.360845+00:00 app[web.1]: [24b47477-4155-4df0-9c17-606462b6cc44] omniauth (2.1.2) lib/omniauth/strategy.rb:169:in `call'
2024-09-16T09:01:32.360845+00:00 app[web.1]: [24b47477-4155-4df0-9c17-606462b6cc44] omniauth (2.1.2) lib/omniauth/strategy.rb:202:in `call!'
2024-09-16T09:01:32.360845+00:00 app[web.1]: [24b47477-4155-4df0-9c17-606462b6cc44] omniauth (2.1.2) lib/omniauth/strategy.rb:169:in `call'
2024-09-16T09:01:32.360845+00:00 app[web.1]: [24b47477-4155-4df0-9c17-606462b6cc44] omniauth (2.1.2) lib/omniauth/builder.rb:44:in `call'
2024-09-16T09:01:32.360846+00:00 app[web.1]: [24b47477-4155-4df0-9c17-606462b6cc44] scout_apm (5.3.8) lib/scout_apm/middleware.rb:17:in `call'
2024-09-16T09:01:32.360846+00:00 app[web.1]: [24b47477-4155-4df0-9c17-606462b6cc44] warden (1.2.9) lib/warden/manager.rb:36:in `block in call'
2024-09-16T09:01:32.360846+00:00 app[web.1]: [24b47477-4155-4df0-9c17-606462b6cc44] warden (1.2.9) lib/warden/manager.rb:34:in `catch'
2024-09-16T09:01:32.360846+00:00 app[web.1]: [24b47477-4155-4df0-9c17-606462b6cc44] warden (1.2.9) lib/warden/manager.rb:34:in `call'
2024-09-16T09:01:32.360846+00:00 app[web.1]: [24b47477-4155-4df0-9c17-606462b6cc44] decidim-core (0.29.0) lib/decidim/middleware/strip_x_forwarded_host.rb:12:in `call'
2024-09-16T09:01:32.360846+00:00 app[web.1]: [24b47477-4155-4df0-9c17-606462b6cc44] decidim-core (0.29.0) lib/decidim/middleware/current_organization.rb:22:in `call'
2024-09-16T09:01:32.360847+00:00 app[web.1]: [24b47477-4155-4df0-9c17-606462b6cc44] rack (2.2.9) lib/rack/tempfile_reaper.rb:15:in `call'
2024-09-16T09:01:32.360847+00:00 app[web.1]: [24b47477-4155-4df0-9c17-606462b6cc44] rack (2.2.9) lib/rack/etag.rb:27:in `call'
2024-09-16T09:01:32.360847+00:00 app[web.1]: [24b47477-4155-4df0-9c17-606462b6cc44] rack (2.2.9) lib/rack/conditional_get.rb:27:in `call'
2024-09-16T09:01:32.360847+00:00 app[web.1]: [24b47477-4155-4df0-9c17-606462b6cc44] rack (2.2.9) lib/rack/head.rb:12:in `call'
2024-09-16T09:01:32.360847+00:00 app[web.1]: [24b47477-4155-4df0-9c17-606462b6cc44] actionpack (7.0.8.4) lib/action_dispatch/http/permissions_policy.rb:38:in `call'
2024-09-16T09:01:32.360848+00:00 app[web.1]: [24b47477-4155-4df0-9c17-606462b6cc44] actionpack (7.0.8.4) lib/action_dispatch/http/content_security_policy.rb:36:in `call'
2024-09-16T09:01:32.360848+00:00 app[web.1]: [24b47477-4155-4df0-9c17-606462b6cc44] rack (2.2.9) lib/rack/session/abstract/id.rb:266:in `context'
2024-09-16T09:01:32.360848+00:00 app[web.1]: [24b47477-4155-4df0-9c17-606462b6cc44] rack (2.2.9) lib/rack/session/abstract/id.rb:260:in `call'
2024-09-16T09:01:32.360848+00:00 app[web.1]: [24b47477-4155-4df0-9c17-606462b6cc44] actionpack (7.0.8.4) lib/action_dispatch/middleware/cookies.rb:704:in `call'
2024-09-16T09:01:32.360848+00:00 app[web.1]: [24b47477-4155-4df0-9c17-606462b6cc44] actionpack (7.0.8.4) lib/action_dispatch/middleware/callbacks.rb:27:in `block in call'
2024-09-16T09:01:32.360848+00:00 app[web.1]: [24b47477-4155-4df0-9c17-606462b6cc44] activesupport (7.0.8.4) lib/active_support/callbacks.rb:99:in `run_callbacks'
2024-09-16T09:01:32.360849+00:00 app[web.1]: [24b47477-4155-4df0-9c17-606462b6cc44] actionpack (7.0.8.4) lib/action_dispatch/middleware/callbacks.rb:26:in `call'
2024-09-16T09:01:32.360849+00:00 app[web.1]: [24b47477-4155-4df0-9c17-606462b6cc44] actionpack (7.0.8.4) lib/action_dispatch/middleware/debug_exceptions.rb:28:in `call'
2024-09-16T09:01:32.360849+00:00 app[web.1]: [24b47477-4155-4df0-9c17-606462b6cc44] actionpack (7.0.8.4) lib/action_dispatch/middleware/show_exceptions.rb:29:in `call'
2024-09-16T09:01:32.360849+00:00 app[web.1]: [24b47477-4155-4df0-9c17-606462b6cc44] lograge (0.14.0) lib/lograge/rails_ext/rack/logger.rb:18:in `call_app'
2024-09-16T09:01:32.360849+00:00 app[web.1]: [24b47477-4155-4df0-9c17-606462b6cc44] railties (7.0.8.4) lib/rails/rack/logger.rb:25:in `block in call'
2024-09-16T09:01:32.360849+00:00 app[web.1]: [24b47477-4155-4df0-9c17-606462b6cc44] activesupport (7.0.8.4) lib/active_support/tagged_logging.rb:99:in `block in tagged'
2024-09-16T09:01:32.360851+00:00 app[web.1]: [24b47477-4155-4df0-9c17-606462b6cc44] activesupport (7.0.8.4) lib/active_support/tagged_logging.rb:37:in `tagged'
2024-09-16T09:01:32.360852+00:00 app[web.1]: [24b47477-4155-4df0-9c17-606462b6cc44] activesupport (7.0.8.4) lib/active_support/tagged_logging.rb:99:in `tagged'
2024-09-16T09:01:32.360852+00:00 app[web.1]: [24b47477-4155-4df0-9c17-606462b6cc44] railties (7.0.8.4) lib/rails/rack/logger.rb:25:in `call'
2024-09-16T09:01:32.360852+00:00 app[web.1]: [24b47477-4155-4df0-9c17-606462b6cc44] actionpack (7.0.8.4) lib/action_dispatch/middleware/remote_ip.rb:93:in `call'
2024-09-16T09:01:32.360852+00:00 app[web.1]: [24b47477-4155-4df0-9c17-606462b6cc44] request_store (1.5.1) lib/request_store/middleware.rb:19:in `call'
2024-09-16T09:01:32.360852+00:00 app[web.1]: [24b47477-4155-4df0-9c17-606462b6cc44] actionpack (7.0.8.4) lib/action_dispatch/middleware/request_id.rb:26:in `call'
2024-09-16T09:01:32.360852+00:00 app[web.1]: [24b47477-4155-4df0-9c17-606462b6cc44] rack (2.2.9) lib/rack/method_override.rb:24:in `call'
2024-09-16T09:01:32.360853+00:00 app[web.1]: [24b47477-4155-4df0-9c17-606462b6cc44] rails_autoscale_agent (0.12.0) lib/rails_autoscale_agent/middleware.rb:27:in `call'
2024-09-16T09:01:32.360853+00:00 app[web.1]: [24b47477-4155-4df0-9c17-606462b6cc44] activesupport (7.0.8.4) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call'
2024-09-16T09:01:32.360853+00:00 app[web.1]: [24b47477-4155-4df0-9c17-606462b6cc44] actionpack (7.0.8.4) lib/action_dispatch/middleware/executor.rb:14:in `call'
2024-09-16T09:01:32.360853+00:00 app[web.1]: [24b47477-4155-4df0-9c17-606462b6cc44] actionpack (7.0.8.4) lib/action_dispatch/middleware/static.rb:23:in `call'
2024-09-16T09:01:32.360854+00:00 app[web.1]: [24b47477-4155-4df0-9c17-606462b6cc44] rack (2.2.9) lib/rack/sendfile.rb:110:in `call'
2024-09-16T09:01:32.360854+00:00 app[web.1]: [24b47477-4155-4df0-9c17-606462b6cc44] actionpack (7.0.8.4) lib/action_dispatch/middleware/ssl.rb:77:in `call'
2024-09-16T09:01:32.360854+00:00 app[web.1]: [24b47477-4155-4df0-9c17-606462b6cc44] actionpack (7.0.8.4) lib/action_dispatch/middleware/host_authorization.rb:131:in `call'
2024-09-16T09:01:32.360854+00:00 app[web.1]: [24b47477-4155-4df0-9c17-606462b6cc44] sentry-raven (3.1.2) lib/raven/integrations/rack.rb:51:in `call'
2024-09-16T09:01:32.360854+00:00 app[web.1]: [24b47477-4155-4df0-9c17-606462b6cc44] rack-cors (1.1.1) lib/rack/cors.rb:100:in `call'
2024-09-16T09:01:32.360855+00:00 app[web.1]: [24b47477-4155-4df0-9c17-606462b6cc44] railties (7.0.8.4) lib/rails/engine.rb:530:in `call'
2024-09-16T09:01:32.360855+00:00 app[web.1]: [24b47477-4155-4df0-9c17-606462b6cc44] puma (6.4.2) lib/puma/configuration.rb:272:in `call'
2024-09-16T09:01:32.360855+00:00 app[web.1]: [24b47477-4155-4df0-9c17-606462b6cc44] puma (6.4.2) lib/puma/request.rb:100:in `block in handle_request'
2024-09-16T09:01:32.360855+00:00 app[web.1]: [24b47477-4155-4df0-9c17-606462b6cc44] puma (6.4.2) lib/puma/thread_pool.rb:378:in `with_force_shutdown'
2024-09-16T09:01:32.360856+00:00 app[web.1]: [24b47477-4155-4df0-9c17-606462b6cc44] puma (6.4.2) lib/puma/request.rb:99:in `handle_request'
2024-09-16T09:01:32.360856+00:00 app[web.1]: [24b47477-4155-4df0-9c17-606462b6cc44] puma (6.4.2) lib/puma/server.rb:464:in `process_client'
2024-09-16T09:01:32.360856+00:00 app[web.1]: [24b47477-4155-4df0-9c17-606462b6cc44] puma (6.4.2) lib/puma/server.rb:245:in `block in run'
2024-09-16T09:01:32.360856+00:00 app[web.1]: [24b47477-4155-4df0-9c17-606462b6cc44] puma (6.4.2) lib/puma/thread_pool.rb:155:in `block in spawn_thread'

Extra data

  • Device: Desktop
  • Device OS: MacOS Sonoma 14.6.1
  • Browser: Safari 17.6
  • Decidim Version: 0.29
  • Decidim installation: Metadecidim

Additional context

Maybe related to #12576

You can reproduce it locally by running the snippet below on a Rails console:

assembly = Decidim::Assembly.first
assembly.attached_uploader(:hero_image).url(host: assembly.organization.host)

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions