sj26 / mailcatcher

Catches mail and serves it through a dream.
http://mailcatcher.me
MIT License
6.23k stars 571 forks source link

Internal Server Error #558

Open captainwycliffe opened 2 months ago

captainwycliffe commented 2 months ago

I don't know why I am experiencing an internal server error on mailcatcher.I am running ruby on rails on webpack with vue.This was my installation process:

  1. Installed mail checker with gem install mailcatcher.
  2. I configured mailcatcher in development at environments/development.rb with the following code : config.action_mailer.delivery_method = :smtp config.action_mailer.smtp_settings = { :address => '127.0.0.1', :port => 1025 } config.action_mailer.raise_delivery_errors = false just as the documentation mentioned. 3.And finally I ran maillcatcher in the terminal. I am on arch linux running ruby version 3.3.1 and rails version 7.1.3.2
phlegx commented 2 months ago

I get the same error.

captainwycliffe commented 2 months ago

Have you tried using a lesser version of ruby 3.3.1?

AnthonyFrancis commented 2 months ago

I'm getting the same error - ruby version 3.3.0 and rails version 7.1.3.2

mdoyle-fleetio commented 1 month ago

I'm getting the same error ruby 3.3.1, Rails 7.1.3.2 Mac OS w/ Apple Silicon

sj26 commented 1 month ago

Thank you for the report.

I believe this may be solved by #554. Please try the latest pre-release:

gem install mailcatcher --pre
durrellchamorro commented 1 month ago

gem install mailcatcher --pre

This didn't work for me. I'm still getting Internal Server Error.

Ruby 3.3.1, Rails 7.1.3.2 Mac OS w/ Apple Silicon

stuffa commented 1 month ago

worked OK for me note: I removed the mailcatcher gem first including the compiled binaries

Ruby 3.3.1, Rails 7.1.3.3 Ubuntu-amd64 23.10