dcasia / nova-filepond

A Nova field for uploading File, Image and Video using Filepond.
MIT License
48 stars 27 forks source link

the payload is invalid #44

Open milad777v2 opened 6 months ago

milad777v2 commented 6 months ago

Screenshot (3)

milewski commented 6 months ago

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

annromantsova commented 1 month ago

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