Skip to content

Laravel Debugbar conflicts with media uploads #922

Discussion options

You must be logged in to vote

Posted on behalf of @mukarramkhalid who provided the following solution:


This is happening due to Laravel Debugbar.

If your app is in production or Laravel Debugbar is disabled, then it works fine.

The problem is that when you upload an image, the API returns image path and name. If Debugbar is enabled, the response includes all the debug output as well.

Canvas considers this whole output as a file path/name, which is too long for the column where it saves it eventually.

Related issues: #890, #709

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by austintoddj
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
1 participant