Binsar Dwi Jasuma

Results 6 comments of Binsar Dwi Jasuma

I have just converted https://github.com/kozakdenys/qr-code-styling to a Svelte action and added support for reactivity. check here https://www.npmjs.com/package/svelte-qrcode-action

> > any solution here? > > are you having the same issue? seems weird, that no one has reported this so far as this is a pretty severe bug....

> that might have to do with the visibility and url generation of the s3 file, set `->visibility('private')` and check your url parameter in s3 filesystem storage ```php Forms\Components\FileUpload::make('image') ->disk('s3')...

the solution in my case, just make it so that it doesn't just take the file information ```php Forms\Components\FileUpload::make('image') ->disk('s3') ->directory('banners') ->fetchFileInformation(false) // previewable() ->required(), ``` but still, this needs...