DEV Community

Discussion on: My First Laravel 6 and React App

Collapse
 
mike_hasarms profile image
Mike Healy • Edited

The app didn't work for me.
I had these errors in the console:

Chrome console errors

Also it seems like your Laravel app has debug mode true, which can be a security risk in production. I could click through to that 500 API error and see the detailed error page.

You can set debug=false in your .env file to fix that.

Collapse
 
datmt profile image
Mạnh Đạt

Thanks! I'm fixing it now