Summer Sale! All accounts are 50% off this week.

satyakresna's avatar

satyakresna wrote a reply+100 XP

5mos ago

TemporaryUrl() on livewire image uploads 401 response

Hey! Thank you! It works! I double check the URL format and yeah I see the & instead of &

satyakresna's avatar

satyakresna liked a comment+100 XP

5mos ago

TemporaryUrl() on livewire image uploads 401 response

@RemiM Hi, yes ... But the 401 goes away when I comment out the signature verification from within the livewire source files. I found the issue to be that the ”&” in the url gets transformed into a & when outputting it in blade... So what I did was {!! $previewUrl !!} ...