Ivan Vergés

Results 85 comments of Ivan Vergés

the ones in /etc/nginx/conf.d and /etc/nginx/sites-enabled are important

Then you've missed some step. These files should exist: /etc/nginx/conf.d/mod-http-passenger.conf /etc/nginx/sites-enabled/decidim.conf

You're wellcome. Glad you solve it!

do you have a log with the error message? check if your username is the full mail also

can you try `grep ERROR log/production.log -A3 -B3`

Try to configure evironments/production.rb as: ```ruby 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,...

is it possible that you need to restart delayedjob after making the updates in your config?

Sorry, I'm not sure how can I help you, it really seems some misconfiguration (reading the error message)

Can you provide more information? maybe a screenshot would help

seems like some installation went corrupt at some point. Can you try to uninstall all the versions of Decidim you have and then install them again? You can list all...