Ask A Question

Notifications

You’re not receiving notifications from this thread.

How to solve a status 308 with Action Mailbox?

Helena asked in Rails

Hi !

I am trying to send email from my Gmail accounts to my Rails application using Action Mailbox.
To configure it, I've followed this tutorial https://gorails.com/episodes/action-mailbox-rails-6?autoplay=1 and configured Sendgrid using this article https://adamnaamani.com/how-to-route-emails-with-action-mailbox/

Before pushing it to production, I've pushed it to staging on Heroku.
When I look at my logs, I can see the POST request with a status 308. I don't understand how did I get a permanent redirect status, and so where can I find the URL it was redirected to.

Do you have any ideas of what should I do ?

Cheers

Helena

Reply

It was because I was using http instead of https in my Sendgrid's url

Reply
Join the discussion
Create an account Log in

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

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

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