We have an CI/CD environment wherein we automate to upload our code changes from sandbox going to staging environment.
However, there are times that, for example, a created local module (widget) that working fine on sandbox environment, but when uploaded on staging environment, it cannot be search on the Web Page designer nor the files and templates designer.
We tried to upload and upload again the codes in our master branch, but no luck.
However, after persistent effort of reuploading, it began to show in the webpage designer for use, as well as can view the codes under files and templates.
Do you know the reason for this behavior?
Is it caching in hubspot server or anything?
Hey, @SRoldan0
Thanks for your question. Can you tell us more about the length of the delay you are experiencing? Is it a few seconds, minutes, or hours? While some caching and delay can occur, I want to make sure I understand the delay you are experiencing.
Thank you! — Jaycee
hi @Jaycee_Lewis , the code were committed 4 days after we noticed the behavior.
When we commit a code and merge it to master, it will trigger the ci/cd to push it on the staging, thus expecting the code to be there.
In the span of 4 days, many folks merge their codes in master and triggers the ci/cd, means there’s many push to staging along with my codes, still during that 4 days, it didnt reflect the codes in that environment.
I tried to get help with other teams. At first i think they didnt find my codes there. Until during that time, someone merge again their codes to master and triggers the ci/cd and pushes all codes to staging environment , luckily, we saw our codes/modules in staging environment.
i was asked to raise this behavior in hubspot to get a clarity what happened, because from time to time, other team members were experiencing this as well