fgrehm / letter_opener_web

A web interface for browsing Ruby on Rails sent emails
MIT License
718 stars 112 forks source link

SystemStackError occures when more than 30 messages. #86

Closed ikuhanarock closed 3 years ago

ikuhanarock commented 6 years ago

I have a problem with SystemStackError occures.

SystemStackError - stack level too deep:

Reproduction method:

  1. more than 30 messages in /inbox.
  2. access to /inbox page.

Environment: Ruby v2.5.1 Rails v5.1.4 letter_opener_web v1.3.4

fgrehm commented 4 years ago

Sorry for the long delay here but are you able to reproduce this with the latest release of this gem and Rails? I've just tested on Rails 6, letter_opener_web 1.4.0 and Ruby 2.6.5.

I was able to load the UI with 57 messages:

image

fgrehm commented 3 years ago

Hey @ikuhanarock I'm doing some cleaning of issues and PRs in prep for a 2.0 release. If by any chance this is still a problem for you in the latest 1.x release please open a new issue.

Sorry for the long delay here!