-
Notifications
You must be signed in to change notification settings - Fork 578
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
Comments
I get the same error. |
Have you tried using a lesser version of ruby 3.3.1? |
I'm getting the same error - ruby version 3.3.0 and rails version 7.1.3.2 |
I'm getting the same error |
Also Configure letter_opener since mailcatcher is broken :( sj26/mailcatcher#558
Thank you for the report. I believe this may be solved by #554. Please try the latest pre-release:
|
This didn't work for me. I'm still getting Internal Server Error. Ruby 3.3.1, Rails 7.1.3.2 |
worked OK for me Ruby 3.3.1, Rails 7.1.3.3 |
Please post the log output if you’re still having trouble. |
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
The text was updated successfully, but these errors were encountered: