dcasia/nova-filepond

the payload is invalid

milad777v2 opened this issue · 2 comments

Can you check the network tab to see exactly what was the payload sent?

I had the same error.
It occurred because the Laravel debugger was enabled, and it was injecting the output of its script into the file field in the payload.
To fix this error, the quickest way is to disable the debugger.

DEBUGBAR_ENABLED=false