akash-network / console

Deploy docker containers on the Akash Network
https://console.akash.network
Apache License 2.0
84 stars 55 forks source link

fix: template fetch in deploy #489

Closed HoomanDgtl closed 1 day ago

HoomanDgtl commented 1 day ago

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..