Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Internal Server Error #558

Open
captainwycliffe opened this issue May 2, 2024 · 7 comments
Open

Internal Server Error #558

captainwycliffe opened this issue May 2, 2024 · 7 comments

Comments

@captainwycliffe
Copy link

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
Copy link

phlegx commented May 2, 2024

I get the same error.

@captainwycliffe
Copy link
Author

Have you tried using a lesser version of ruby 3.3.1?

@AnthonyFrancis
Copy link

AnthonyFrancis commented May 3, 2024

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

@mdoyle-fleetio
Copy link

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

littleforest added a commit to ApprenticeshipStandardsDotOrg/ApprenticeshipStandardsDotOrg that referenced this issue May 15, 2024
littleforest added a commit to ApprenticeshipStandardsDotOrg/ApprenticeshipStandardsDotOrg that referenced this issue May 16, 2024
Also Configure letter_opener since mailcatcher is broken :(

sj26/mailcatcher#558
@sj26
Copy link
Owner

sj26 commented May 17, 2024

Thank you for the report.

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

gem install mailcatcher --pre

@durrellchamorro
Copy link

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
Copy link

stuffa commented May 18, 2024

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

7 participants