Ivan Vergés

Results 85 comments of Ivan Vergés

I've seen this message before, is because the gem seven_zip_archive is not compatible with ruby 2.7. Use ruby 2.6 for the moment!

Currently it says this: ![imatge](https://user-images.githubusercontent.com/1401520/85131119-7cccdc00-b236-11ea-92d4-fe035bd4f1bc.png) But if you thing it should be clarified, please feel free to make a contribution. To be honest I haven't experienced any problem installing passenger....

This locale settings affects only to the `/system` super-admin interface and it can be changed anytime, not sure if it's really relevant (this admin system is only used to create...

Thanks for the link @Digharatta, very useful. I'll test everything and I will add proper instructions!

Check errors in the production log and paste them here: ``` grep ERROR log/production.log -A3 -B3 ```

That's great! I will link this issue from the doc in the Mail debug section

@polnetwork can you access port 587? for example with comman: ``` nc -zv smtp.server.tld 587 ```

It's possible your suffering from an error with IPv6 with gmail stmp. Have you tried what's explained in basic-config about disabling IPv6? ![image](https://user-images.githubusercontent.com/1401520/52782083-77fa8580-304e-11e9-9217-9451cef8b449.png)

The easiest way is to just to click the "lost password" link in login. If you are using active job, can you share this result? ``` RAILS_ENV=production bin/delayed_job status ```

It seems that something is wrong with the SSL configuration, can you tell me if your this parts of your config/application.yml: ```yaml SMTP_ADDRESS: smtp.gmail.com SMTP_DOMAIN: gmail.com ``` And config/secrets.yml: ```ruby...