What is the name of the domain?
neso.markably.app
What is the issue you’re encountering
When I enter the url in the browser to traverse the contents of the private backblaze bucket, rather than display the file the browser runs the “Hello World!” boilerplate JS
What steps have you taken to resolve the issue?
Followed the instructions on Deliver Private Backblaze B2 Content Through Cloudflare CDN
So for BUCKET_NAME I set it to the actual ils-markably-main
. I also made a custom domain for my Worker, neso.markably.app
When I try https://neso.markably.app/static/img/markably_logo_dark.png
in a browser, instead of traversing the files in the bucket, it will merely run the boilerplate JS code and render
Hello World!
in the browser. So the worker isn’t mapping the client request to the private backblaze b2 bucket.
I have set these vars:
ALLOW_LIST_BUCKET=true;
B2_APPLICATION_KEY=asdf;
B2_APPLICATION_KEY_ID=asdf;
B2_ENDPOINT=s3.us-east-005.backblazeb2.com;
BUCKET_NAME=ils-markably-main
What are the steps to reproduce the issue?
See above