Kimiaki Kuno

Results 4 comments of Kimiaki Kuno

I did as follows ``` sudo sh -c "echo 'blacklist snd_hdmi_lpe_audio' > /etc/modprobe.d/blacklist-snd-hdmi-lpe-audio.conf" ``` and after reboot, pulseaudio works again and seems audio works fine. hope it helps ### Environment...

I apologize for neglecting this PR, and thank you for your kindly response.

> Maybe not the plugin, but gcp is the problem... I think it also relates to release version of 4.10.1 https://github.com/strapi-community/strapi-provider-upload-google-cloud-storage/releases/tag/4.10.1 Because this release supports gcs signed url https://cloud.google.com/storage/docs/access-control/signed-urls#signing-iam If...

> Is that possible we don't use signed url on public files? Yes that's possible. if you set `true` to `publicFiles` option, you can get unsigned url. This behavior documented...