Giter VIP home page Giter VIP logo

Comments (3)

airblag avatar airblag commented on July 30, 2024 1

As a workaround, I edited the /loomio/config/application.rb in the loomio-worker container replacing

ssl: ENV['SMTP_USE_SSL'].present?,

with

ssl: false,

killing the sidekiq process and it then worked for me.

Now I tried again commenting the SMTP_USE_SSL in my .env and restarting the containers and it seems to work. I'm not sure what happened, maybe some stuff changed also with docker-compose pull

from loomio-deploy.

robguthrie avatar robguthrie commented on July 30, 2024

First thing: I'd recommend you track the stable branch. For now that will work around this issue.

But yeah.. this is a problem to be fixed. I suspect this is something due to our update to Rails 7.0 recently.

You probably know, but we don't write our own SMTP stuff in Loomio, this is just Rails, but maybe we need to improve the config variables to allow you to get the settings right?

from loomio-deploy.

robguthrie avatar robguthrie commented on July 30, 2024

Great to hear you're back up again.

from loomio-deploy.

Related Issues (20)

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.