dasundev / livewire-dropzone

A Livewire Dropzone component for simple drag-and-drop file uploads.
https://dasun.dev/docs/livewire-dropzone
MIT License
169 stars 17 forks source link

Error 401 hasValidSignature #42

Closed gutofurlan closed 4 months ago

gutofurlan commented 4 months ago

In my project I have a problem when I send it to production, since my certificate is the cloudflare standard, so it cannot check the certificate giving me the problem. Would you have a way to edit this? say that he doesn't have to check or something? Or would there be a way to solve it in the case of using cloudflare? Thanks The error occurs in this check:

abort_unless(request()->hasValidSignature(), 401);

IMAGE ERROR

Captura de Tela 2024-07-11 às 08 10 18 Captura de Tela 2024-07-11 às 08 10 33
dasundev commented 4 months ago

It would be helpful if you could add a screenshot of the error.

gutofurlan commented 4 months ago

It would be helpful if you could add a screenshot of the error.

I added it, please see if you can identify the error. Well, I've been there for a few days and I can't identify

dasundev commented 4 months ago

It seems this issue is not directly related to the Dropzone component but rather to Livewire's upload functionality. For more details, please refer to https://github.com/livewire/livewire/discussions/3084