BetterErrors / better_errors

Better error page for Rack apps
MIT License
6.88k stars 437 forks source link

Issues with Middleman #373

Closed andreamoro closed 7 years ago

andreamoro commented 7 years ago

Not a great expert of Ruby, so I can't be more precise than this. However, after the activation I can only see an "internal server error" page with the error, but nothing more useful than that.

Paradoxically, the standard error is more useful at this stage as I can at least see the line number.

Any help?

RobinDaugherty commented 7 years ago

@andreamoro did you add better_errors to your Gemfile? What version of the gem do you have? Can you provide log output from the middleman server? (There's no standard log, so you'll have to get this from running the server directly, or by adding configuration to log to a file. https://github.com/middleman/middleman/issues/1004)

RobinDaugherty commented 7 years ago

Duplicate of #301.