nova-filepond icon indicating copy to clipboard operation
nova-filepond copied to clipboard

the payload is invalid

Open milad777v2 opened this issue 1 year ago • 2 comments

Screenshot (3)

milad777v2 avatar Jan 04 '24 22:01 milad777v2

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

milewski avatar Jan 05 '24 03:01 milewski

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

annromantsova avatar Jun 10 '24 07:06 annromantsova