Ask A Question

Notifications

You’re not receiving notifications from this thread.

Mailboxer Issue

MicahBHoward asked in Rails

I setup the Mailboxer gem in my application. Everything was working fine, except a read conversation kept showing up as unread. I decided to run this command in the rails console: [user].mailbox.conversations.first.destroy. That got rid of the conversation, but now when I create a new message or conversation, they are not sent to the recipient. What did I do, and how can I fix it?

In the console for the receipts I get this: is_delivered: false, delivery_method: nil, message_id: nil

Reply

I don't know how it happened, but my create action was not correct. For now the problem is fixed.

Reply
Join the discussion
Create an account Log in

Want to stay up-to-date with Ruby on Rails?

Join 81,842+ developers who get early access to new tutorials, screencasts, articles, and more.

    We care about the protection of your data. Read our Privacy Policy.

    Screencast tutorials to help you learn Ruby on Rails, Javascript, Hotwire, Turbo, Stimulus.js, PostgreSQL, MySQL, Ubuntu, and more.

    © 2024 GoRails, LLC. All rights reserved.