Any idea why flyctl showing this message?

Error loading config While parsing config: yaml: control characters are not allowed
Error yaml: control characters are not allowed

Can you paste the entire command and output?

E:\dev\wagtail\deseeart>flyctl status
Error loading config While parsing config: yaml: control characters are not allowed
Error yaml: control characters are not allowed

That’s it, nothing else other than this. Can this happen if I’ve deployed way too many updates on my website ?

That error means your config file is corrupt. I’m not sure how that could happen, but if you remove the file at ~/.fly/config.yaml it should create a new one.

Pls help me, am also facing this error, where can I find the file? Is it in my code editor, or i my system folder?

The flyctl configuration files live on your local machine, in the .fly/ folder for your home directory. You can find the location of your home directory by running echo $HOME in the shell you’re using.

Seen thank you so much

I tried to delete the path but it says it does not exist so I tried to run a command but yet I’m still getting the same error