Redeploy stuck on internal deployment error

A couple days ago I re deployed my service using build cache and it got in an eternal loop of printing

Internal deployment error. If the error persists, try to redeploy or contact us.
Instance stopped.

I already tried not using build cache and generating a completely new build but the error persists. No changes has been made to the code of my servide nor its settings

Service: confidential-elfie/wpp-tweaks

Hi @Gharsnull,

It looks like our internal error. I will let you know when it’s fixed. I apologize for the inconvenience.

Ok, so it’s not exactly an error, but we could return a better message here :slightly_smiling_face:
You’re using a volume mounted at the /data directory. You’ve also added a new file that you’re trying to mount at /data/baileys_auth_info, but it looks like there’s already a directory at that path.

To fix this, either mount the new file at a different path or remove the existing directory before adding the file.