Replies: 2 comments 3 replies
-
That second url is a glide url, but you're talking about an mp3 file? |
Beta Was this translation helpful? Give feedback.
1 reply
-
and this is a local url, not a Storj one: https://example.com/audio/demo.mp3 ? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have setup all the settings.
I followed the instructions in this
Below is what i have in the
.env
DO_STORJ_KEY=xxxxx
DO_STORJ_SECRET=xxxxx
DO_STORJ_ENDPOINT=https://gateway.eu1.storjshare.io
DO_STORJ_REGION=gateway.eu1
DO_STORJ_BUCKET=statamic
DO_STORJ_ROOT=/
DO_STORJ_URL=https://example.com/cdn/
I have already uploaded some files beforehand and i am able to list all the files in my existing bucket inside the asset container in the CP. But when i select a file from the asset container to be used as featured audio in an article,
the audio does not play so i tried inspecting the source code and i can this,
<audio id="jp_audio_1" preload="metadata" src="https://example.com/audio/demo.mp3" title="Demo"></audio>
also trying to display image from the bucket, i inspected the source code i found this and its also not showing
<figure><img src="/img/asset/c3RvcmovYXJ0d29ya3MvZHVtbXkuanBn?w=265&h=265&s=c510fa0ebd7a0789893f0c4803bce1b2" alt=""></figure>
Beta Was this translation helpful? Give feedback.
All reactions