You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
However, the following error occurs: Malformed UTF-8 characters, possibly incorrectly encoded.
Inspecting the uuid attribute with dd($media->uuid) shows weird characters b"øò└*c╦8EìÅ=uT¿ÅU".
In the dabase, the uuid renders correctly.
I have tried the following without success: (string) $media->uuid utf8_encode($media->uuid) mb_convert_encoding($media->uuid, 'utf-8')
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
I'd like to render a table with a download button for each media. I added a column with a link:
However, the following error occurs:


Malformed UTF-8 characters, possibly incorrectly encoded
.Inspecting the uuid attribute with
dd($media->uuid)
shows weird charactersb"øò└*c╦8EìÅ=uT¿ÅU"
.In the dabase, the uuid renders correctly.
I have tried the following without success:
(string) $media->uuid
utf8_encode($media->uuid)
mb_convert_encoding($media->uuid, 'utf-8')
Beta Was this translation helpful? Give feedback.
All reactions