Hugo Build configuration from git setup help needed

What is the name of the domain?

patrickkudo.kudo-patrick.workers.dev

What is the issue you’re encountering

Error: open blob.Bucket: no driver registered for “https” for URL “https://patrickkudo.com”; available schemes: azblob, file, gs, s3

What steps have you taken to resolve the issue?

I’m building my own personal hugo website and having trouble figuring out what I need to do to get my assets to show up in the deployed page. The hugo project deploys fine locally when I execute “hugo server”.

I have tried:

What are the steps to reproduce the issue?

Hi there,

As long as you have your git connected to Cloudflare pages, the deployment should run.
Make sure of course you only have one git repo connected to one Cloudflare account.

If you’re having issues, start by creating a test page, connect it to your git repo, upload a simple index and go from there.
Figure out if the issues you’re having are due to the Cloudflare/Git integration, or is it something else, namely the way you’re pushing your local repo to github.

If after this you’re still having issues, please explain what you did step by step, and what step on Cloudflare exactly is showing the error.

Take care.

Hi, I am wondering if my original issue was because I needed to set up DNS CNAME records first. It does build a “Hello world” page when I set the build command to hugo --gc --minify -b <web url>, Deploy command as hugo, and leave Root directory blank.

I ended up using AWS Amplify to host my website. I did specify the baseDirectory to be ‘public’ in that AWS build.

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.