Neeraj1005's avatar

ErrorException This driver does not support creating temporary URLs.

Full error

ErrorException
This driver does not support creating temporary URLs. (View: /home2/Domain..../public_html/cms/resources/views/livewire/customization/customizelogo.blade.php)

In my localhost livewire image upload is properly working. But in production (CPanel) it shows me this error when I upload the image. Can anyone tells me how to fix this issue....?

This is used in my blade. Should I have to remove temporaryUrl()..?

  <div class="col">
                    {{-- Preview Image show and upload image --}}
                        <div class="form-group float-right">
                        @if ($uploadadminlogo)
                                <img src="{{ $uploadadminlogo->temporaryUrl() }}" width="35%" height="35%">
                        @else
                                <img class="rounded img-fluid img-thumbnail" src="{{ $this->admin_logo_path }}" width="35%" height="35%">
                        @endif
                        </div>
                    </div>
0 likes
0 replies

Please or to participate in this conversation.