Welcome Guest, Not a member yet? Register   Sign In
Debug is breaking my JSON... How to disable it from some methods ?
#2

Interesting. That's being added by the debug toolbar. I think you can do 1 of 2 things:

1) Edit app/Config/Toolbar.php and comment out the views collector on line 23
2) You could edit app/Config/Filters.php and change how the toolbar is called. Currently it's a global setting. You could change that to ignore all routes starting in api/* for example.
Reply


Messages In This Thread
RE: Debug is breaking my JSON... How to disable it from some methods ? - by kilishan - 10-07-2019, 07:17 PM



Theme © iAndrew 2016 - Forum software by © MyBB