Your Web News in One Place

Help Webnuz

Referal links:

Sign up for GreenGeeks web hosting
April 16, 2024 09:31 pm GMT

More info on ambiguous 500 errors

While Pest testing in a laravel project I get a 500 HTTP error. Great now what? How can I get more detail from this generic gem?

You can eek out a little more information with this:

$this->withoutExceptionHandling();

Whichh I placed at the top of my test.

It's kind of like:

dd();

But for errors.


Original Link: https://dev.to/kowston/more-info-on-ambiguous-500-errors-4ej9

Share this article:    Share on Facebook
View Full Article

Dev To

An online community for sharing and discovering great ideas, having debates, and making friends

More About this Source Visit Dev To