BetterErrors / better_errors

Better error page for Rack apps

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

So many times "Session expired" screen

no1-knows opened this issue · comments

Hello, I'm using better_errors with Docker
Please let me know how to avoid to show below message

Session expired
This page was likely opened from a previous exception, and the exception is no longer available in memory.
More about Better Errors

Now I reload so many times till correct better_errors screen after adding "raise" in controller

What I did is to add below line at development.rb
BetterErrors::Middleware.allow_ip! "0.0.0.0/0"

thanks

Rails 7.0.8
ruby 3.2.2 (2023-03-30 revision e51014f9c0) [aarch64-linux]