TenerifeGuy
TenerifeGuy
NNuxt
Created by FabiansGeikinsSpeckle on 6/14/2024 in #❓・help
How to stop build hashes from changing between environments?
@Smef well, here is the thing, that from version 3.12.0 the buildId is generating new hashes on every build. https://nuxt.com/docs/api/nuxt-config#buildid Which it wasn't doing that on the version before. I would like the buildId to stop being generated at every build. I would assume there is an option to add my custom string id (that would never change) or switch off the auto-generating buildId as in previous versions ending 3.11.2. Can you give me some guidance on this issue?
7 replies
NNuxt
Created by FabiansGeikinsSpeckle on 6/14/2024 in #❓・help
How to stop build hashes from changing between environments?
Hi! Is there an option to turn off the buildId in the nuxt.config.js ? This feature is breaking the entire CI/CD pipeline structure because of new hashes. I would prefer to set it to false and do not generate. Otherwise I will be stuck with verson 3.11.1 before the change. Do you want me to create a bug ticket for the config buildId to be optional?
7 replies