There seems to be a problem in the deployement process, I am getting errors that seems to be out of my control:
Status: Downloaded newer image for heroku/buildpacks:20
ERROR: failed to build: validating stack mixins: buildpack 'heroku/procfile@2.0.0' does not support stack 'heroku-20'
Anything I should do? sorry if it is already flagged
Could you please give more info and ways to reproduce please? I’m guessing it’s an Heroku side issue and recent change as I can’t reproduce on my side. Thanks
@David your issue is completely different. If you take a look at the deployments logs, you’ll find this issue:
Invalid container registry information
Meaning your AWS credentials are not valid anymore.
If you changed them recently, you also have to update them in the cluster settings. Because here, I confirm we can’t connect anymore to your account.
@David , we’re currently making tests with the last builder version, but can’t update it without tests to avoid breaking change for other customers.
Do you allow me to perform build tests on your account and try to make your app up again?
Hi @David , unfortunately, Buildpacks is a black box and when something is updated it can negatively impact all applications using it.
Pierre and the team is working on it to remediate this issue as fast as possible. However, I highly encourage you using Docker with a proper Dockerfile if possible. It’s the recommended way to deploy production applications with Qovery.
Hi @rophilogene . What do you mean with “However, I highly encourage you using Docker with a proper Dockerfile if possible.” We are using docker and dockerfile
@rophilogene How long can it take to fix the issue? Because for us is not only the problem that we can not deploy new developments, but our server is totally down