Dario
CDCloudflare Developers
โขCreated by ฤฤng Tรบ on 8/27/2024 in #pages-help
Is it possible to build Hugo with Caching Files?
Thanks @Jo ๐ , I really appreciate your understanding ๐
8 replies
CDCloudflare Developers
โขCreated by ฤฤng Tรบ on 8/27/2024 in #pages-help
Is it possible to build Hugo with Caching Files?
but also, just for workers static assets and not pages as there is not really a huge drive to add new features to pages at this point
8 replies
CDCloudflare Developers
โขCreated by ฤฤng Tรบ on 8/27/2024 in #pages-help
Is it possible to build Hugo with Caching Files?
I don't think it would be a huge huge effort to be honest, but also not something trivial, and I don't really have any capacity for that (nor plan to unfortunately), I can check with the relative team if this is something they'd be interested in
8 replies
CDCloudflare Developers
โขCreated by ฤฤng Tรบ on 8/27/2024 in #pages-help
Is it possible to build Hugo with Caching Files?
to be honest the chances to get hugo build caching support are a bit slim for the foreseeable, the main problem I faced before was that hugo is not a js tool and the pages build caching system was implemented just for js tools, so a new non-js implementation would be needed to be built almost from the gound up for that
8 replies
CDCloudflare Developers
โขCreated by ฤฤng Tรบ on 8/27/2024 in #pages-help
Is it possible to build Hugo with Caching Files?
Hi ๐
8 replies
CDCloudflare Developers
โขCreated by ็ก็๐ฆ๐พ๐ฌ๐ฑ๐ฒ๐ฎ๐ฑ on 10/5/2024 in #pages-help
[unenv] crypto.createhash is not implemented yet!
the fact that you're using pages should not matter ๐
9 replies
CDCloudflare Developers
โขCreated by ็ก็๐ฆ๐พ๐ฌ๐ฑ๐ฒ๐ฎ๐ฑ on 10/5/2024 in #pages-help
[unenv] crypto.createhash is not implemented yet!
yes it should be available in the latest version
please try
3.80.2
๐9 replies
CDCloudflare Developers
โขCreated by ็ก็๐ฆ๐พ๐ฌ๐ฑ๐ฒ๐ฎ๐ฑ on 10/5/2024 in #pages-help
[unenv] crypto.createhash is not implemented yet!
could you double check that you're using the latest wrangler release and let me know if that helps? ๐
9 replies
CDCloudflare Developers
โขCreated by ็ก็๐ฆ๐พ๐ฌ๐ฑ๐ฒ๐ฎ๐ฑ on 10/5/2024 in #pages-help
[unenv] crypto.createhash is not implemented yet!

9 replies
CDCloudflare Developers
โขCreated by ็ก็๐ฆ๐พ๐ฌ๐ฑ๐ฒ๐ฎ๐ฑ on 10/5/2024 in #pages-help
[unenv] crypto.createhash is not implemented yet!
crypto.createHash
should indeed work, I just checked with our latest wrangler version9 replies
CDCloudflare Developers
โขCreated by ็ก็๐ฆ๐พ๐ฌ๐ฑ๐ฒ๐ฎ๐ฑ on 10/5/2024 in #pages-help
[unenv] crypto.createhash is not implemented yet!
Hey @็ก็๐ฆ๐พ๐ฌ๐ฑ๐ฒ๐ฎ๐ฑ ๐
9 replies
CDCloudflare Developers
โขCreated by tmcltr on 5/23/2024 in #pages-discussions
Hugo build caching
not impossible but it'd take some effort for sure (and I don't really have lots of time at the moment, I can make a note of this and get back to it as soon as I can if it can help ๐, or I can ping the team which own that infrastructure but I can't imagine this getting prioritized unfortunately ๐)
26 replies
CDCloudflare Developers
โขCreated by tmcltr on 5/23/2024 in #pages-discussions
Hugo build caching
the fact that hugo is not node/npm based and all our build caching code is npm-based, so to support hugo we'd have to add a separate build cache implementation from scratch for it ๐
26 replies
CDCloudflare Developers
โขCreated by tmcltr on 5/23/2024 in #pages-discussions
Hugo build caching
I did start look into it but there's a non trivial issue with enabling build caching with Hugo ๐
26 replies
CDCloudflare Developers
โขCreated by tmcltr on 5/23/2024 in #pages-discussions
Hugo build caching
Hey @tmcltr so sorry this completely went off my radar ๐
26 replies
CDCloudflare Developers
โขCreated by Jakob Norlin on 7/19/2024 in #wrangler
Good to hear! Looking forward to the
Hey @Jakob Norlin ๐
I've opened https://github.com/cloudflare/workers-sdk/pull/6301 with a proposed solution that should hopefully address this, please have a look and try the prerelease if you want ๐ (I've also commented on your issue)
2 replies
CDCloudflare Developers
โขCreated by kyle on 7/17/2024 in #pages-help
Pages/Workers not picking up NextJS .env vars
yeah sorry about that, that's the only option for now ๐ฅฒ (and use
.dev.vars
locally if you want)9 replies