500 when updating video information or editing video information in the index #5
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Steps to reproduce
Go to any video and click on the [edit] link and then edit any video information you want and click on save.
This results in
Network Tab
I found out that when you add
console.log(JSON.stringify(e));
to Line 467 in w0bmscript.js it gives out the following information in the console.which doesn't really look too promising
laravel.log with the exact output after trying to update a video
After resetting the repository to HEAD it was gone, I will still keep this one open if it ever occurs again.