The issue occurs when the console doesn't fully complete fetching the template, and the user clicks the GitHub CI/CD button immediately to deploy. This leads to malfunctions at times because the template hasn't been fully loaded in the background. To resolve this, we are working on disabling the Build and Deploy button until the template is fully loaded in the background. This Pr solves that..
The issue occurs when the console doesn't fully complete fetching the template, and the user clicks the GitHub CI/CD button immediately to deploy. This leads to malfunctions at times because the template hasn't been fully loaded in the background. To resolve this, we are working on disabling the Build and Deploy button until the template is fully loaded in the background. This Pr solves that..