Robert Garrigos

Results 29 comments of Robert Garrigos

I believe where the problem is: decidim uses starttls to send secure mail thru a non-secure port. I've changed the port to 465, which is the secure port for smtp....

got it! Added in /config/environments/production.rb: ``` config.action_mailer.smtp_settings = { :address => Rails.application.secrets.smtp_address, :port => Rails.application.secrets.smtp_port, :authentication => Rails.application.secrets.smtp_authentication, :user_name => Rails.application.secrets.smtp_username, :password => Rails.application.secrets.smtp_password, :domain => Rails.application.secrets.smtp_domain, :enable_starttls_auto => Rails.application.secrets.smtp_starttls_auto,...

this is it: ``` server { listen 80; listen [::]:80 ipv6only=on; server_name decidim.garrigos.cat; client_max_body_size 32M; passenger_enabled on; passenger_ruby /home/decidim/.rbenv/shims/ruby; rails_env production; root /home/decidim/decidim-app/public; } ``` BTW, I could reload the...

``` $ sudo cat /etc/nginx/conf.d/mod-http-passenger.conf ### Begin automatically installed Phusion Passenger config snippet ### passenger_root /usr/lib/ruby/vendor_ruby/phusion_passenger/locations.ini; passenger_ruby /usr/bin/passenger_free_ruby; ### End automatically installed Phusion Passenger config snippet ### ``` ``` $...

yep, that fixed the problem 👍 thanks!

I'm having the same error... :-(

The description of the node would need to get updated, also, on each release. I updated the readme of the module Catalan Countries but it doesn't get updated in the...

Couldn't we have this list shown as random? It would be more fair for all the users.

Sorry, I meant the "Contractors for hire" block on the [resources page](https://backdropcms.org/support/resources). The problem with the actual block is that it always shows the same contractors, no chance for other...

Thanks, @jenlampton. Done: #1016