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
As you can see, in line 74 they also set NETLIFY=true but DEPLOY_PRIME_URL is not set, so that means the cache-directory is now also set to /opt/build/cache/hugo when deploying on Cloudflare Pages which leads to a failed build as you can see in this screenshot & build log:
Since 0.84.3 deployments on Cloudflare Pages are broken, as far as I can tell the problem boils down to this commit:
6c8c0c8
Cloudflare Pages sets these environment variables:
cloudflare-pages-env.d451584b-3b9e-49a6-9f43-006a4ae62185.log
(generated by deploying https://github.com/HorayNarea/cloudflare-pages-env and setting the build command to
./run.sh
)As you can see, in line 74 they also set
NETLIFY=true
butDEPLOY_PRIME_URL
is not set, so that means the cache-directory is now also set to/opt/build/cache/hugo
when deploying on Cloudflare Pages which leads to a failed build as you can see in this screenshot & build log:gecko-space.b4bd25b5-4e7e-40fd-833a-6128ca0b0e5b.log
The text was updated successfully, but these errors were encountered: