Giter Site home page Giter Site logo

Comments (13)

microstudi avatar microstudi commented on June 19, 2024 1

Thanks, I see the problem:
NoMethodError (undefined method maximum_attachment_size' for Decidim:Module):`

This is because some breaking changes in the last version of Decidim (0.23). I need to update the plugin to make it compatible.
I'll label this a as a bug and close it when upgrading for version 0.23.

from decidim-module-navigation_maps.

microstudi avatar microstudi commented on June 19, 2024 1

Sorry, I've published a file with a development command. It is fixed now, try this:

gem "decidim-navigation_maps", "~> 1.1.1"

Remember to update migrations:

bundle
bundle exec rails decidim_navigation_maps:install:migrations
bundle exec rails db:migrate

If this solves the issue, please close it, thanks for reporting!

from decidim-module-navigation_maps.

microstudi avatar microstudi commented on June 19, 2024

Hi, did you install and run migrations from the plugin?
also, can you provide the error trace related to the error?

from decidim-module-navigation_maps.

MohammedSalahadin avatar MohammedSalahadin commented on June 19, 2024

Hi @microstudi yes I run the migrations:

bundle
bundle exec rails decidim_navigation_maps:install:migrations
bundle exec rails db:migrate

I have no idea how can I get the error trace, let me know how to get it!

from decidim-module-navigation_maps.

microstudi avatar microstudi commented on June 19, 2024

tray with to have this opened in a console:
tail -f log/production.log
and then run the error, collect all the error messages that appear

from decidim-module-navigation_maps.

MohammedSalahadin avatar MohammedSalahadin commented on June 19, 2024

@microstudi
I have tried that, here is the log after pressing update button

I, [2021-01-04T13:21:49.477451 #271282]  INFO -- : [05a7d6ee-bb1b-40ab-ba33-db10de439c33] Started POST "/admin/navigation_maps/blueprints" for 188.72.15.63 at 2021-01-04 13:21:49 +0100
D, [2021-01-04T13:21:49.478913 #271282] DEBUG -- : [05a7d6ee-bb1b-40ab-ba33-db10de439c33]   Decidim::Organization Load (0.4ms)  SELECT  "decidim_organizations".* FROM "decidim_organizations" WHERE "decidim_organizations"."host" = $1 LIMIT $2  [["host", "www.badragaz-taminatal.ch"], ["LIMIT", 1]]
D, [2021-01-04T13:21:49.483603 #271282] DEBUG -- : [05a7d6ee-bb1b-40ab-ba33-db10de439c33]   Decidim::User Load (0.7ms)  SELECT  "decidim_users".* FROM "decidim_users" WHERE "decidim_users"."type" IN ('Decidim::User') AND "decidim_users"."id" = $1 ORDER BY "decidim_users"."id" ASC LIMIT $2  [["id", 1], ["LIMIT", 1]]
D, [2021-01-04T13:21:49.484942 #271282] DEBUG -- : [05a7d6ee-bb1b-40ab-ba33-db10de439c33]   CACHE Decidim::User Load (0.0ms)  SELECT  "decidim_users".* FROM "decidim_users" WHERE "decidim_users"."type" IN ('Decidim::User') AND "decidim_users"."id" = $1 ORDER BY "decidim_users"."id" ASC LIMIT $2  [["id", 1], ["LIMIT", 1]]
D, [2021-01-04T13:21:49.486411 #271282] DEBUG -- : [05a7d6ee-bb1b-40ab-ba33-db10de439c33]   Decidim::Organization Load (0.5ms)  SELECT  "decidim_organizations".* FROM "decidim_organizations" WHERE "decidim_organizations"."id" = $1 LIMIT $2  [["id", 1], ["LIMIT", 1]]
I, [2021-01-04T13:21:49.488766 #271282]  INFO -- : [05a7d6ee-bb1b-40ab-ba33-db10de439c33] Processing by Decidim::NavigationMaps::Admin::BlueprintsController#create as */*
I, [2021-01-04T13:21:49.488900 #271282]  INFO -- : [05a7d6ee-bb1b-40ab-ba33-db10de439c33]   Parameters: {"utf8"=>"✓", "authenticity_token"=>"QYUApZNHymvwcFLXahuE9mXiFnVPwFFN4iG77ukTIGUuST7clwq4jjn9RseJHava/GI6wECJFeDKWe0VC03bJQ==", "content_block"=>{"settings"=>{"title_en"=>"site map", "title_de"=>"", "title_fr"=>"", "title_it"=>""}}, "blueprints"=>{"_"=>{"title_en"=>"map", "title_de"=>"", "title_fr"=>"", "title_it"=>"", "image"=>#<ActionDispatch::Http::UploadedFile:0x000055a41fd0dd60 @tempfile=#<Tempfile:/tmp/RackMultipart20210104-271282-1o6ztkg.jpg>, @original_filename="badragaz.jpg", @content_type="image/jpeg", @headers="Content-Disposition: form-data; name=\"blueprints[_][image]\"; filename=\"badragaz.jpg\"\r\nContent-Type: image/jpeg\r\n">, "id"=>"", "blueprint"=>"{}"}}}
D, [2021-01-04T13:21:49.490162 #271282] DEBUG -- : [05a7d6ee-bb1b-40ab-ba33-db10de439c33]   CACHE Decidim::Organization Load (0.0ms)  SELECT  "decidim_organizations".* FROM "decidim_organizations" WHERE "decidim_organizations"."id" = $1 LIMIT $2  [["id", 1], ["LIMIT", 1]]
D, [2021-01-04T13:21:49.492367 #271282] DEBUG -- : [05a7d6ee-bb1b-40ab-ba33-db10de439c33]   Decidim::ContentBlock Load (0.5ms)  SELECT  "decidim_content_blocks".* FROM "decidim_content_blocks" WHERE "decidim_content_blocks"."decidim_organization_id" = $1 AND "decidim_content_blocks"."scope_name" = $2 AND "decidim_content_blocks"."manifest_name" = $3 ORDER BY "decidim_content_blocks"."weight" ASC LIMIT $4  [["decidim_organization_id", 1], ["scope_name", "homepage"], ["manifest_name", "navigation_map"], ["LIMIT", 1]]
D, [2021-01-04T13:21:49.493035 #271282] DEBUG -- : [05a7d6ee-bb1b-40ab-ba33-db10de439c33]    (0.2ms)  BEGIN
D, [2021-01-04T13:21:49.494289 #271282] DEBUG -- : [05a7d6ee-bb1b-40ab-ba33-db10de439c33]   CACHE Decidim::Organization Load (0.0ms)  SELECT  "decidim_organizations".* FROM "decidim_organizations" WHERE "decidim_organizations"."id" = $1 LIMIT $2  [["id", 1], ["LIMIT", 1]]
D, [2021-01-04T13:21:49.512191 #271282] DEBUG -- : [05a7d6ee-bb1b-40ab-ba33-db10de439c33]    (0.3ms)  COMMIT
D, [2021-01-04T13:21:49.515767 #271282] DEBUG -- : [05a7d6ee-bb1b-40ab-ba33-db10de439c33]   Decidim::NavigationMaps::Blueprint Load (0.3ms)  SELECT  "decidim_navigation_maps_blueprints".* FROM "decidim_navigation_maps_blueprints" WHERE "decidim_navigation_maps_blueprints"."id" = $1 LIMIT $2  [["id", nil], ["LIMIT", 1]]
D, [2021-01-04T13:21:49.748972 #271282] DEBUG -- : [05a7d6ee-bb1b-40ab-ba33-db10de439c33]    (0.3ms)  BEGIN
D, [2021-01-04T13:21:49.750013 #271282] DEBUG -- : [05a7d6ee-bb1b-40ab-ba33-db10de439c33]    (0.2ms)  ROLLBACK
I, [2021-01-04T13:21:49.757129 #271282]  INFO -- : [05a7d6ee-bb1b-40ab-ba33-db10de439c33] Completed 500 Internal Server Error in 268ms (ActiveRecord: 3.2ms)
F, [2021-01-04T13:21:49.759043 #271282] FATAL -- : [05a7d6ee-bb1b-40ab-ba33-db10de439c33]
F, [2021-01-04T13:21:49.759114 #271282] FATAL -- : [05a7d6ee-bb1b-40ab-ba33-db10de439c33] NoMethodError (undefined method `maximum_attachment_size' for Decidim:Module):
F, [2021-01-04T13:21:49.759148 #271282] FATAL -- : [05a7d6ee-bb1b-40ab-ba33-db10de439c33]
F, [2021-01-04T13:21:49.759201 #271282] FATAL -- : [05a7d6ee-bb1b-40ab-ba33-db10de439c33] /home/decidim/.rbenv/versions/2.6.3/lib/ruby/gems/2.6.0/bundler/gems/decidim-module-navigation_maps-d816e695300a/app/models/decidim/navigation_maps/blueprint.rb:17:in `block in <class:Blueprint>'
[05a7d6ee-bb1b-40ab-ba33-db10de439c33] file_validators (2.3.0) lib/file_validators/validators/file_size_validator.rb:19:in `block in validate_each'
[05a7d6ee-bb1b-40ab-ba33-db10de439c33] file_validators (2.3.0) lib/file_validators/validators/file_size_validator.rb:18:in `each'
[05a7d6ee-bb1b-40ab-ba33-db10de439c33] file_validators (2.3.0) lib/file_validators/validators/file_size_validator.rb:18:in `validate_each'
[05a7d6ee-bb1b-40ab-ba33-db10de439c33] activemodel (5.2.4.4) lib/active_model/validator.rb:152:in `block in validate'
[05a7d6ee-bb1b-40ab-ba33-db10de439c33] activemodel (5.2.4.4) lib/active_model/validator.rb:149:in `each'
[05a7d6ee-bb1b-40ab-ba33-db10de439c33] activemodel (5.2.4.4) lib/active_model/validator.rb:149:in `validate'
[05a7d6ee-bb1b-40ab-ba33-db10de439c33] activesupport (5.2.4.4) lib/active_support/callbacks.rb:426:in `block in make_lambda'
[05a7d6ee-bb1b-40ab-ba33-db10de439c33] activesupport (5.2.4.4) lib/active_support/callbacks.rb:198:in `block (2 levels) in halting'
[05a7d6ee-bb1b-40ab-ba33-db10de439c33] activesupport (5.2.4.4) lib/active_support/callbacks.rb:606:in `block (2 levels) in default_terminator'
[05a7d6ee-bb1b-40ab-ba33-db10de439c33] activesupport (5.2.4.4) lib/active_support/callbacks.rb:605:in `catch'
[05a7d6ee-bb1b-40ab-ba33-db10de439c33] activesupport (5.2.4.4) lib/active_support/callbacks.rb:605:in `block in default_terminator'
[05a7d6ee-bb1b-40ab-ba33-db10de439c33] activesupport (5.2.4.4) lib/active_support/callbacks.rb:199:in `block in halting'
[05a7d6ee-bb1b-40ab-ba33-db10de439c33] activesupport (5.2.4.4) lib/active_support/callbacks.rb:513:in `block in invoke_before'
[05a7d6ee-bb1b-40ab-ba33-db10de439c33] activesupport (5.2.4.4) lib/active_support/callbacks.rb:513:in `each'
[05a7d6ee-bb1b-40ab-ba33-db10de439c33] activesupport (5.2.4.4) lib/active_support/callbacks.rb:513:in `invoke_before'
[05a7d6ee-bb1b-40ab-ba33-db10de439c33] activesupport (5.2.4.4) lib/active_support/callbacks.rb:131:in `run_callbacks'
[05a7d6ee-bb1b-40ab-ba33-db10de439c33] activesupport (5.2.4.4) lib/active_support/callbacks.rb:816:in `_run_validate_callbacks'
[05a7d6ee-bb1b-40ab-ba33-db10de439c33] activemodel (5.2.4.4) lib/active_model/validations.rb:409:in `run_validations!'
[05a7d6ee-bb1b-40ab-ba33-db10de439c33] activemodel (5.2.4.4) lib/active_model/validations/callbacks.rb:118:in `block in run_validations!'
[05a7d6ee-bb1b-40ab-ba33-db10de439c33] activesupport (5.2.4.4) lib/active_support/callbacks.rb:132:in `run_callbacks'
[05a7d6ee-bb1b-40ab-ba33-db10de439c33] activesupport (5.2.4.4) lib/active_support/callbacks.rb:816:in `_run_validation_callbacks'
[05a7d6ee-bb1b-40ab-ba33-db10de439c33] activemodel (5.2.4.4) lib/active_model/validations/callbacks.rb:118:in `run_validations!'
[05a7d6ee-bb1b-40ab-ba33-db10de439c33] activemodel (5.2.4.4) lib/active_model/validations.rb:339:in `valid?'
[05a7d6ee-bb1b-40ab-ba33-db10de439c33] activerecord (5.2.4.4) lib/active_record/validations.rb:67:in `valid?'
[05a7d6ee-bb1b-40ab-ba33-db10de439c33] activerecord (5.2.4.4) lib/active_record/validations.rb:84:in `perform_validations'
[05a7d6ee-bb1b-40ab-ba33-db10de439c33] activerecord (5.2.4.4) lib/active_record/validations.rb:52:in `save!'
[05a7d6ee-bb1b-40ab-ba33-db10de439c33] activerecord (5.2.4.4) lib/active_record/transactions.rb:315:in `block in save!'
[05a7d6ee-bb1b-40ab-ba33-db10de439c33] activerecord (5.2.4.4) lib/active_record/transactions.rb:387:in `block in with_transaction_returning_status'
[05a7d6ee-bb1b-40ab-ba33-db10de439c33] activerecord (5.2.4.4) lib/active_record/connection_adapters/abstract/database_statements.rb:267:in `block in transaction'
[05a7d6ee-bb1b-40ab-ba33-db10de439c33] activerecord (5.2.4.4) lib/active_record/connection_adapters/abstract/transaction.rb:239:in `block in within_new_transaction'
[05a7d6ee-bb1b-40ab-ba33-db10de439c33] /home/decidim/.rbenv/versions/2.6.3/lib/ruby/2.6.0/monitor.rb:230:in `mon_synchronize'
[05a7d6ee-bb1b-40ab-ba33-db10de439c33] activerecord (5.2.4.4) lib/active_record/connection_adapters/abstract/transaction.rb:236:in `within_new_transaction'
[05a7d6ee-bb1b-40ab-ba33-db10de439c33] activerecord (5.2.4.4) lib/active_record/connection_adapters/abstract/database_statements.rb:267:in `transaction'
[05a7d6ee-bb1b-40ab-ba33-db10de439c33] activerecord (5.2.4.4) lib/active_record/transactions.rb:212:in `transaction'
[05a7d6ee-bb1b-40ab-ba33-db10de439c33] activerecord (5.2.4.4) lib/active_record/transactions.rb:385:in `with_transaction_returning_status'
[05a7d6ee-bb1b-40ab-ba33-db10de439c33] activerecord (5.2.4.4) lib/active_record/transactions.rb:315:in `save!'
[05a7d6ee-bb1b-40ab-ba33-db10de439c33] activerecord (5.2.4.4) lib/active_record/suppressor.rb:48:in `save!'
[05a7d6ee-bb1b-40ab-ba33-db10de439c33] /home/decidim/.rbenv/versions/2.6.3/lib/ruby/gems/2.6.0/bundler/gems/decidim-module-navigation_maps-d816e695300a/app/commands/decidim/navigation_maps/save_blueprints.rb:52:in `update_blueprint!'
[05a7d6ee-bb1b-40ab-ba33-db10de439c33] /home/decidim/.rbenv/versions/2.6.3/lib/ruby/gems/2.6.0/bundler/gems/decidim-module-navigation_maps-d816e695300a/app/commands/decidim/navigation_maps/save_blueprints.rb:31:in `block in call'
[05a7d6ee-bb1b-40ab-ba33-db10de439c33] /home/decidim/.rbenv/versions/2.6.3/lib/ruby/gems/2.6.0/bundler/gems/decidim-module-navigation_maps-d816e695300a/app/commands/decidim/navigation_maps/save_blueprints.rb:22:in `each'
[05a7d6ee-bb1b-40ab-ba33-db10de439c33] /home/decidim/.rbenv/versions/2.6.3/lib/ruby/gems/2.6.0/bundler/gems/decidim-module-navigation_maps-d816e695300a/app/commands/decidim/navigation_maps/save_blueprints.rb:22:in `call'
[05a7d6ee-bb1b-40ab-ba33-db10de439c33] rectify (0.13.0) lib/rectify/command.rb:30:in `call'
[05a7d6ee-bb1b-40ab-ba33-db10de439c33] /home/decidim/.rbenv/versions/2.6.3/lib/ruby/gems/2.6.0/bundler/gems/decidim-module-navigation_maps-d816e695300a/app/controllers/decidim/navigation_maps/admin/blueprints_controller.rb:23:in `create'
[05a7d6ee-bb1b-40ab-ba33-db10de439c33] actionpack (5.2.4.4) lib/action_controller/metal/basic_implicit_render.rb:6:in `send_action'
[05a7d6ee-bb1b-40ab-ba33-db10de439c33] actionpack (5.2.4.4) lib/abstract_controller/base.rb:194:in `process_action'
[05a7d6ee-bb1b-40ab-ba33-db10de439c33] actionpack (5.2.4.4) lib/action_controller/metal/rendering.rb:30:in `process_action'
[05a7d6ee-bb1b-40ab-ba33-db10de439c33] actionpack (5.2.4.4) lib/abstract_controller/callbacks.rb:42:in `block in process_action'
[05a7d6ee-bb1b-40ab-ba33-db10de439c33] activesupport (5.2.4.4) lib/active_support/callbacks.rb:109:in `block in run_callbacks'
[05a7d6ee-bb1b-40ab-ba33-db10de439c33] activesupport (5.2.4.4) lib/active_support/core_ext/time/zones.rb:66:in `use_zone'
[05a7d6ee-bb1b-40ab-ba33-db10de439c33] decidim-core (0.23.1) app/controllers/concerns/decidim/use_organization_time_zone.rb:21:in `use_organization_time_zone'
[05a7d6ee-bb1b-40ab-ba33-db10de439c33] activesupport (5.2.4.4) lib/active_support/callbacks.rb:118:in `block in run_callbacks'
[05a7d6ee-bb1b-40ab-ba33-db10de439c33] i18n (1.8.5) lib/i18n.rb:313:in `with_locale'
[05a7d6ee-bb1b-40ab-ba33-db10de439c33] decidim-core (0.23.1) app/controllers/concerns/decidim/locale_switcher.rb:24:in `switch_locale'
[05a7d6ee-bb1b-40ab-ba33-db10de439c33] activesupport (5.2.4.4) lib/active_support/callbacks.rb:118:in `block in run_callbacks'
[05a7d6ee-bb1b-40ab-ba33-db10de439c33] activesupport (5.2.4.4) lib/active_support/callbacks.rb:136:in `run_callbacks'
[05a7d6ee-bb1b-40ab-ba33-db10de439c33] actionpack (5.2.4.4) lib/abstract_controller/callbacks.rb:41:in `process_action'
[05a7d6ee-bb1b-40ab-ba33-db10de439c33] actionpack (5.2.4.4) lib/action_controller/metal/rescue.rb:22:in `process_action'
[05a7d6ee-bb1b-40ab-ba33-db10de439c33] actionpack (5.2.4.4) lib/action_controller/metal/instrumentation.rb:34:in `block in process_action'
[05a7d6ee-bb1b-40ab-ba33-db10de439c33] activesupport (5.2.4.4) lib/active_support/notifications.rb:168:in `block in instrument'
[05a7d6ee-bb1b-40ab-ba33-db10de439c33] activesupport (5.2.4.4) lib/active_support/notifications/instrumenter.rb:23:in `instrument'
[05a7d6ee-bb1b-40ab-ba33-db10de439c33] activesupport (5.2.4.4) lib/active_support/notifications.rb:168:in `instrument'
[05a7d6ee-bb1b-40ab-ba33-db10de439c33] actionpack (5.2.4.4) lib/action_controller/metal/instrumentation.rb:32:in `process_action'
[05a7d6ee-bb1b-40ab-ba33-db10de439c33] actionpack (5.2.4.4) lib/action_controller/metal/params_wrapper.rb:256:in `process_action'
[05a7d6ee-bb1b-40ab-ba33-db10de439c33] activerecord (5.2.4.4) lib/active_record/railties/controller_runtime.rb:24:in `process_action'
[05a7d6ee-bb1b-40ab-ba33-db10de439c33] actionpack (5.2.4.4) lib/abstract_controller/base.rb:134:in `process'
[05a7d6ee-bb1b-40ab-ba33-db10de439c33] actionview (5.2.4.4) lib/action_view/rendering.rb:32:in `process'
[05a7d6ee-bb1b-40ab-ba33-db10de439c33] actionpack (5.2.4.4) lib/action_controller/metal.rb:191:in `dispatch'
[05a7d6ee-bb1b-40ab-ba33-db10de439c33] actionpack (5.2.4.4) lib/action_controller/metal.rb:252:in `dispatch'
[05a7d6ee-bb1b-40ab-ba33-db10de439c33] actionpack (5.2.4.4) lib/action_dispatch/routing/route_set.rb:52:in `dispatch'
[05a7d6ee-bb1b-40ab-ba33-db10de439c33] actionpack (5.2.4.4) lib/action_dispatch/routing/route_set.rb:34:in `serve'
[05a7d6ee-bb1b-40ab-ba33-db10de439c33] actionpack (5.2.4.4) lib/action_dispatch/journey/router.rb:52:in `block in serve'
[05a7d6ee-bb1b-40ab-ba33-db10de439c33] actionpack (5.2.4.4) lib/action_dispatch/journey/router.rb:35:in `each'
[05a7d6ee-bb1b-40ab-ba33-db10de439c33] actionpack (5.2.4.4) lib/action_dispatch/journey/router.rb:35:in `serve'
[05a7d6ee-bb1b-40ab-ba33-db10de439c33] actionpack (5.2.4.4) lib/action_dispatch/routing/route_set.rb:840:in `call'
[05a7d6ee-bb1b-40ab-ba33-db10de439c33] railties (5.2.4.4) lib/rails/engine.rb:524:in `call'
[05a7d6ee-bb1b-40ab-ba33-db10de439c33] railties (5.2.4.4) lib/rails/railtie.rb:190:in `public_send'
[05a7d6ee-bb1b-40ab-ba33-db10de439c33] railties (5.2.4.4) lib/rails/railtie.rb:190:in `method_missing'
[05a7d6ee-bb1b-40ab-ba33-db10de439c33] actionpack (5.2.4.4) lib/action_dispatch/routing/mapper.rb:19:in `block in <class:Constraints>'
[05a7d6ee-bb1b-40ab-ba33-db10de439c33] actionpack (5.2.4.4) lib/action_dispatch/routing/mapper.rb:48:in `serve'
[05a7d6ee-bb1b-40ab-ba33-db10de439c33] actionpack (5.2.4.4) lib/action_dispatch/journey/router.rb:52:in `block in serve'
[05a7d6ee-bb1b-40ab-ba33-db10de439c33] actionpack (5.2.4.4) lib/action_dispatch/journey/router.rb:35:in `each'
[05a7d6ee-bb1b-40ab-ba33-db10de439c33] actionpack (5.2.4.4) lib/action_dispatch/journey/router.rb:35:in `serve'
[05a7d6ee-bb1b-40ab-ba33-db10de439c33] actionpack (5.2.4.4) lib/action_dispatch/routing/route_set.rb:840:in `call'
[05a7d6ee-bb1b-40ab-ba33-db10de439c33] railties (5.2.4.4) lib/rails/engine.rb:524:in `call'
[05a7d6ee-bb1b-40ab-ba33-db10de439c33] railties (5.2.4.4) lib/rails/railtie.rb:190:in `public_send'
[05a7d6ee-bb1b-40ab-ba33-db10de439c33] railties (5.2.4.4) lib/rails/railtie.rb:190:in `method_missing'
[05a7d6ee-bb1b-40ab-ba33-db10de439c33] actionpack (5.2.4.4) lib/action_dispatch/routing/mapper.rb:19:in `block in <class:Constraints>'
[05a7d6ee-bb1b-40ab-ba33-db10de439c33] actionpack (5.2.4.4) lib/action_dispatch/routing/mapper.rb:48:in `serve'
[05a7d6ee-bb1b-40ab-ba33-db10de439c33] actionpack (5.2.4.4) lib/action_dispatch/journey/router.rb:52:in `block in serve'
[05a7d6ee-bb1b-40ab-ba33-db10de439c33] actionpack (5.2.4.4) lib/action_dispatch/journey/router.rb:35:in `each'
[05a7d6ee-bb1b-40ab-ba33-db10de439c33] actionpack (5.2.4.4) lib/action_dispatch/journey/router.rb:35:in `serve'
[05a7d6ee-bb1b-40ab-ba33-db10de439c33] actionpack (5.2.4.4) lib/action_dispatch/routing/route_set.rb:840:in `call'
[05a7d6ee-bb1b-40ab-ba33-db10de439c33] batch-loader (1.5.0) lib/batch_loader/middleware.rb:11:in `call'
[05a7d6ee-bb1b-40ab-ba33-db10de439c33] rack-attack (6.3.1) lib/rack/attack.rb:111:in `call'
[05a7d6ee-bb1b-40ab-ba33-db10de439c33] omniauth (1.9.1) lib/omniauth/strategy.rb:192:in `call!'
[05a7d6ee-bb1b-40ab-ba33-db10de439c33] omniauth (1.9.1) lib/omniauth/strategy.rb:169:in `call'
[05a7d6ee-bb1b-40ab-ba33-db10de439c33] omniauth (1.9.1) lib/omniauth/strategy.rb:192:in `call!'
[05a7d6ee-bb1b-40ab-ba33-db10de439c33] omniauth (1.9.1) lib/omniauth/strategy.rb:169:in `call'
[05a7d6ee-bb1b-40ab-ba33-db10de439c33] omniauth (1.9.1) lib/omniauth/strategy.rb:192:in `call!'
[05a7d6ee-bb1b-40ab-ba33-db10de439c33] omniauth (1.9.1) lib/omniauth/strategy.rb:169:in `call'
[05a7d6ee-bb1b-40ab-ba33-db10de439c33] omniauth (1.9.1) lib/omniauth/builder.rb:45:in `call'
[05a7d6ee-bb1b-40ab-ba33-db10de439c33] warden (1.2.9) lib/warden/manager.rb:36:in `block in call'
[05a7d6ee-bb1b-40ab-ba33-db10de439c33] warden (1.2.9) lib/warden/manager.rb:34:in `catch'
[05a7d6ee-bb1b-40ab-ba33-db10de439c33] warden (1.2.9) lib/warden/manager.rb:34:in `call'
[05a7d6ee-bb1b-40ab-ba33-db10de439c33] decidim-core (0.23.1) app/middleware/decidim/strip_x_forwarded_host.rb:11:in `call'
[05a7d6ee-bb1b-40ab-ba33-db10de439c33] decidim-core (0.23.1) app/middleware/decidim/current_organization.rb:21:in `call'
[05a7d6ee-bb1b-40ab-ba33-db10de439c33] rack (2.2.3) lib/rack/tempfile_reaper.rb:15:in `call'
[05a7d6ee-bb1b-40ab-ba33-db10de439c33] rack (2.2.3) lib/rack/etag.rb:27:in `call'
[05a7d6ee-bb1b-40ab-ba33-db10de439c33] rack (2.2.3) lib/rack/conditional_get.rb:40:in `call'
[05a7d6ee-bb1b-40ab-ba33-db10de439c33] rack (2.2.3) lib/rack/head.rb:12:in `call'
[05a7d6ee-bb1b-40ab-ba33-db10de439c33] actionpack (5.2.4.4) lib/action_dispatch/http/content_security_policy.rb:18:in `call'
[05a7d6ee-bb1b-40ab-ba33-db10de439c33] rack (2.2.3) lib/rack/session/abstract/id.rb:266:in `context'
[05a7d6ee-bb1b-40ab-ba33-db10de439c33] rack (2.2.3) lib/rack/session/abstract/id.rb:260:in `call'
[05a7d6ee-bb1b-40ab-ba33-db10de439c33] actionpack (5.2.4.4) lib/action_dispatch/middleware/cookies.rb:670:in `call'
[05a7d6ee-bb1b-40ab-ba33-db10de439c33] actionpack (5.2.4.4) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
[05a7d6ee-bb1b-40ab-ba33-db10de439c33] activesupport (5.2.4.4) lib/active_support/callbacks.rb:98:in `run_callbacks'
[05a7d6ee-bb1b-40ab-ba33-db10de439c33] actionpack (5.2.4.4) lib/action_dispatch/middleware/callbacks.rb:26:in `call'
[05a7d6ee-bb1b-40ab-ba33-db10de439c33] actionpack (5.2.4.4) lib/action_dispatch/middleware/debug_exceptions.rb:61:in `call'
[05a7d6ee-bb1b-40ab-ba33-db10de439c33] actionpack (5.2.4.4) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call'
[05a7d6ee-bb1b-40ab-ba33-db10de439c33] railties (5.2.4.4) lib/rails/rack/logger.rb:38:in `call_app'
[05a7d6ee-bb1b-40ab-ba33-db10de439c33] railties (5.2.4.4) lib/rails/rack/logger.rb:26:in `block in call'
[05a7d6ee-bb1b-40ab-ba33-db10de439c33] activesupport (5.2.4.4) lib/active_support/tagged_logging.rb:71:in `block in tagged'
[05a7d6ee-bb1b-40ab-ba33-db10de439c33] activesupport (5.2.4.4) lib/active_support/tagged_logging.rb:28:in `tagged'
[05a7d6ee-bb1b-40ab-ba33-db10de439c33] activesupport (5.2.4.4) lib/active_support/tagged_logging.rb:71:in `tagged'
[05a7d6ee-bb1b-40ab-ba33-db10de439c33] railties (5.2.4.4) lib/rails/rack/logger.rb:26:in `call'
[05a7d6ee-bb1b-40ab-ba33-db10de439c33] actionpack (5.2.4.4) lib/action_dispatch/middleware/remote_ip.rb:81:in `call'
[05a7d6ee-bb1b-40ab-ba33-db10de439c33] request_store (1.5.0) lib/request_store/middleware.rb:19:in `call'
[05a7d6ee-bb1b-40ab-ba33-db10de439c33] actionpack (5.2.4.4) lib/action_dispatch/middleware/request_id.rb:27:in `call'
[05a7d6ee-bb1b-40ab-ba33-db10de439c33] rack (2.2.3) lib/rack/method_override.rb:24:in `call'
[05a7d6ee-bb1b-40ab-ba33-db10de439c33] activesupport (5.2.4.4) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call'
[05a7d6ee-bb1b-40ab-ba33-db10de439c33] actionpack (5.2.4.4) lib/action_dispatch/middleware/executor.rb:14:in `call'
[05a7d6ee-bb1b-40ab-ba33-db10de439c33] rack (2.2.3) lib/rack/sendfile.rb:110:in `call'
[05a7d6ee-bb1b-40ab-ba33-db10de439c33] actionpack (5.2.4.4) lib/action_dispatch/middleware/ssl.rb:74:in `call'
[05a7d6ee-bb1b-40ab-ba33-db10de439c33] rack-cors (1.1.1) lib/rack/cors.rb:100:in `call'
[05a7d6ee-bb1b-40ab-ba33-db10de439c33] railties (5.2.4.4) lib/rails/engine.rb:524:in `call'
[05a7d6ee-bb1b-40ab-ba33-db10de439c33] /usr/lib/ruby/vendor_ruby/phusion_passenger/rack/thread_handler_extension.rb:107:in `process_request'
[05a7d6ee-bb1b-40ab-ba33-db10de439c33] /usr/lib/ruby/vendor_ruby/phusion_passenger/request_handler/thread_handler.rb:157:in `accept_and_process_next_request'
[05a7d6ee-bb1b-40ab-ba33-db10de439c33] /usr/lib/ruby/vendor_ruby/phusion_passenger/request_handler/thread_handler.rb:110:in `main_loop'
[05a7d6ee-bb1b-40ab-ba33-db10de439c33] /usr/lib/ruby/vendor_ruby/phusion_passenger/request_handler.rb:416:in `block (3 levels) in start_threads'
[05a7d6ee-bb1b-40ab-ba33-db10de439c33] /usr/lib/ruby/vendor_ruby/phusion_passenger/utils.rb:113:in `block in create_thread_and_abort_on_exception'
I, [2021-01-04T13:21:49.760952 #271282]  INFO -- : [05a7d6ee-bb1b-40ab-ba33-db10de439c33] Processing by Decidim::ErrorsController#internal_server_error as */*
I, [2021-01-04T13:21:49.761083 #271282]  INFO -- : [05a7d6ee-bb1b-40ab-ba33-db10de439c33]   Parameters: {"utf8"=>"✓", "authenticity_token"=>"QYUApZNHymvwcFLXahuE9mXiFnVPwFFN4iG77ukTIGUuST7clwq4jjn9RseJHava/GI6wECJFeDKWe0VC03bJQ==", "content_block"=>{"settings"=>{"title_en"=>"site map", "title_de"=>"", "title_fr"=>"", "title_it"=>""}}, "blueprints"=>{"_"=>{"title_en"=>"map", "title_de"=>"", "title_fr"=>"", "title_it"=>"", "image"=>#<ActionDispatch::Http::UploadedFile:0x000055a41fd0dd60 @tempfile=#<Tempfile:/tmp/RackMultipart20210104-271282-1o6ztkg.jpg>, @original_filename="badragaz.jpg", @content_type="image/jpeg", @headers="Content-Disposition: form-data; name=\"blueprints[_][image]\"; filename=\"badragaz.jpg\"\r\nContent-Type: image/jpeg\r\n">, "id"=>"", "blueprint"=>"{}"}}}
D, [2021-01-04T13:21:49.762915 #271282] DEBUG -- : [05a7d6ee-bb1b-40ab-ba33-db10de439c33]   Decidim::ImpersonationLog Load (0.5ms)  SELECT  "decidim_impersonation_logs".* FROM "decidim_impersonation_logs" WHERE "decidim_impersonation_logs"."decidim_admin_id" = $1 AND "decidim_impersonation_logs"."ended_at" IS NULL AND "decidim_impersonation_logs"."expired_at" IS NULL ORDER BY "decidim_impersonation_logs"."id" ASC LIMIT $2  [["decidim_admin_id", 1], ["LIMIT", 1]]
D, [2021-01-04T13:21:49.764234 #271282] DEBUG -- : [05a7d6ee-bb1b-40ab-ba33-db10de439c33]   Decidim::ImpersonationLog Load (0.4ms)  SELECT  "decidim_impersonation_logs".* FROM "decidim_impersonation_logs" WHERE "decidim_impersonation_logs"."decidim_admin_id" = $1 AND "decidim_impersonation_logs"."ended_at" IS NULL AND "decidim_impersonation_logs"."expired_at" IS NOT NULL ORDER BY "decidim_impersonation_logs"."id" ASC LIMIT $2  [["decidim_admin_id", 1], ["LIMIT", 1]]
I, [2021-01-04T13:21:49.867905 #271282]  INFO -- : [05a7d6ee-bb1b-40ab-ba33-db10de439c33]   Rendering /home/decidim/.rbenv/versions/2.6.3/lib/ruby/gems/2.6.0/gems/decidim-core-0.23.1/app/views/decidim/errors/internal_server_error.html.erb within layouts/decidim/application
I, [2021-01-04T13:21:49.868939 #271282]  INFO -- : [05a7d6ee-bb1b-40ab-ba33-db10de439c33]   Rendered /home/decidim/.rbenv/versions/2.6.3/lib/ruby/gems/2.6.0/gems/decidim-core-0.23.1/app/views/decidim/errors/internal_server_error.html.erb within layouts/decidim/application (0.9ms)
D, [2021-01-04T13:21:49.969805 #271282] DEBUG -- : [05a7d6ee-bb1b-40ab-ba33-db10de439c33]   Decidim::ContentBlock Load (0.6ms)  SELECT  "decidim_content_blocks".* FROM "decidim_content_blocks" WHERE "decidim_content_blocks"."published_at" IS NOT NULL AND "decidim_content_blocks"."decidim_organization_id" = $1 AND "decidim_content_blocks"."scope_name" = $2 AND "decidim_content_blocks"."manifest_name" = $3 LIMIT $4  [["decidim_organization_id", 1], ["scope_name", "homepage"], ["manifest_name", "hero"], ["LIMIT", 1]]
I, [2021-01-04T13:21:50.186394 #271282]  INFO -- : [05a7d6ee-bb1b-40ab-ba33-db10de439c33]   Rendered /home/decidim/.rbenv/versions/2.6.3/lib/ruby/gems/2.6.0/gems/decidim-core-0.23.1/app/views/layouts/decidim/_organization_colors.html.erb (0.8ms)
I, [2021-01-04T13:21:50.284434 #271282]  INFO -- : [05a7d6ee-bb1b-40ab-ba33-db10de439c33]   Rendered /home/decidim/.rbenv/versions/2.6.3/lib/ruby/gems/2.6.0/gems/decidim-core-0.23.1/app/views/layouts/decidim/_head_extra.html.erb (0.7ms)
I, [2021-01-04T13:21:50.284689 #271282]  INFO -- : [05a7d6ee-bb1b-40ab-ba33-db10de439c33]   Rendered /home/decidim/.rbenv/versions/2.6.3/lib/ruby/gems/2.6.0/gems/decidim-core-0.23.1/app/views/layouts/decidim/_head.html.erb (210.5ms)
D, [2021-01-04T13:21:50.397401 #271282] DEBUG -- : [05a7d6ee-bb1b-40ab-ba33-db10de439c33]   CACHE Decidim::ImpersonationLog Load (0.0ms)  SELECT  "decidim_impersonation_logs".* FROM "decidim_impersonation_logs" WHERE "decidim_impersonation_logs"."decidim_admin_id" = $1 AND "decidim_impersonation_logs"."ended_at" IS NULL AND "decidim_impersonation_logs"."expired_at" IS NULL ORDER BY "decidim_impersonation_logs"."id" ASC LIMIT $2  [["decidim_admin_id", 1], ["LIMIT", 1]]
I, [2021-01-04T13:21:50.397628 #271282]  INFO -- : [05a7d6ee-bb1b-40ab-ba33-db10de439c33]   Rendered /home/decidim/.rbenv/versions/2.6.3/lib/ruby/gems/2.6.0/gems/decidim-core-0.23.1/app/views/layouts/decidim/_impersonation_warning.html.erb (2.1ms)
I, [2021-01-04T13:21:50.498903 #271282]  INFO -- : [05a7d6ee-bb1b-40ab-ba33-db10de439c33]   Rendered /home/decidim/.rbenv/versions/2.6.3/lib/ruby/gems/2.6.0/gems/decidim-core-0.23.1/app/views/layouts/decidim/_cookie_warning.html.erb (0.9ms)
I, [2021-01-04T13:21:50.604754 #271282]  INFO -- : [05a7d6ee-bb1b-40ab-ba33-db10de439c33]   Rendered /home/decidim/.rbenv/versions/2.6.3/lib/ruby/gems/2.6.0/gems/decidim-core-0.23.1/app/views/layouts/decidim/_omnipresent_banner.html.erb (0.9ms)
I, [2021-01-04T13:21:50.791500 #271282]  INFO -- : [05a7d6ee-bb1b-40ab-ba33-db10de439c33]   Rendered /home/decidim/.rbenv/versions/2.6.3/lib/ruby/gems/2.6.0/gems/decidim-core-0.23.1/app/views/layouts/decidim/_logo.html.erb (1.5ms)
I, [2021-01-04T13:21:50.892722 #271282]  INFO -- : [05a7d6ee-bb1b-40ab-ba33-db10de439c33]   Rendered /home/decidim/.rbenv/versions/2.6.3/lib/ruby/gems/2.6.0/gems/decidim-core-0.23.1/app/views/layouts/decidim/_topbar_search.html.erb (1.7ms)
I, [2021-01-04T13:21:51.000291 #271282]  INFO -- : [05a7d6ee-bb1b-40ab-ba33-db10de439c33]   Rendered /home/decidim/.rbenv/versions/2.6.3/lib/ruby/gems/2.6.0/gems/decidim-core-0.23.1/app/views/layouts/decidim/_language_chooser.html.erb (1.8ms)
D, [2021-01-04T13:21:51.002384 #271282] DEBUG -- : [05a7d6ee-bb1b-40ab-ba33-db10de439c33]   Decidim::Notification Exists (0.6ms)  SELECT  1 AS one FROM "decidim_notifications" WHERE "decidim_notifications"."decidim_user_id" = $1 LIMIT $2  [["decidim_user_id", 1], ["LIMIT", 1]]
D, [2021-01-04T13:21:51.004876 #271282] DEBUG -- : [05a7d6ee-bb1b-40ab-ba33-db10de439c33]   Decidim::Messaging::Conversation Exists (0.6ms)  SELECT  1 AS one FROM "decidim_messaging_conversations" INNER JOIN "decidim_messaging_messages" ON "decidim_messaging_messages"."decidim_conversation_id" = "decidim_messaging_conversations"."id" INNER JOIN "decidim_messaging_receipts" ON "decidim_messaging_receipts"."decidim_message_id" = "decidim_messaging_messages"."id" WHERE "decidim_messaging_receipts"."decidim_recipient_id" = $1 AND "decidim_messaging_receipts"."read_at" IS NULL LIMIT $2  [["decidim_recipient_id", 1], ["LIMIT", 1]]
I, [2021-01-04T13:21:51.105262 #271282]  INFO -- : [05a7d6ee-bb1b-40ab-ba33-db10de439c33]   Rendered /home/decidim/.rbenv/versions/2.6.3/lib/ruby/gems/2.6.0/gems/decidim-core-0.23.1/app/views/layouts/decidim/_user_menu.html.erb (2.3ms)
I, [2021-01-04T13:21:51.106673 #271282]  INFO -- : [05a7d6ee-bb1b-40ab-ba33-db10de439c33]   Rendered /home/decidim/.rbenv/versions/2.6.3/lib/ruby/gems/2.6.0/gems/decidim-core-0.23.1/app/views/layouts/decidim/_user_menu.html.erb (0.9ms)
I, [2021-01-04T13:21:51.206765 #271282]  INFO -- : [05a7d6ee-bb1b-40ab-ba33-db10de439c33]   Rendered /home/decidim/.rbenv/versions/2.6.3/lib/ruby/gems/2.6.0/gems/decidim-core-0.23.1/app/views/layouts/decidim/_admin_links.html.erb (0.8ms)
D, [2021-01-04T13:21:51.209003 #271282] DEBUG -- : [05a7d6ee-bb1b-40ab-ba33-db10de439c33]   Decidim::ParticipatoryProcess Exists (0.7ms)  SELECT  1 AS one FROM "decidim_participatory_processes" WHERE "decidim_participatory_processes"."decidim_organization_id" = $1 AND "decidim_participatory_processes"."published_at" IS NOT NULL LIMIT $2  [["decidim_organization_id", 1], ["LIMIT", 1]]
D, [2021-01-04T13:21:51.210334 #271282] DEBUG -- : [05a7d6ee-bb1b-40ab-ba33-db10de439c33]   Decidim::Assembly Exists (0.4ms)  SELECT  1 AS one FROM "decidim_assemblies" WHERE "decidim_assemblies"."decidim_organization_id" = $1 AND "decidim_assemblies"."published_at" IS NOT NULL LIMIT $2  [["decidim_organization_id", 1], ["LIMIT", 1]]
D, [2021-01-04T13:21:51.211581 #271282] DEBUG -- : [05a7d6ee-bb1b-40ab-ba33-db10de439c33]   Decidim::Consultation Exists (0.4ms)  SELECT  1 AS one FROM "decidim_consultations" WHERE "decidim_consultations"."decidim_organization_id" = $1 AND "decidim_consultations"."published_at" IS NOT NULL LIMIT $2  [["decidim_organization_id", 1], ["LIMIT", 1]]
D, [2021-01-04T13:21:51.212650 #271282] DEBUG -- : [05a7d6ee-bb1b-40ab-ba33-db10de439c33]   Decidim::Conference Exists (0.3ms)  SELECT  1 AS one FROM "decidim_conferences" WHERE "decidim_conferences"."decidim_organization_id" = $1 AND "decidim_conferences"."published_at" IS NOT NULL LIMIT $2  [["decidim_organization_id", 1], ["LIMIT", 1]]
D, [2021-01-04T13:21:51.314625 #271282] DEBUG -- : [05a7d6ee-bb1b-40ab-ba33-db10de439c33]   Decidim::StaticPage Exists (0.6ms)  SELECT  1 AS one FROM "decidim_static_pages" WHERE "decidim_static_pages"."decidim_organization_id" = $1 LIMIT $2  [["decidim_organization_id", 1], ["LIMIT", 1]]
D, [2021-01-04T13:21:51.316007 #271282] DEBUG -- : [05a7d6ee-bb1b-40ab-ba33-db10de439c33]   Decidim::StaticPageTopic Load (0.4ms)  SELECT "decidim_static_page_topics".* FROM "decidim_static_page_topics" WHERE "decidim_static_page_topics"."organization_id" = $1 AND "decidim_static_page_topics"."show_in_footer" = $2 ORDER BY "decidim_static_page_topics"."weight" ASC  [["organization_id", 1], ["show_in_footer", true]]
D, [2021-01-04T13:21:51.317131 #271282] DEBUG -- : [05a7d6ee-bb1b-40ab-ba33-db10de439c33]   Decidim::StaticPage Load (0.4ms)  SELECT "decidim_static_pages".* FROM "decidim_static_pages" WHERE "decidim_static_pages"."decidim_organization_id" = $1 AND "decidim_static_pages"."show_in_footer" = $2 ORDER BY "decidim_static_pages"."weight" ASC  [["decidim_organization_id", 1], ["show_in_footer", true]]
I, [2021-01-04T13:21:51.426231 #271282]  INFO -- : [05a7d6ee-bb1b-40ab-ba33-db10de439c33]   Rendered /home/decidim/.rbenv/versions/2.6.3/lib/ruby/gems/2.6.0/gems/decidim-core-0.23.1/app/views/layouts/decidim/_social_media_links.html.erb (1.3ms)
I, [2021-01-04T13:21:51.426388 #271282]  INFO -- : [05a7d6ee-bb1b-40ab-ba33-db10de439c33]   Rendered /home/decidim/.rbenv/versions/2.6.3/lib/ruby/gems/2.6.0/gems/decidim-core-0.23.1/app/views/layouts/decidim/_main_footer.html.erb (114.7ms)
I, [2021-01-04T13:21:51.525197 #271282]  INFO -- : [05a7d6ee-bb1b-40ab-ba33-db10de439c33]   Rendered /home/decidim/.rbenv/versions/2.6.3/lib/ruby/gems/2.6.0/gems/decidim-core-0.23.1/app/views/layouts/decidim/_mini_footer.html.erb (1.1ms)
I, [2021-01-04T13:21:51.525329 #271282]  INFO -- : [05a7d6ee-bb1b-40ab-ba33-db10de439c33]   Rendered /home/decidim/.rbenv/versions/2.6.3/lib/ruby/gems/2.6.0/gems/decidim-core-0.23.1/app/views/layouts/decidim/_wrapper.html.erb (827.4ms)
I, [2021-01-04T13:21:51.620697 #271282]  INFO -- : [05a7d6ee-bb1b-40ab-ba33-db10de439c33]   Rendered /home/decidim/.rbenv/versions/2.6.3/lib/ruby/gems/2.6.0/gems/decidim-core-0.23.1/app/views/decidim/shared/_confirm_modal.html.erb (1.1ms)
I, [2021-01-04T13:21:51.722902 #271282]  INFO -- : [05a7d6ee-bb1b-40ab-ba33-db10de439c33]   Rendered /home/decidim/.rbenv/versions/2.6.3/lib/ruby/gems/2.6.0/gems/decidim-core-0.23.1/app/views/decidim/shared/_authorization_modal.html.erb (0.7ms)
I, [2021-01-04T13:21:51.828502 #271282]  INFO -- : [05a7d6ee-bb1b-40ab-ba33-db10de439c33]   Rendered /home/decidim/.rbenv/versions/2.6.3/lib/ruby/gems/2.6.0/gems/decidim-core-0.23.1/app/views/layouts/decidim/_js_configuration.html.erb (1.7ms)
I, [2021-01-04T13:21:51.828642 #271282]  INFO -- : [05a7d6ee-bb1b-40ab-ba33-db10de439c33]   Rendered /home/decidim/.rbenv/versions/2.6.3/lib/ruby/gems/2.6.0/gems/decidim-core-0.23.1/app/views/layouts/decidim/_application.html.erb (1861.7ms)
I, [2021-01-04T13:21:51.829131 #271282]  INFO -- : [05a7d6ee-bb1b-40ab-ba33-db10de439c33] Completed 500 Internal Server Error in 2068ms (Views: 2059.2ms | ActiveRecord: 5.8ms)

from decidim-module-navigation_maps.

MohammedSalahadin avatar MohammedSalahadin commented on June 19, 2024

@microstudi Thank you Ivan, I will be grateful if you upgrade it as soon as you could.

Best regards.

from decidim-module-navigation_maps.

MohammedSalahadin avatar MohammedSalahadin commented on June 19, 2024

@microstudi Hi Microsudi, How it's going, I hope things are going great for you..
I would like to share my repository with you in order to go more deep in the problem, I hope you can solve it.
https://github.com/MohammedSalahadin/Badragaz-Taminatal

from decidim-module-navigation_maps.

microstudi avatar microstudi commented on June 19, 2024

@MohammedSalahadin should be fixed now.
You can try to use the gem release:

gem "decidim-navigation_maps", "~> 1.1.0"

from decidim-module-navigation_maps.

MohammedSalahadin avatar MohammedSalahadin commented on June 19, 2024

@microstudi Hi Evan, I have used the release you have mentioned, this time I have got an error.
When clicking on Navigation map Edit icon In Setting>Homepage I will be redirected to another page and that page show the following error:
There was a problem with our server
Please try again later.

1
2

This is the link of the error page:
https://www.mydomain.com/admin/organization/homepage/content_blocks/navigation_map/edit

Here is the error Log:

I, [2021-01-13T16:51:27.743069 #690068]  INFO -- : [cdd796ff-bc6a-4938-93d9-de65c2f5a08b] Started GET "/admin/organization/homepage/content_blocks/navigation_map/edit" for 188.72.15.223 at 2021-01-13 16:51:27 +0100
D, [2021-01-13T16:51:27.744715 #690068] DEBUG -- : [cdd796ff-bc6a-4938-93d9-de65c2f5a08b]   Decidim::Organization Load (0.5ms)  SELECT  "decidim_organizations".* FROM "decidim_organizations" WHERE "decidim_organizations"."host" = $1 LIMIT $2  [["host", "www.badragaz-taminatal.ch"], ["LIMIT", 1]]
D, [2021-01-13T16:51:27.749370 #690068] DEBUG -- : [cdd796ff-bc6a-4938-93d9-de65c2f5a08b]   Decidim::User Load (0.7ms)  SELECT  "decidim_users".* FROM "decidim_users" WHERE "decidim_users"."type" IN ('Decidim::User') AND "decidim_users"."id" = $1 ORDER BY "decidim_users"."id" ASC LIMIT $2  [["id", 1], ["LIMIT", 1]]
D, [2021-01-13T16:51:27.750629 #690068] DEBUG -- : [cdd796ff-bc6a-4938-93d9-de65c2f5a08b]   CACHE Decidim::User Load (0.0ms)  SELECT  "decidim_users".* FROM "decidim_users" WHERE "decidim_users"."type" IN ('Decidim::User') AND "decidim_users"."id" = $1 ORDER BY "decidim_users"."id" ASC LIMIT $2  [["id", 1], ["LIMIT", 1]]
D, [2021-01-13T16:51:27.751904 #690068] DEBUG -- : [cdd796ff-bc6a-4938-93d9-de65c2f5a08b]   Decidim::Organization Load (0.4ms)  SELECT  "decidim_organizations".* FROM "decidim_organizations" WHERE "decidim_organizations"."id" = $1 LIMIT $2  [["id", 1], ["LIMIT", 1]]
I, [2021-01-13T16:51:27.753015 #690068]  INFO -- : [cdd796ff-bc6a-4938-93d9-de65c2f5a08b] Processing by Decidim::Admin::OrganizationHomepageContentBlocksController#edit as HTML
I, [2021-01-13T16:51:27.753086 #690068]  INFO -- : [cdd796ff-bc6a-4938-93d9-de65c2f5a08b]   Parameters: {"id"=>"navigation_map"}
D, [2021-01-13T16:51:27.753979 #690068] DEBUG -- : [cdd796ff-bc6a-4938-93d9-de65c2f5a08b]   CACHE Decidim::Organization Load (0.0ms)  SELECT  "decidim_organizations".* FROM "decidim_organizations" WHERE "decidim_organizations"."id" = $1 LIMIT $2  [["id", 1], ["LIMIT", 1]]
D, [2021-01-13T16:51:27.755276 #690068] DEBUG -- : [cdd796ff-bc6a-4938-93d9-de65c2f5a08b]   Decidim::ContentBlock Load (0.4ms)  SELECT  "decidim_content_blocks".* FROM "decidim_content_blocks" WHERE "decidim_content_blocks"."decidim_organization_id" = $1 AND "decidim_content_blocks"."scope_name" = $2 AND "decidim_content_blocks"."manifest_name" = $3 ORDER BY "decidim_content_blocks"."weight" ASC LIMIT $4  [["decidim_organization_id", 1], ["scope_name", "homepage"], ["manifest_name", "navigation_map"], ["LIMIT", 1]]
I, [2021-01-13T16:51:27.768110 #690068]  INFO -- : [cdd796ff-bc6a-4938-93d9-de65c2f5a08b]   Rendering /home/decidim/.rbenv/versions/2.6.3/lib/ruby/gems/2.6.0/gems/decidim-admin-0.23.1/app/views/decidim/admin/organization_homepage_content_blocks/edit.html.erb within layouts/decidim/admin/settings
D, [2021-01-13T16:51:27.772354 #690068] DEBUG -- : [cdd796ff-bc6a-4938-93d9-de65c2f5a08b]   Decidim::NavigationMaps::Blueprint Load (0.5ms)  SELECT "decidim_navigation_maps_blueprints".* FROM "decidim_navigation_maps_blueprints" WHERE "decidim_navigation_maps_blueprints"."decidim_organization_id" = $1 ORDER BY "decidim_navigation_maps_blueprints"."created_at" ASC  [["decidim_organization_id", 1]]
D, [2021-01-13T16:51:27.772956 #690068] DEBUG -- : [cdd796ff-bc6a-4938-93d9-de65c2f5a08b]   CACHE Decidim::NavigationMaps::Blueprint Load (0.0ms)  SELECT "decidim_navigation_maps_blueprints".* FROM "decidim_navigation_maps_blueprints" WHERE "decidim_navigation_maps_blueprints"."decidim_organization_id" = $1 ORDER BY "decidim_navigation_maps_blueprints"."created_at" ASC  [["decidim_organization_id", 1]]
D, [2021-01-13T16:51:27.789047 #690068] DEBUG -- : [cdd796ff-bc6a-4938-93d9-de65c2f5a08b]   Decidim::ContentBlock Load (0.8ms)  SELECT  "decidim_content_blocks".* FROM "decidim_content_blocks" WHERE "decidim_content_blocks"."decidim_organization_id" = $1 AND "decidim_content_blocks"."scope_name" = $2 ORDER BY "decidim_content_blocks"."weight" ASC LIMIT $3  [["decidim_organization_id", 1], ["scope_name", "homepage"], ["LIMIT", 11]]
D, [2021-01-13T16:51:27.800660 #690068] DEBUG -- : [cdd796ff-bc6a-4938-93d9-de65c2f5a08b]   CACHE Decidim::ContentBlock Load (0.0ms)  SELECT  "decidim_content_blocks".* FROM "decidim_content_blocks" WHERE "decidim_content_blocks"."decidim_organization_id" = $1 AND "decidim_content_blocks"."scope_name" = $2 ORDER BY "decidim_content_blocks"."weight" ASC LIMIT $3  [["decidim_organization_id", 1], ["scope_name", "homepage"], ["LIMIT", 11]]
D, [2021-01-13T16:51:27.814523 #690068] DEBUG -- : [cdd796ff-bc6a-4938-93d9-de65c2f5a08b]   CACHE Decidim::ContentBlock Load (0.0ms)  SELECT  "decidim_content_blocks".* FROM "decidim_content_blocks" WHERE "decidim_content_blocks"."decidim_organization_id" = $1 AND "decidim_content_blocks"."scope_name" = $2 ORDER BY "decidim_content_blocks"."weight" ASC LIMIT $3  [["decidim_organization_id", 1], ["scope_name", "homepage"], ["LIMIT", 11]]
D, [2021-01-13T16:51:27.830304 #690068] DEBUG -- : [cdd796ff-bc6a-4938-93d9-de65c2f5a08b]   CACHE Decidim::ContentBlock Load (0.0ms)  SELECT  "decidim_content_blocks".* FROM "decidim_content_blocks" WHERE "decidim_content_blocks"."decidim_organization_id" = $1 AND "decidim_content_blocks"."scope_name" = $2 ORDER BY "decidim_content_blocks"."weight" ASC LIMIT $3  [["decidim_organization_id", 1], ["scope_name", "homepage"], ["LIMIT", 11]]
D, [2021-01-13T16:51:27.853917 #690068] DEBUG -- : [cdd796ff-bc6a-4938-93d9-de65c2f5a08b]   CACHE Decidim::ContentBlock Load (0.0ms)  SELECT  "decidim_content_blocks".* FROM "decidim_content_blocks" WHERE "decidim_content_blocks"."decidim_organization_id" = $1 AND "decidim_content_blocks"."scope_name" = $2 ORDER BY "decidim_content_blocks"."weight" ASC LIMIT $3  [["decidim_organization_id", 1], ["scope_name", "homepage"], ["LIMIT", 11]]
D, [2021-01-13T16:51:27.865503 #690068] DEBUG -- : [cdd796ff-bc6a-4938-93d9-de65c2f5a08b]   Decidim::NavigationMaps::Blueprint Load (0.5ms)  SELECT  "decidim_navigation_maps_blueprints".* FROM "decidim_navigation_maps_blueprints" WHERE "decidim_navigation_maps_blueprints"."decidim_organization_id" = $1 LIMIT $2  [["decidim_organization_id", 1], ["LIMIT", 11]]
D, [2021-01-13T16:51:27.869268 #690068] DEBUG -- : [cdd796ff-bc6a-4938-93d9-de65c2f5a08b]   CACHE Decidim::ContentBlock Load (0.0ms)  SELECT  "decidim_content_blocks".* FROM "decidim_content_blocks" WHERE "decidim_content_blocks"."decidim_organization_id" = $1 AND "decidim_content_blocks"."scope_name" = $2 ORDER BY "decidim_content_blocks"."weight" ASC LIMIT $3  [["decidim_organization_id", 1], ["scope_name", "homepage"], ["LIMIT", 11]]
D, [2021-01-13T16:51:27.878007 #690068] DEBUG -- : [cdd796ff-bc6a-4938-93d9-de65c2f5a08b]   CACHE Decidim::ContentBlock Load (0.0ms)  SELECT  "decidim_content_blocks".* FROM "decidim_content_blocks" WHERE "decidim_content_blocks"."decidim_organization_id" = $1 AND "decidim_content_blocks"."scope_name" = $2 ORDER BY "decidim_content_blocks"."weight" ASC LIMIT $3  [["decidim_organization_id", 1], ["scope_name", "homepage"], ["LIMIT", 11]]
D, [2021-01-13T16:51:27.926528 #690068] DEBUG -- : [cdd796ff-bc6a-4938-93d9-de65c2f5a08b]   CACHE Decidim::ContentBlock Load (0.0ms)  SELECT  "decidim_content_blocks".* FROM "decidim_content_blocks" WHERE "decidim_content_blocks"."decidim_organization_id" = $1 AND "decidim_content_blocks"."scope_name" = $2 ORDER BY "decidim_content_blocks"."weight" ASC LIMIT $3  [["decidim_organization_id", 1], ["scope_name", "homepage"], ["LIMIT", 11]]
D, [2021-01-13T16:51:27.943877 #690068] DEBUG -- : [cdd796ff-bc6a-4938-93d9-de65c2f5a08b]   CACHE Decidim::ContentBlock Load (0.0ms)  SELECT  "decidim_content_blocks".* FROM "decidim_content_blocks" WHERE "decidim_content_blocks"."decidim_organization_id" = $1 AND "decidim_content_blocks"."scope_name" = $2 ORDER BY "decidim_content_blocks"."weight" ASC LIMIT $3  [["decidim_organization_id", 1], ["scope_name", "homepage"], ["LIMIT", 11]]
D, [2021-01-13T16:51:27.967904 #690068] DEBUG -- : [cdd796ff-bc6a-4938-93d9-de65c2f5a08b]   CACHE Decidim::ContentBlock Load (0.0ms)  SELECT  "decidim_content_blocks".* FROM "decidim_content_blocks" WHERE "decidim_content_blocks"."decidim_organization_id" = $1 AND "decidim_content_blocks"."scope_name" = $2 ORDER BY "decidim_content_blocks"."weight" ASC LIMIT $3  [["decidim_organization_id", 1], ["scope_name", "homepage"], ["LIMIT", 11]]
D, [2021-01-13T16:51:27.980715 #690068] DEBUG -- : [cdd796ff-bc6a-4938-93d9-de65c2f5a08b]   CACHE Decidim::NavigationMaps::Blueprint Load (0.0ms)  SELECT  "decidim_navigation_maps_blueprints".* FROM "decidim_navigation_maps_blueprints" WHERE "decidim_navigation_maps_blueprints"."decidim_organization_id" = $1 LIMIT $2  [["decidim_organization_id", 1], ["LIMIT", 11]]
I, [2021-01-13T16:51:27.985252 #690068]  INFO -- : [cdd796ff-bc6a-4938-93d9-de65c2f5a08b]   Rendered /home/decidim/.rbenv/versions/2.6.3/lib/ruby/gems/2.6.0/gems/decidim-admin-0.23.1/app/views/decidim/admin/organization_homepage_content_blocks/edit.html.erb within layouts/decidim/admin/settings (217.0ms)
I, [2021-01-13T16:51:27.985667 #690068]  INFO -- : [cdd796ff-bc6a-4938-93d9-de65c2f5a08b] Completed 500 Internal Server Error in 232ms (ActiveRecord: 2.5ms)
F, [2021-01-13T16:51:27.987625 #690068] FATAL -- : [cdd796ff-bc6a-4938-93d9-de65c2f5a08b]
F, [2021-01-13T16:51:27.987685 #690068] FATAL -- : [cdd796ff-bc6a-4938-93d9-de65c2f5a08b] ActionView::Template::Error (undefined local variable or method `console' for #<Decidim::NavigationMaps::ContentBlocks::NavigationMapSettingsFormCell:0x000056168ef74158>
Did you mean?  controller):
F, [2021-01-13T16:51:27.987810 #690068] FATAL -- : [cdd796ff-bc6a-4938-93d9-de65c2f5a08b]     4:       <h2 class="card-title"><%= t content_block.public_name_key %></h2>
[cdd796ff-bc6a-4938-93d9-de65c2f5a08b]     5:     </div>
[cdd796ff-bc6a-4938-93d9-de65c2f5a08b]     6:     <div class="card-section">
[cdd796ff-bc6a-4938-93d9-de65c2f5a08b]     7:       <%= cell content_block.settings_form_cell, form, content_block: content_block %>
[cdd796ff-bc6a-4938-93d9-de65c2f5a08b]     8:     </div>
[cdd796ff-bc6a-4938-93d9-de65c2f5a08b]     9:   </div>
[cdd796ff-bc6a-4938-93d9-de65c2f5a08b]    10:   <div class="button--double form-general-submit">
F, [2021-01-13T16:51:27.987849 #690068] FATAL -- : [cdd796ff-bc6a-4938-93d9-de65c2f5a08b]
F, [2021-01-13T16:51:27.987905 #690068] FATAL -- : [cdd796ff-bc6a-4938-93d9-de65c2f5a08b] decidim-navigation_maps (1.1.0) app/cells/decidim/navigation_maps/content_blocks/navigation_map_settings_form/show.erb:36:in `__tilt_47327376991880'
[cdd796ff-bc6a-4938-93d9-de65c2f5a08b] tilt (2.0.10) lib/tilt/template.rb:170:in `call'
[cdd796ff-bc6a-4938-93d9-de65c2f5a08b] tilt (2.0.10) lib/tilt/template.rb:170:in `evaluate'
[cdd796ff-bc6a-4938-93d9-de65c2f5a08b] tilt (2.0.10) lib/tilt/template.rb:109:in `render'
[cdd796ff-bc6a-4938-93d9-de65c2f5a08b] cells (4.1.7) lib/cell/view_model.rb:118:in `render_template'
[cdd796ff-bc6a-4938-93d9-de65c2f5a08b] cells (4.1.7) lib/cell/view_model.rb:110:in `render_to_string'
[cdd796ff-bc6a-4938-93d9-de65c2f5a08b] cells (4.1.7) lib/cell/layout.rb:23:in `render_to_string'
[cdd796ff-bc6a-4938-93d9-de65c2f5a08b] cells (4.1.7) lib/cell/view_model.rb:104:in `render'
[cdd796ff-bc6a-4938-93d9-de65c2f5a08b] cells (4.1.7) lib/cell/view_model.rb:98:in `show'
[cdd796ff-bc6a-4938-93d9-de65c2f5a08b] cells (4.1.7) lib/cell/view_model.rb:114:in `render_state'
[cdd796ff-bc6a-4938-93d9-de65c2f5a08b] cells (4.1.7) lib/cell/caching.rb:46:in `render_state'
[cdd796ff-bc6a-4938-93d9-de65c2f5a08b] cells (4.1.7) lib/cell/view_model.rb:92:in `call'
[cdd796ff-bc6a-4938-93d9-de65c2f5a08b] cells-rails (0.0.9) lib/cell/rails.rb:54:in `call'
[cdd796ff-bc6a-4938-93d9-de65c2f5a08b] cells (4.1.7) lib/cell/view_model.rb:125:in `to_s'
[cdd796ff-bc6a-4938-93d9-de65c2f5a08b] actionview (5.2.4.4) lib/action_view/buffers.rb:14:in `<<'
[cdd796ff-bc6a-4938-93d9-de65c2f5a08b] decidim-admin (0.23.1) app/views/decidim/admin/organization_homepage_content_blocks/edit.html.erb:7:in `block in __home_decidim__rbenv_versions_______lib_ruby_gems_______gems_decidim_admin________app_views_decidim_admin_organization_homepage_content_blocks_edit_html_erb___2680286958861896211_70350909795360'
[cdd796ff-bc6a-4938-93d9-de65c2f5a08b] actionview (5.2.4.4) lib/action_view/helpers/capture_helper.rb:41:in `block in capture'
[cdd796ff-bc6a-4938-93d9-de65c2f5a08b] actionview (5.2.4.4) lib/action_view/helpers/capture_helper.rb:205:in `with_output_buffer'
[cdd796ff-bc6a-4938-93d9-de65c2f5a08b] actionview (5.2.4.4) lib/action_view/helpers/capture_helper.rb:41:in `capture'
[cdd796ff-bc6a-4938-93d9-de65c2f5a08b] actionview (5.2.4.4) lib/action_view/helpers/form_helper.rb:452:in `form_for'
[cdd796ff-bc6a-4938-93d9-de65c2f5a08b] decidim-core (0.23.1) app/helpers/decidim/decidim_form_helper.rb:34:in `decidim_form_for'
[cdd796ff-bc6a-4938-93d9-de65c2f5a08b] decidim-admin (0.23.1) app/views/decidim/admin/organization_homepage_content_blocks/edit.html.erb:1:in `__home_decidim__rbenv_versions_______lib_ruby_gems_______gems_decidim_admin________app_views_decidim_admin_organization_homepage_content_blocks_edit_html_erb___2680286958861896211_70350909795360'
[cdd796ff-bc6a-4938-93d9-de65c2f5a08b] actionview (5.2.4.4) lib/action_view/template.rb:159:in `block in render'
[cdd796ff-bc6a-4938-93d9-de65c2f5a08b] activesupport (5.2.4.4) lib/active_support/notifications.rb:170:in `instrument'
[cdd796ff-bc6a-4938-93d9-de65c2f5a08b] actionview (5.2.4.4) lib/action_view/template.rb:354:in `instrument_render_template'
[cdd796ff-bc6a-4938-93d9-de65c2f5a08b] actionview (5.2.4.4) lib/action_view/template.rb:157:in `render'
[cdd796ff-bc6a-4938-93d9-de65c2f5a08b] actionview (5.2.4.4) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template'
[cdd796ff-bc6a-4938-93d9-de65c2f5a08b] actionview (5.2.4.4) lib/action_view/renderer/abstract_renderer.rb:44:in `block in instrument'
[cdd796ff-bc6a-4938-93d9-de65c2f5a08b] activesupport (5.2.4.4) lib/active_support/notifications.rb:168:in `block in instrument'
[cdd796ff-bc6a-4938-93d9-de65c2f5a08b] activesupport (5.2.4.4) lib/active_support/notifications/instrumenter.rb:23:in `instrument'
[cdd796ff-bc6a-4938-93d9-de65c2f5a08b] activesupport (5.2.4.4) lib/active_support/notifications.rb:168:in `instrument'
[cdd796ff-bc6a-4938-93d9-de65c2f5a08b] actionview (5.2.4.4) lib/action_view/renderer/abstract_renderer.rb:43:in `instrument'
[cdd796ff-bc6a-4938-93d9-de65c2f5a08b] actionview (5.2.4.4) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template'
[cdd796ff-bc6a-4938-93d9-de65c2f5a08b] actionview (5.2.4.4) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout'
[cdd796ff-bc6a-4938-93d9-de65c2f5a08b] actionview (5.2.4.4) lib/action_view/renderer/template_renderer.rb:52:in `render_template'
[cdd796ff-bc6a-4938-93d9-de65c2f5a08b] actionview (5.2.4.4) lib/action_view/renderer/template_renderer.rb:16:in `render'
[cdd796ff-bc6a-4938-93d9-de65c2f5a08b] actionview (5.2.4.4) lib/action_view/renderer/renderer.rb:44:in `render_template'
[cdd796ff-bc6a-4938-93d9-de65c2f5a08b] actionview (5.2.4.4) lib/action_view/renderer/renderer.rb:25:in `render'
[cdd796ff-bc6a-4938-93d9-de65c2f5a08b] actionview (5.2.4.4) lib/action_view/rendering.rb:103:in `_render_template'
[cdd796ff-bc6a-4938-93d9-de65c2f5a08b] actionpack (5.2.4.4) lib/action_controller/metal/streaming.rb:219:in `_render_template'
[cdd796ff-bc6a-4938-93d9-de65c2f5a08b] actionview (5.2.4.4) lib/action_view/rendering.rb:84:in `render_to_body'
[cdd796ff-bc6a-4938-93d9-de65c2f5a08b] actionpack (5.2.4.4) lib/action_controller/metal/rendering.rb:52:in `render_to_body'
[cdd796ff-bc6a-4938-93d9-de65c2f5a08b] actionpack (5.2.4.4) lib/action_controller/metal/renderers.rb:142:in `render_to_body'
[cdd796ff-bc6a-4938-93d9-de65c2f5a08b] actionpack (5.2.4.4) lib/abstract_controller/rendering.rb:25:in `render'
[cdd796ff-bc6a-4938-93d9-de65c2f5a08b] actionpack (5.2.4.4) lib/action_controller/metal/rendering.rb:36:in `render'
[cdd796ff-bc6a-4938-93d9-de65c2f5a08b] actionpack (5.2.4.4) lib/action_controller/metal/instrumentation.rb:46:in `block (2 levels) in render'
[cdd796ff-bc6a-4938-93d9-de65c2f5a08b] activesupport (5.2.4.4) lib/active_support/core_ext/benchmark.rb:14:in `block in ms'
[cdd796ff-bc6a-4938-93d9-de65c2f5a08b] /home/decidim/.rbenv/versions/2.6.3/lib/ruby/2.6.0/benchmark.rb:308:in `realtime'
[cdd796ff-bc6a-4938-93d9-de65c2f5a08b] activesupport (5.2.4.4) lib/active_support/core_ext/benchmark.rb:14:in `ms'
[cdd796ff-bc6a-4938-93d9-de65c2f5a08b] actionpack (5.2.4.4) lib/action_controller/metal/instrumentation.rb:46:in `block in render'
[cdd796ff-bc6a-4938-93d9-de65c2f5a08b] actionpack (5.2.4.4) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'
[cdd796ff-bc6a-4938-93d9-de65c2f5a08b] activerecord (5.2.4.4) lib/active_record/railties/controller_runtime.rb:31:in `cleanup_view_runtime'
[cdd796ff-bc6a-4938-93d9-de65c2f5a08b] actionpack (5.2.4.4) lib/action_controller/metal/instrumentation.rb:45:in `render'
[cdd796ff-bc6a-4938-93d9-de65c2f5a08b] wicked_pdf (1.4.0) lib/wicked_pdf/pdf_helper.rb:46:in `call'
[cdd796ff-bc6a-4938-93d9-de65c2f5a08b] wicked_pdf (1.4.0) lib/wicked_pdf/pdf_helper.rb:46:in `render_with_wicked_pdf'
[cdd796ff-bc6a-4938-93d9-de65c2f5a08b] wicked_pdf (1.4.0) lib/wicked_pdf/pdf_helper.rb:30:in `render'
[cdd796ff-bc6a-4938-93d9-de65c2f5a08b] actionpack (5.2.4.4) lib/action_controller/metal/implicit_render.rb:35:in `default_render'
[cdd796ff-bc6a-4938-93d9-de65c2f5a08b] actionpack (5.2.4.4) lib/action_controller/metal/basic_implicit_render.rb:6:in `block in send_action'
[cdd796ff-bc6a-4938-93d9-de65c2f5a08b] actionpack (5.2.4.4) lib/action_controller/metal/basic_implicit_render.rb:6:in `tap'
[cdd796ff-bc6a-4938-93d9-de65c2f5a08b] actionpack (5.2.4.4) lib/action_controller/metal/basic_implicit_render.rb:6:in `send_action'
[cdd796ff-bc6a-4938-93d9-de65c2f5a08b] actionpack (5.2.4.4) lib/abstract_controller/base.rb:194:in `process_action'
[cdd796ff-bc6a-4938-93d9-de65c2f5a08b] actionpack (5.2.4.4) lib/action_controller/metal/rendering.rb:30:in `process_action'
[cdd796ff-bc6a-4938-93d9-de65c2f5a08b] actionpack (5.2.4.4) lib/abstract_controller/callbacks.rb:42:in `block in process_action'
[cdd796ff-bc6a-4938-93d9-de65c2f5a08b] activesupport (5.2.4.4) lib/active_support/callbacks.rb:109:in `block in run_callbacks'
[cdd796ff-bc6a-4938-93d9-de65c2f5a08b] activesupport (5.2.4.4) lib/active_support/core_ext/time/zones.rb:66:in `use_zone'
[cdd796ff-bc6a-4938-93d9-de65c2f5a08b] decidim-core (0.23.1) app/controllers/concerns/decidim/use_organization_time_zone.rb:21:in `use_organization_time_zone'
[cdd796ff-bc6a-4938-93d9-de65c2f5a08b] activesupport (5.2.4.4) lib/active_support/callbacks.rb:118:in `block in run_callbacks'
[cdd796ff-bc6a-4938-93d9-de65c2f5a08b] i18n (1.8.7) lib/i18n.rb:313:in `with_locale'
[cdd796ff-bc6a-4938-93d9-de65c2f5a08b] decidim-core (0.23.1) app/controllers/concerns/decidim/locale_switcher.rb:24:in `switch_locale'
[cdd796ff-bc6a-4938-93d9-de65c2f5a08b] activesupport (5.2.4.4) lib/active_support/callbacks.rb:118:in `block in run_callbacks'
[cdd796ff-bc6a-4938-93d9-de65c2f5a08b] activesupport (5.2.4.4) lib/active_support/callbacks.rb:136:in `run_callbacks'
[cdd796ff-bc6a-4938-93d9-de65c2f5a08b] actionpack (5.2.4.4) lib/abstract_controller/callbacks.rb:41:in `process_action'
[cdd796ff-bc6a-4938-93d9-de65c2f5a08b] actionpack (5.2.4.4) lib/action_controller/metal/rescue.rb:22:in `process_action'
[cdd796ff-bc6a-4938-93d9-de65c2f5a08b] actionpack (5.2.4.4) lib/action_controller/metal/instrumentation.rb:34:in `block in process_action'
[cdd796ff-bc6a-4938-93d9-de65c2f5a08b] activesupport (5.2.4.4) lib/active_support/notifications.rb:168:in `block in instrument'
[cdd796ff-bc6a-4938-93d9-de65c2f5a08b] activesupport (5.2.4.4) lib/active_support/notifications/instrumenter.rb:23:in `instrument'
[cdd796ff-bc6a-4938-93d9-de65c2f5a08b] activesupport (5.2.4.4) lib/active_support/notifications.rb:168:in `instrument'
[cdd796ff-bc6a-4938-93d9-de65c2f5a08b] actionpack (5.2.4.4) lib/action_controller/metal/instrumentation.rb:32:in `process_action'
[cdd796ff-bc6a-4938-93d9-de65c2f5a08b] actionpack (5.2.4.4) lib/action_controller/metal/params_wrapper.rb:256:in `process_action'
[cdd796ff-bc6a-4938-93d9-de65c2f5a08b] activerecord (5.2.4.4) lib/active_record/railties/controller_runtime.rb:24:in `process_action'
[cdd796ff-bc6a-4938-93d9-de65c2f5a08b] actionpack (5.2.4.4) lib/abstract_controller/base.rb:134:in `process'
[cdd796ff-bc6a-4938-93d9-de65c2f5a08b] actionview (5.2.4.4) lib/action_view/rendering.rb:32:in `process'
[cdd796ff-bc6a-4938-93d9-de65c2f5a08b] actionpack (5.2.4.4) lib/action_controller/metal.rb:191:in `dispatch'
[cdd796ff-bc6a-4938-93d9-de65c2f5a08b] actionpack (5.2.4.4) lib/action_controller/metal.rb:252:in `dispatch'
[cdd796ff-bc6a-4938-93d9-de65c2f5a08b] actionpack (5.2.4.4) lib/action_dispatch/routing/route_set.rb:52:in `dispatch'
[cdd796ff-bc6a-4938-93d9-de65c2f5a08b] actionpack (5.2.4.4) lib/action_dispatch/routing/route_set.rb:34:in `serve'
[cdd796ff-bc6a-4938-93d9-de65c2f5a08b] actionpack (5.2.4.4) lib/action_dispatch/routing/mapper.rb:18:in `block in <class:Constraints>'
[cdd796ff-bc6a-4938-93d9-de65c2f5a08b] actionpack (5.2.4.4) lib/action_dispatch/routing/mapper.rb:48:in `serve'
[cdd796ff-bc6a-4938-93d9-de65c2f5a08b] actionpack (5.2.4.4) lib/action_dispatch/journey/router.rb:52:in `block in serve'
[cdd796ff-bc6a-4938-93d9-de65c2f5a08b] actionpack (5.2.4.4) lib/action_dispatch/journey/router.rb:35:in `each'
[cdd796ff-bc6a-4938-93d9-de65c2f5a08b] actionpack (5.2.4.4) lib/action_dispatch/journey/router.rb:35:in `serve'
[cdd796ff-bc6a-4938-93d9-de65c2f5a08b] actionpack (5.2.4.4) lib/action_dispatch/routing/route_set.rb:840:in `call'
[cdd796ff-bc6a-4938-93d9-de65c2f5a08b] railties (5.2.4.4) lib/rails/engine.rb:524:in `call'
[cdd796ff-bc6a-4938-93d9-de65c2f5a08b] railties (5.2.4.4) lib/rails/railtie.rb:190:in `public_send'
[cdd796ff-bc6a-4938-93d9-de65c2f5a08b] railties (5.2.4.4) lib/rails/railtie.rb:190:in `method_missing'
[cdd796ff-bc6a-4938-93d9-de65c2f5a08b] actionpack (5.2.4.4) lib/action_dispatch/routing/mapper.rb:19:in `block in <class:Constraints>'
[cdd796ff-bc6a-4938-93d9-de65c2f5a08b] actionpack (5.2.4.4) lib/action_dispatch/routing/mapper.rb:48:in `serve'
[cdd796ff-bc6a-4938-93d9-de65c2f5a08b] actionpack (5.2.4.4) lib/action_dispatch/journey/router.rb:52:in `block in serve'
[cdd796ff-bc6a-4938-93d9-de65c2f5a08b] actionpack (5.2.4.4) lib/action_dispatch/journey/router.rb:35:in `each'
[cdd796ff-bc6a-4938-93d9-de65c2f5a08b] actionpack (5.2.4.4) lib/action_dispatch/journey/router.rb:35:in `serve'
[cdd796ff-bc6a-4938-93d9-de65c2f5a08b] actionpack (5.2.4.4) lib/action_dispatch/routing/route_set.rb:840:in `call'
[cdd796ff-bc6a-4938-93d9-de65c2f5a08b] railties (5.2.4.4) lib/rails/engine.rb:524:in `call'
[cdd796ff-bc6a-4938-93d9-de65c2f5a08b] railties (5.2.4.4) lib/rails/railtie.rb:190:in `public_send'
[cdd796ff-bc6a-4938-93d9-de65c2f5a08b] railties (5.2.4.4) lib/rails/railtie.rb:190:in `method_missing'
[cdd796ff-bc6a-4938-93d9-de65c2f5a08b] actionpack (5.2.4.4) lib/action_dispatch/routing/mapper.rb:19:in `block in <class:Constraints>'
[cdd796ff-bc6a-4938-93d9-de65c2f5a08b] actionpack (5.2.4.4) lib/action_dispatch/routing/mapper.rb:48:in `serve'
[cdd796ff-bc6a-4938-93d9-de65c2f5a08b] actionpack (5.2.4.4) lib/action_dispatch/journey/router.rb:52:in `block in serve'
[cdd796ff-bc6a-4938-93d9-de65c2f5a08b] actionpack (5.2.4.4) lib/action_dispatch/journey/router.rb:35:in `each'
[cdd796ff-bc6a-4938-93d9-de65c2f5a08b] actionpack (5.2.4.4) lib/action_dispatch/journey/router.rb:35:in `serve'
[cdd796ff-bc6a-4938-93d9-de65c2f5a08b] actionpack (5.2.4.4) lib/action_dispatch/routing/route_set.rb:840:in `call'
[cdd796ff-bc6a-4938-93d9-de65c2f5a08b] batch-loader (1.5.0) lib/batch_loader/middleware.rb:11:in `call'
[cdd796ff-bc6a-4938-93d9-de65c2f5a08b] rack-attack (6.3.1) lib/rack/attack.rb:111:in `call'
[cdd796ff-bc6a-4938-93d9-de65c2f5a08b] omniauth (1.9.1) lib/omniauth/strategy.rb:192:in `call!'
[cdd796ff-bc6a-4938-93d9-de65c2f5a08b] omniauth (1.9.1) lib/omniauth/strategy.rb:169:in `call'
[cdd796ff-bc6a-4938-93d9-de65c2f5a08b] omniauth (1.9.1) lib/omniauth/strategy.rb:192:in `call!'
[cdd796ff-bc6a-4938-93d9-de65c2f5a08b] omniauth (1.9.1) lib/omniauth/strategy.rb:169:in `call'
[cdd796ff-bc6a-4938-93d9-de65c2f5a08b] omniauth (1.9.1) lib/omniauth/strategy.rb:192:in `call!'
[cdd796ff-bc6a-4938-93d9-de65c2f5a08b] omniauth (1.9.1) lib/omniauth/strategy.rb:169:in `call'
[cdd796ff-bc6a-4938-93d9-de65c2f5a08b] omniauth (1.9.1) lib/omniauth/builder.rb:45:in `call'
[cdd796ff-bc6a-4938-93d9-de65c2f5a08b] warden (1.2.9) lib/warden/manager.rb:36:in `block in call'
[cdd796ff-bc6a-4938-93d9-de65c2f5a08b] warden (1.2.9) lib/warden/manager.rb:34:in `catch'
[cdd796ff-bc6a-4938-93d9-de65c2f5a08b] warden (1.2.9) lib/warden/manager.rb:34:in `call'
[cdd796ff-bc6a-4938-93d9-de65c2f5a08b] decidim-core (0.23.1) app/middleware/decidim/strip_x_forwarded_host.rb:11:in `call'
[cdd796ff-bc6a-4938-93d9-de65c2f5a08b] decidim-core (0.23.1) app/middleware/decidim/current_organization.rb:21:in `call'
[cdd796ff-bc6a-4938-93d9-de65c2f5a08b] rack (2.2.3) lib/rack/tempfile_reaper.rb:15:in `call'
[cdd796ff-bc6a-4938-93d9-de65c2f5a08b] rack (2.2.3) lib/rack/etag.rb:27:in `call'
[cdd796ff-bc6a-4938-93d9-de65c2f5a08b] rack (2.2.3) lib/rack/conditional_get.rb:27:in `call'
[cdd796ff-bc6a-4938-93d9-de65c2f5a08b] rack (2.2.3) lib/rack/head.rb:12:in `call'
[cdd796ff-bc6a-4938-93d9-de65c2f5a08b] actionpack (5.2.4.4) lib/action_dispatch/http/content_security_policy.rb:18:in `call'
[cdd796ff-bc6a-4938-93d9-de65c2f5a08b] rack (2.2.3) lib/rack/session/abstract/id.rb:266:in `context'
[cdd796ff-bc6a-4938-93d9-de65c2f5a08b] rack (2.2.3) lib/rack/session/abstract/id.rb:260:in `call'
[cdd796ff-bc6a-4938-93d9-de65c2f5a08b] actionpack (5.2.4.4) lib/action_dispatch/middleware/cookies.rb:670:in `call'
[cdd796ff-bc6a-4938-93d9-de65c2f5a08b] actionpack (5.2.4.4) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
[cdd796ff-bc6a-4938-93d9-de65c2f5a08b] activesupport (5.2.4.4) lib/active_support/callbacks.rb:98:in `run_callbacks'
[cdd796ff-bc6a-4938-93d9-de65c2f5a08b] actionpack (5.2.4.4) lib/action_dispatch/middleware/callbacks.rb:26:in `call'
[cdd796ff-bc6a-4938-93d9-de65c2f5a08b] actionpack (5.2.4.4) lib/action_dispatch/middleware/debug_exceptions.rb:61:in `call'
[cdd796ff-bc6a-4938-93d9-de65c2f5a08b] actionpack (5.2.4.4) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call'
[cdd796ff-bc6a-4938-93d9-de65c2f5a08b] railties (5.2.4.4) lib/rails/rack/logger.rb:38:in `call_app'
[cdd796ff-bc6a-4938-93d9-de65c2f5a08b] railties (5.2.4.4) lib/rails/rack/logger.rb:26:in `block in call'
[cdd796ff-bc6a-4938-93d9-de65c2f5a08b] activesupport (5.2.4.4) lib/active_support/tagged_logging.rb:71:in `block in tagged'
[cdd796ff-bc6a-4938-93d9-de65c2f5a08b] activesupport (5.2.4.4) lib/active_support/tagged_logging.rb:28:in `tagged'
[cdd796ff-bc6a-4938-93d9-de65c2f5a08b] activesupport (5.2.4.4) lib/active_support/tagged_logging.rb:71:in `tagged'
[cdd796ff-bc6a-4938-93d9-de65c2f5a08b] railties (5.2.4.4) lib/rails/rack/logger.rb:26:in `call'
[cdd796ff-bc6a-4938-93d9-de65c2f5a08b] actionpack (5.2.4.4) lib/action_dispatch/middleware/remote_ip.rb:81:in `call'
[cdd796ff-bc6a-4938-93d9-de65c2f5a08b] request_store (1.5.0) lib/request_store/middleware.rb:19:in `call'
[cdd796ff-bc6a-4938-93d9-de65c2f5a08b] actionpack (5.2.4.4) lib/action_dispatch/middleware/request_id.rb:27:in `call'
[cdd796ff-bc6a-4938-93d9-de65c2f5a08b] rack (2.2.3) lib/rack/method_override.rb:24:in `call'
[cdd796ff-bc6a-4938-93d9-de65c2f5a08b] activesupport (5.2.4.4) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call'
[cdd796ff-bc6a-4938-93d9-de65c2f5a08b] actionpack (5.2.4.4) lib/action_dispatch/middleware/executor.rb:14:in `call'
[cdd796ff-bc6a-4938-93d9-de65c2f5a08b] rack (2.2.3) lib/rack/sendfile.rb:110:in `call'
[cdd796ff-bc6a-4938-93d9-de65c2f5a08b] actionpack (5.2.4.4) lib/action_dispatch/middleware/ssl.rb:74:in `call'
[cdd796ff-bc6a-4938-93d9-de65c2f5a08b] rack-cors (1.1.1) lib/rack/cors.rb:100:in `call'
[cdd796ff-bc6a-4938-93d9-de65c2f5a08b] railties (5.2.4.4) lib/rails/engine.rb:524:in `call'
[cdd796ff-bc6a-4938-93d9-de65c2f5a08b] /usr/lib/ruby/vendor_ruby/phusion_passenger/rack/thread_handler_extension.rb:107:in `process_request'
[cdd796ff-bc6a-4938-93d9-de65c2f5a08b] /usr/lib/ruby/vendor_ruby/phusion_passenger/request_handler/thread_handler.rb:149:in `accept_and_process_next_request'
[cdd796ff-bc6a-4938-93d9-de65c2f5a08b] /usr/lib/ruby/vendor_ruby/phusion_passenger/request_handler/thread_handler.rb:110:in `main_loop'
[cdd796ff-bc6a-4938-93d9-de65c2f5a08b] /usr/lib/ruby/vendor_ruby/phusion_passenger/request_handler.rb:416:in `block (3 levels) in start_threads'
[cdd796ff-bc6a-4938-93d9-de65c2f5a08b] /usr/lib/ruby/vendor_ruby/phusion_passenger/utils.rb:113:in `block in create_thread_and_abort_on_exception'
I, [2021-01-13T16:51:27.989156 #690068]  INFO -- : [cdd796ff-bc6a-4938-93d9-de65c2f5a08b] Processing by Decidim::ErrorsController#internal_server_error as HTML
I, [2021-01-13T16:51:27.989225 #690068]  INFO -- : [cdd796ff-bc6a-4938-93d9-de65c2f5a08b]   Parameters: {"id"=>"navigation_map"}
D, [2021-01-13T16:51:27.990738 #690068] DEBUG -- : [cdd796ff-bc6a-4938-93d9-de65c2f5a08b]   Decidim::ImpersonationLog Load (0.4ms)  SELECT  "decidim_impersonation_logs".* FROM "decidim_impersonation_logs" WHERE "decidim_impersonation_logs"."decidim_admin_id" = $1 AND "decidim_impersonation_logs"."ended_at" IS NULL AND "decidim_impersonation_logs"."expired_at" IS NULL ORDER BY "decidim_impersonation_logs"."id" ASC LIMIT $2  [["decidim_admin_id", 1], ["LIMIT", 1]]
D, [2021-01-13T16:51:27.991923 #690068] DEBUG -- : [cdd796ff-bc6a-4938-93d9-de65c2f5a08b]   Decidim::ImpersonationLog Load (0.3ms)  SELECT  "decidim_impersonation_logs".* FROM "decidim_impersonation_logs" WHERE "decidim_impersonation_logs"."decidim_admin_id" = $1 AND "decidim_impersonation_logs"."ended_at" IS NULL AND "decidim_impersonation_logs"."expired_at" IS NOT NULL ORDER BY "decidim_impersonation_logs"."id" ASC LIMIT $2  [["decidim_admin_id", 1], ["LIMIT", 1]]
I, [2021-01-13T16:51:27.993243 #690068]  INFO -- : [cdd796ff-bc6a-4938-93d9-de65c2f5a08b]   Rendering /home/decidim/.rbenv/versions/2.6.3/lib/ruby/gems/2.6.0/gems/decidim-core-0.23.1/app/views/decidim/errors/internal_server_error.html.erb within layouts/decidim/application
I, [2021-01-13T16:51:27.993527 #690068]  INFO -- : [cdd796ff-bc6a-4938-93d9-de65c2f5a08b]   Rendered /home/decidim/.rbenv/versions/2.6.3/lib/ruby/gems/2.6.0/gems/decidim-core-0.23.1/app/views/decidim/errors/internal_server_error.html.erb within layouts/decidim/application (0.2ms)
D, [2021-01-13T16:51:27.994846 #690068] DEBUG -- : [cdd796ff-bc6a-4938-93d9-de65c2f5a08b]   Decidim::ContentBlock Load (0.3ms)  SELECT  "decidim_content_blocks".* FROM "decidim_content_blocks" WHERE "decidim_content_blocks"."published_at" IS NOT NULL AND "decidim_content_blocks"."decidim_organization_id" = $1 AND "decidim_content_blocks"."scope_name" = $2 AND "decidim_content_blocks"."manifest_name" = $3 LIMIT $4  [["decidim_organization_id", 1], ["scope_name", "homepage"], ["manifest_name", "hero"], ["LIMIT", 1]]
I, [2021-01-13T16:51:28.009588 #690068]  INFO -- : [cdd796ff-bc6a-4938-93d9-de65c2f5a08b]   Rendered /home/decidim/.rbenv/versions/2.6.3/lib/ruby/gems/2.6.0/gems/decidim-core-0.23.1/app/views/layouts/decidim/_organization_colors.html.erb (0.0ms)
I, [2021-01-13T16:51:28.010238 #690068]  INFO -- : [cdd796ff-bc6a-4938-93d9-de65c2f5a08b]   Rendered /home/decidim/.rbenv/versions/2.6.3/lib/ruby/gems/2.6.0/gems/decidim-core-0.23.1/app/views/layouts/decidim/_head_extra.html.erb (0.0ms)
I, [2021-01-13T16:51:28.010368 #690068]  INFO -- : [cdd796ff-bc6a-4938-93d9-de65c2f5a08b]   Rendered /home/decidim/.rbenv/versions/2.6.3/lib/ruby/gems/2.6.0/gems/decidim-core-0.23.1/app/views/layouts/decidim/_head.html.erb (2.4ms)
D, [2021-01-13T16:51:28.011596 #690068] DEBUG -- : [cdd796ff-bc6a-4938-93d9-de65c2f5a08b]   CACHE Decidim::ImpersonationLog Load (0.0ms)  SELECT  "decidim_impersonation_logs".* FROM "decidim_impersonation_logs" WHERE "decidim_impersonation_logs"."decidim_admin_id" = $1 AND "decidim_impersonation_logs"."ended_at" IS NULL AND "decidim_impersonation_logs"."expired_at" IS NULL ORDER BY "decidim_impersonation_logs"."id" ASC LIMIT $2  [["decidim_admin_id", 1], ["LIMIT", 1]]
I, [2021-01-13T16:51:28.011791 #690068]  INFO -- : [cdd796ff-bc6a-4938-93d9-de65c2f5a08b]   Rendered /home/decidim/.rbenv/versions/2.6.3/lib/ruby/gems/2.6.0/gems/decidim-core-0.23.1/app/views/layouts/decidim/_impersonation_warning.html.erb (1.1ms)
I, [2021-01-13T16:51:28.012186 #690068]  INFO -- : [cdd796ff-bc6a-4938-93d9-de65c2f5a08b]   Rendered /home/decidim/.rbenv/versions/2.6.3/lib/ruby/gems/2.6.0/gems/decidim-core-0.23.1/app/views/layouts/decidim/_cookie_warning.html.erb (0.1ms)
I, [2021-01-13T16:51:28.012551 #690068]  INFO -- : [cdd796ff-bc6a-4938-93d9-de65c2f5a08b]   Rendered /home/decidim/.rbenv/versions/2.6.3/lib/ruby/gems/2.6.0/gems/decidim-core-0.23.1/app/views/layouts/decidim/_omnipresent_banner.html.erb (0.0ms)
I, [2021-01-13T16:51:28.014012 #690068]  INFO -- : [cdd796ff-bc6a-4938-93d9-de65c2f5a08b]   Rendered /home/decidim/.rbenv/versions/2.6.3/lib/ruby/gems/2.6.0/gems/decidim-core-0.23.1/app/views/layouts/decidim/_logo.html.erb (0.5ms)
I, [2021-01-13T16:51:28.014984 #690068]  INFO -- : [cdd796ff-bc6a-4938-93d9-de65c2f5a08b]   Rendered /home/decidim/.rbenv/versions/2.6.3/lib/ruby/gems/2.6.0/gems/decidim-core-0.23.1/app/views/layouts/decidim/_topbar_search.html.erb (0.6ms)
I, [2021-01-13T16:51:28.016044 #690068]  INFO -- : [cdd796ff-bc6a-4938-93d9-de65c2f5a08b]   Rendered /home/decidim/.rbenv/versions/2.6.3/lib/ruby/gems/2.6.0/gems/decidim-core-0.23.1/app/views/layouts/decidim/_language_chooser.html.erb (0.7ms)
D, [2021-01-13T16:51:28.017772 #690068] DEBUG -- : [cdd796ff-bc6a-4938-93d9-de65c2f5a08b]   Decidim::Notification Exists (0.6ms)  SELECT  1 AS one FROM "decidim_notifications" WHERE "decidim_notifications"."decidim_user_id" = $1 LIMIT $2  [["decidim_user_id", 1], ["LIMIT", 1]]
D, [2021-01-13T16:51:28.020423 #690068] DEBUG -- : [cdd796ff-bc6a-4938-93d9-de65c2f5a08b]   Decidim::Messaging::Conversation Exists (0.7ms)  SELECT  1 AS one FROM "decidim_messaging_conversations" INNER JOIN "decidim_messaging_messages" ON "decidim_messaging_messages"."decidim_conversation_id" = "decidim_messaging_conversations"."id" INNER JOIN "decidim_messaging_receipts" ON "decidim_messaging_receipts"."decidim_message_id" = "decidim_messaging_messages"."id" WHERE "decidim_messaging_receipts"."decidim_recipient_id" = $1 AND "decidim_messaging_receipts"."read_at" IS NULL LIMIT $2  [["decidim_recipient_id", 1], ["LIMIT", 1]]
I, [2021-01-13T16:51:28.022557 #690068]  INFO -- : [cdd796ff-bc6a-4938-93d9-de65c2f5a08b]   Rendered /home/decidim/.rbenv/versions/2.6.3/lib/ruby/gems/2.6.0/gems/decidim-core-0.23.1/app/views/layouts/decidim/_user_menu.html.erb (1.2ms)
I, [2021-01-13T16:51:28.023858 #690068]  INFO -- : [cdd796ff-bc6a-4938-93d9-de65c2f5a08b]   Rendered /home/decidim/.rbenv/versions/2.6.3/lib/ruby/gems/2.6.0/gems/decidim-core-0.23.1/app/views/layouts/decidim/_user_menu.html.erb (1.0ms)
I, [2021-01-13T16:51:28.024236 #690068]  INFO -- : [cdd796ff-bc6a-4938-93d9-de65c2f5a08b]   Rendered /home/decidim/.rbenv/versions/2.6.3/lib/ruby/gems/2.6.0/gems/decidim-core-0.23.1/app/views/layouts/decidim/_admin_links.html.erb (0.0ms)
D, [2021-01-13T16:51:28.025348 #690068] DEBUG -- : [cdd796ff-bc6a-4938-93d9-de65c2f5a08b]   Decidim::NavbarLinks::NavbarLink Load (0.3ms)  SELECT "decidim_navbar_links_navbar_links".* FROM "decidim_navbar_links_navbar_links" WHERE "decidim_navbar_links_navbar_links"."decidim_organization_id" = $1  [["decidim_organization_id", 1]]
D, [2021-01-13T16:51:28.026922 #690068] DEBUG -- : [cdd796ff-bc6a-4938-93d9-de65c2f5a08b]   Decidim::ParticipatoryProcess Exists (0.4ms)  SELECT  1 AS one FROM "decidim_participatory_processes" WHERE "decidim_participatory_processes"."decidim_organization_id" = $1 AND "decidim_participatory_processes"."published_at" IS NOT NULL LIMIT $2  [["decidim_organization_id", 1], ["LIMIT", 1]]
D, [2021-01-13T16:51:28.028123 #690068] DEBUG -- : [cdd796ff-bc6a-4938-93d9-de65c2f5a08b]   Decidim::Assembly Exists (0.4ms)  SELECT  1 AS one FROM "decidim_assemblies" WHERE "decidim_assemblies"."decidim_organization_id" = $1 AND "decidim_assemblies"."published_at" IS NOT NULL LIMIT $2  [["decidim_organization_id", 1], ["LIMIT", 1]]
D, [2021-01-13T16:51:28.030568 #690068] DEBUG -- : [cdd796ff-bc6a-4938-93d9-de65c2f5a08b]   Decidim::StaticPage Exists (0.3ms)  SELECT  1 AS one FROM "decidim_static_pages" WHERE "decidim_static_pages"."decidim_organization_id" = $1 LIMIT $2  [["decidim_organization_id", 1], ["LIMIT", 1]]
D, [2021-01-13T16:51:28.031653 #690068] DEBUG -- : [cdd796ff-bc6a-4938-93d9-de65c2f5a08b]   Decidim::StaticPageTopic Load (0.2ms)  SELECT "decidim_static_page_topics".* FROM "decidim_static_page_topics" WHERE "decidim_static_page_topics"."organization_id" = $1 AND "decidim_static_page_topics"."show_in_footer" = $2 ORDER BY "decidim_static_page_topics"."weight" ASC  [["organization_id", 1], ["show_in_footer", true]]
D, [2021-01-13T16:51:28.032572 #690068] DEBUG -- : [cdd796ff-bc6a-4938-93d9-de65c2f5a08b]   Decidim::StaticPage Load (0.3ms)  SELECT "decidim_static_pages".* FROM "decidim_static_pages" WHERE "decidim_static_pages"."decidim_organization_id" = $1 AND "decidim_static_pages"."show_in_footer" = $2 ORDER BY "decidim_static_pages"."weight" ASC  [["decidim_organization_id", 1], ["show_in_footer", true]]
I, [2021-01-13T16:51:28.033785 #690068]  INFO -- : [cdd796ff-bc6a-4938-93d9-de65c2f5a08b]   Rendered /home/decidim/.rbenv/versions/2.6.3/lib/ruby/gems/2.6.0/gems/decidim-core-0.23.1/app/views/layouts/decidim/_social_media_links.html.erb (0.1ms)
I, [2021-01-13T16:51:28.033880 #690068]  INFO -- : [cdd796ff-bc6a-4938-93d9-de65c2f5a08b]   Rendered /home/decidim/.rbenv/versions/2.6.3/lib/ruby/gems/2.6.0/gems/decidim-core-0.23.1/app/views/layouts/decidim/_main_footer.html.erb (4.5ms)
I, [2021-01-13T16:51:28.034456 #690068]  INFO -- : [cdd796ff-bc6a-4938-93d9-de65c2f5a08b]   Rendered /home/decidim/.rbenv/versions/2.6.3/lib/ruby/gems/2.6.0/gems/decidim-core-0.23.1/app/views/layouts/decidim/_mini_footer.html.erb (0.3ms)
I, [2021-01-13T16:51:28.034540 #690068]  INFO -- : [cdd796ff-bc6a-4938-93d9-de65c2f5a08b]   Rendered /home/decidim/.rbenv/versions/2.6.3/lib/ruby/gems/2.6.0/gems/decidim-core-0.23.1/app/views/layouts/decidim/_wrapper.html.erb (21.7ms)
I, [2021-01-13T16:51:28.035089 #690068]  INFO -- : [cdd796ff-bc6a-4938-93d9-de65c2f5a08b]   Rendered /home/decidim/.rbenv/versions/2.6.3/lib/ruby/gems/2.6.0/gems/decidim-core-0.23.1/app/views/decidim/shared/_confirm_modal.html.erb (0.2ms)
I, [2021-01-13T16:51:28.035432 #690068]  INFO -- : [cdd796ff-bc6a-4938-93d9-de65c2f5a08b]   Rendered /home/decidim/.rbenv/versions/2.6.3/lib/ruby/gems/2.6.0/gems/decidim-core-0.23.1/app/views/decidim/shared/_authorization_modal.html.erb (0.0ms)
I, [2021-01-13T16:51:28.036424 #690068]  INFO -- : [cdd796ff-bc6a-4938-93d9-de65c2f5a08b]   Rendered /home/decidim/.rbenv/versions/2.6.3/lib/ruby/gems/2.6.0/gems/decidim-core-0.23.1/app/views/layouts/decidim/_js_configuration.html.erb (0.7ms)
I, [2021-01-13T16:51:28.036515 #690068]  INFO -- : [cdd796ff-bc6a-4938-93d9-de65c2f5a08b]   Rendered /home/decidim/.rbenv/versions/2.6.3/lib/ruby/gems/2.6.0/gems/decidim-core-0.23.1/app/views/layouts/decidim/_application.html.erb (42.6ms)
I, [2021-01-13T16:51:28.036909 #690068]  INFO -- : [cdd796ff-bc6a-4938-93d9-de65c2f5a08b] Completed 500 Internal Server Error in 48ms (Views: 40.6ms | ActiveRecord: 4.2ms)
I, [2021-01-13T16:51:28.184374 #690068]  INFO -- : [75bbcfdb-440c-4cd8-b885-9db62b5b24f6] Started GET "/admin/organization/homepage/content_blocks/navigation_map/assets/table.css" for 188.72.15.223 at 2021-01-13 16:51:28 +0100
D, [2021-01-13T16:51:28.186076 #690068] DEBUG -- : [75bbcfdb-440c-4cd8-b885-9db62b5b24f6]   Decidim::Organization Load (0.6ms)  SELECT  "decidim_organizations".* FROM "decidim_organizations" WHERE "decidim_organizations"."host" = $1 LIMIT $2  [["host", "www.badragaz-taminatal.ch"], ["LIMIT", 1]]
I, [2021-01-13T16:51:28.190061 #690387]  INFO -- : [875f1b1a-d4b5-4654-b993-0f421b853214] Started GET "/admin/organization/homepage/content_blocks/navigation_map/development/style/style.css" for 188.72.15.223 at 2021-01-13 16:51:28 +0100
D, [2021-01-13T16:51:28.191663 #690387] DEBUG -- : [875f1b1a-d4b5-4654-b993-0f421b853214]   Decidim::Organization Load (0.6ms)  SELECT  "decidim_organizations".* FROM "decidim_organizations" WHERE "decidim_organizations"."host" = $1 LIMIT $2  [["host", "www.badragaz-taminatal.ch"], ["LIMIT", 1]]
D, [2021-01-13T16:51:28.192944 #690068] DEBUG -- : [75bbcfdb-440c-4cd8-b885-9db62b5b24f6]   Decidim::User Load (0.7ms)  SELECT  "decidim_users".* FROM "decidim_users" WHERE "decidim_users"."type" IN ('Decidim::User') AND "decidim_users"."id" = $1 ORDER BY "decidim_users"."id" ASC LIMIT $2  [["id", 1], ["LIMIT", 1]]
D, [2021-01-13T16:51:28.194368 #690068] DEBUG -- : [75bbcfdb-440c-4cd8-b885-9db62b5b24f6]   CACHE Decidim::User Load (0.0ms)  SELECT  "decidim_users".* FROM "decidim_users" WHERE "decidim_users"."type" IN ('Decidim::User') AND "decidim_users"."id" = $1 ORDER BY "decidim_users"."id" ASC LIMIT $2  [["id", 1], ["LIMIT", 1]]
D, [2021-01-13T16:51:28.196240 #690387] DEBUG -- : [875f1b1a-d4b5-4654-b993-0f421b853214]   Decidim::User Load (0.6ms)  SELECT  "decidim_users".* FROM "decidim_users" WHERE "decidim_users"."type" IN ('Decidim::User') AND "decidim_users"."id" = $1 ORDER BY "decidim_users"."id" ASC LIMIT $2  [["id", 1], ["LIMIT", 1]]
D, [2021-01-13T16:51:28.196250 #690068] DEBUG -- : [75bbcfdb-440c-4cd8-b885-9db62b5b24f6]   Decidim::Organization Load (0.8ms)  SELECT  "decidim_organizations".* FROM "decidim_organizations" WHERE "decidim_organizations"."id" = $1 LIMIT $2  [["id", 1], ["LIMIT", 1]]
D, [2021-01-13T16:51:28.197584 #690387] DEBUG -- : [875f1b1a-d4b5-4654-b993-0f421b853214]   CACHE Decidim::User Load (0.0ms)  SELECT  "decidim_users".* FROM "decidim_users" WHERE "decidim_users"."type" IN ('Decidim::User') AND "decidim_users"."id" = $1 ORDER BY "decidim_users"."id" ASC LIMIT $2  [["id", 1], ["LIMIT", 1]]
F, [2021-01-13T16:51:28.198404 #690068] FATAL -- : [75bbcfdb-440c-4cd8-b885-9db62b5b24f6]
F, [2021-01-13T16:51:28.198475 #690068] FATAL -- : [75bbcfdb-440c-4cd8-b885-9db62b5b24f6] ActionController::RoutingError (No route matches [GET] "/admin/organization/homepage/content_blocks/navigation_map/assets/table.css"):
F, [2021-01-13T16:51:28.198574 #690068] FATAL -- : [75bbcfdb-440c-4cd8-b885-9db62b5b24f6]
F, [2021-01-13T16:51:28.198633 #690068] FATAL -- : [75bbcfdb-440c-4cd8-b885-9db62b5b24f6] actionpack (5.2.4.4) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call'
[75bbcfdb-440c-4cd8-b885-9db62b5b24f6] actionpack (5.2.4.4) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call'
[75bbcfdb-440c-4cd8-b885-9db62b5b24f6] railties (5.2.4.4) lib/rails/rack/logger.rb:38:in `call_app'
[75bbcfdb-440c-4cd8-b885-9db62b5b24f6] railties (5.2.4.4) lib/rails/rack/logger.rb:26:in `block in call'
[75bbcfdb-440c-4cd8-b885-9db62b5b24f6] activesupport (5.2.4.4) lib/active_support/tagged_logging.rb:71:in `block in tagged'
[75bbcfdb-440c-4cd8-b885-9db62b5b24f6] activesupport (5.2.4.4) lib/active_support/tagged_logging.rb:28:in `tagged'
[75bbcfdb-440c-4cd8-b885-9db62b5b24f6] activesupport (5.2.4.4) lib/active_support/tagged_logging.rb:71:in `tagged'
[75bbcfdb-440c-4cd8-b885-9db62b5b24f6] railties (5.2.4.4) lib/rails/rack/logger.rb:26:in `call'
[75bbcfdb-440c-4cd8-b885-9db62b5b24f6] actionpack (5.2.4.4) lib/action_dispatch/middleware/remote_ip.rb:81:in `call'
[75bbcfdb-440c-4cd8-b885-9db62b5b24f6] request_store (1.5.0) lib/request_store/middleware.rb:19:in `call'
[75bbcfdb-440c-4cd8-b885-9db62b5b24f6] actionpack (5.2.4.4) lib/action_dispatch/middleware/request_id.rb:27:in `call'
[75bbcfdb-440c-4cd8-b885-9db62b5b24f6] rack (2.2.3) lib/rack/method_override.rb:24:in `call'
[75bbcfdb-440c-4cd8-b885-9db62b5b24f6] activesupport (5.2.4.4) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call'
[75bbcfdb-440c-4cd8-b885-9db62b5b24f6] actionpack (5.2.4.4) lib/action_dispatch/middleware/executor.rb:14:in `call'
[75bbcfdb-440c-4cd8-b885-9db62b5b24f6] rack (2.2.3) lib/rack/sendfile.rb:110:in `call'
[75bbcfdb-440c-4cd8-b885-9db62b5b24f6] actionpack (5.2.4.4) lib/action_dispatch/middleware/ssl.rb:74:in `call'
[75bbcfdb-440c-4cd8-b885-9db62b5b24f6] rack-cors (1.1.1) lib/rack/cors.rb:100:in `call'
[75bbcfdb-440c-4cd8-b885-9db62b5b24f6] railties (5.2.4.4) lib/rails/engine.rb:524:in `call'
[75bbcfdb-440c-4cd8-b885-9db62b5b24f6] /usr/lib/ruby/vendor_ruby/phusion_passenger/rack/thread_handler_extension.rb:107:in `process_request'
[75bbcfdb-440c-4cd8-b885-9db62b5b24f6] /usr/lib/ruby/vendor_ruby/phusion_passenger/request_handler/thread_handler.rb:149:in `accept_and_process_next_request'
[75bbcfdb-440c-4cd8-b885-9db62b5b24f6] /usr/lib/ruby/vendor_ruby/phusion_passenger/request_handler/thread_handler.rb:110:in `main_loop'
[75bbcfdb-440c-4cd8-b885-9db62b5b24f6] /usr/lib/ruby/vendor_ruby/phusion_passenger/request_handler.rb:416:in `block (3 levels) in start_threads'
[75bbcfdb-440c-4cd8-b885-9db62b5b24f6] /usr/lib/ruby/vendor_ruby/phusion_passenger/utils.rb:113:in `block in create_thread_and_abort_on_exception'
D, [2021-01-13T16:51:28.199484 #690387] DEBUG -- : [875f1b1a-d4b5-4654-b993-0f421b853214]   Decidim::Organization Load (0.6ms)  SELECT  "decidim_organizations".* FROM "decidim_organizations" WHERE "decidim_organizations"."id" = $1 LIMIT $2  [["id", 1], ["LIMIT", 1]]
I, [2021-01-13T16:51:28.200344 #690068]  INFO -- : [75bbcfdb-440c-4cd8-b885-9db62b5b24f6] Processing by Decidim::ErrorsController#not_found as CSS
F, [2021-01-13T16:51:28.201636 #690387] FATAL -- : [875f1b1a-d4b5-4654-b993-0f421b853214]
F, [2021-01-13T16:51:28.201779 #690387] FATAL -- : [875f1b1a-d4b5-4654-b993-0f421b853214] ActionController::RoutingError (No route matches [GET] "/admin/organization/homepage/content_blocks/navigation_map/development/style/style.css"):
F, [2021-01-13T16:51:28.201867 #690387] FATAL -- : [875f1b1a-d4b5-4654-b993-0f421b853214]
D, [2021-01-13T16:51:28.201895 #690068] DEBUG -- : [75bbcfdb-440c-4cd8-b885-9db62b5b24f6]   Decidim::ImpersonationLog Load (0.3ms)  SELECT  "decidim_impersonation_logs".* FROM "decidim_impersonation_logs" WHERE "decidim_impersonation_logs"."decidim_admin_id" = $1 AND "decidim_impersonation_logs"."ended_at" IS NULL AND "decidim_impersonation_logs"."expired_at" IS NULL ORDER BY "decidim_impersonation_logs"."id" ASC LIMIT $2  [["decidim_admin_id", 1], ["LIMIT", 1]]
F, [2021-01-13T16:51:28.201959 #690387] FATAL -- : [875f1b1a-d4b5-4654-b993-0f421b853214] actionpack (5.2.4.4) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call'
[875f1b1a-d4b5-4654-b993-0f421b853214] actionpack (5.2.4.4) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call'
[875f1b1a-d4b5-4654-b993-0f421b853214] railties (5.2.4.4) lib/rails/rack/logger.rb:38:in `call_app'
[875f1b1a-d4b5-4654-b993-0f421b853214] railties (5.2.4.4) lib/rails/rack/logger.rb:26:in `block in call'
[875f1b1a-d4b5-4654-b993-0f421b853214] activesupport (5.2.4.4) lib/active_support/tagged_logging.rb:71:in `block in tagged'
[875f1b1a-d4b5-4654-b993-0f421b853214] activesupport (5.2.4.4) lib/active_support/tagged_logging.rb:28:in `tagged'
[875f1b1a-d4b5-4654-b993-0f421b853214] activesupport (5.2.4.4) lib/active_support/tagged_logging.rb:71:in `tagged'
[875f1b1a-d4b5-4654-b993-0f421b853214] railties (5.2.4.4) lib/rails/rack/logger.rb:26:in `call'
[875f1b1a-d4b5-4654-b993-0f421b853214] actionpack (5.2.4.4) lib/action_dispatch/middleware/remote_ip.rb:81:in `call'
[875f1b1a-d4b5-4654-b993-0f421b853214] request_store (1.5.0) lib/request_store/middleware.rb:19:in `call'
[875f1b1a-d4b5-4654-b993-0f421b853214] actionpack (5.2.4.4) lib/action_dispatch/middleware/request_id.rb:27:in `call'
[875f1b1a-d4b5-4654-b993-0f421b853214] rack (2.2.3) lib/rack/method_override.rb:24:in `call'
[875f1b1a-d4b5-4654-b993-0f421b853214] activesupport (5.2.4.4) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call'
[875f1b1a-d4b5-4654-b993-0f421b853214] actionpack (5.2.4.4) lib/action_dispatch/middleware/executor.rb:14:in `call'
[875f1b1a-d4b5-4654-b993-0f421b853214] rack (2.2.3) lib/rack/sendfile.rb:110:in `call'
[875f1b1a-d4b5-4654-b993-0f421b853214] actionpack (5.2.4.4) lib/action_dispatch/middleware/ssl.rb:74:in `call'
[875f1b1a-d4b5-4654-b993-0f421b853214] rack-cors (1.1.1) lib/rack/cors.rb:100:in `call'
[875f1b1a-d4b5-4654-b993-0f421b853214] railties (5.2.4.4) lib/rails/engine.rb:524:in `call'
[875f1b1a-d4b5-4654-b993-0f421b853214] /usr/lib/ruby/vendor_ruby/phusion_passenger/rack/thread_handler_extension.rb:107:in `process_request'
[875f1b1a-d4b5-4654-b993-0f421b853214] /usr/lib/ruby/vendor_ruby/phusion_passenger/request_handler/thread_handler.rb:149:in `accept_and_process_next_request'
[875f1b1a-d4b5-4654-b993-0f421b853214] /usr/lib/ruby/vendor_ruby/phusion_passenger/request_handler/thread_handler.rb:110:in `main_loop'
[875f1b1a-d4b5-4654-b993-0f421b853214] /usr/lib/ruby/vendor_ruby/phusion_passenger/request_handler.rb:416:in `block (3 levels) in start_threads'
[875f1b1a-d4b5-4654-b993-0f421b853214] /usr/lib/ruby/vendor_ruby/phusion_passenger/utils.rb:113:in `block in create_thread_and_abort_on_exception'
I, [2021-01-13T16:51:28.203066 #690387]  INFO -- : [875f1b1a-d4b5-4654-b993-0f421b853214] Processing by Decidim::ErrorsController#not_found as CSS
D, [2021-01-13T16:51:28.203203 #690068] DEBUG -- : [75bbcfdb-440c-4cd8-b885-9db62b5b24f6]   Decidim::ImpersonationLog Load (0.2ms)  SELECT  "decidim_impersonation_logs".* FROM "decidim_impersonation_logs" WHERE "decidim_impersonation_logs"."decidim_admin_id" = $1 AND "decidim_impersonation_logs"."ended_at" IS NULL AND "decidim_impersonation_logs"."expired_at" IS NOT NULL ORDER BY "decidim_impersonation_logs"."id" ASC LIMIT $2  [["decidim_admin_id", 1], ["LIMIT", 1]]
D, [2021-01-13T16:51:28.204629 #690387] DEBUG -- : [875f1b1a-d4b5-4654-b993-0f421b853214]   Decidim::ImpersonationLog Load (0.4ms)  SELECT  "decidim_impersonation_logs".* FROM "decidim_impersonation_logs" WHERE "decidim_impersonation_logs"."decidim_admin_id" = $1 AND "decidim_impersonation_logs"."ended_at" IS NULL AND "decidim_impersonation_logs"."expired_at" IS NULL ORDER BY "decidim_impersonation_logs"."id" ASC LIMIT $2  [["decidim_admin_id", 1], ["LIMIT", 1]]
D, [2021-01-13T16:51:28.206000 #690387] DEBUG -- : [875f1b1a-d4b5-4654-b993-0f421b853214]   Decidim::ImpersonationLog Load (0.4ms)  SELECT  "decidim_impersonation_logs".* FROM "decidim_impersonation_logs" WHERE "decidim_impersonation_logs"."decidim_admin_id" = $1 AND "decidim_impersonation_logs"."ended_at" IS NULL AND "decidim_impersonation_logs"."expired_at" IS NOT NULL ORDER BY "decidim_impersonation_logs"."id" ASC LIMIT $2  [["decidim_admin_id", 1], ["LIMIT", 1]]
I, [2021-01-13T16:51:28.206019 #690068]  INFO -- : [75bbcfdb-440c-4cd8-b885-9db62b5b24f6] Completed 500 Internal Server Error in 6ms (ActiveRecord: 0.5ms)
I, [2021-01-13T16:51:28.208480 #690387]  INFO -- : [875f1b1a-d4b5-4654-b993-0f421b853214] Completed 500 Internal Server Error in 5ms (ActiveRecord: 0.8ms)

from decidim-module-navigation_maps.

MohammedSalahadin avatar MohammedSalahadin commented on June 19, 2024

Thank You Ivan, I really appreciate your efforts, you are a rock!
finally it worked, but I still have the Geo map not working, I hope you can have some idea about the error that I have got there:
Here is the Link of the issue:
decidim/decidim#7076
I already registered with here maps and have an account, but that bugs is made me feel so bad, I hope you can figure out the problem... Best regards..

from decidim-module-navigation_maps.

microstudi avatar microstudi commented on June 19, 2024

Thanks Mohamed, you've probably have something misconfigured. I recommend you to show the source code of your installation (you can make a repo in github), it's much easier to review when asking help.
BR

from decidim-module-navigation_maps.

MohammedSalahadin avatar MohammedSalahadin commented on June 19, 2024

Thanks Mohamed, you've probably have something misconfigured. I recommend you to show the source code of your installation (you can make a repo in github), it's much easier to review when asking help.
BR

Hi Ivan, Thank you for your suggestion , Actually I already have a repository and I'm keeping it updated everyday, Here is it:
https://github.com/MohammedSalahadin/Badragaz-Taminatal
I also started learning Ruby language, The next step is learning ruby on rails since I'm planning to develop new models for Decidim framework, I'm a big fan but the amount of the bugs I sow here were unbelievable.
honestly without the your help and the community help we will not be able to achieve anything.

Cheers!

from decidim-module-navigation_maps.

Related Issues (2)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.