Question
How to Update App Platform App Spec via doctl
Hi, I am trying to add the option catchall_document: index.html
to my app spec via doctl. However I recieve 500 server error evertime I run this command:
doctl apps update <app_id> --spec ~/dev/.do/quiz-app.yaml
.
doctl apps spec validate
says my spec is valid. What am I doing wrong and why cannot update my app spec at all from doctl???
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
×
I also tried to rename my default branches to main instead of master
the app spec: