I tried this, but there's an error
Error message says
No .platform/services.yaml
file found in the repository.
No .platform/routes.yaml
file found in the repository.
but It's definitely there.
i don't understand...
I tried this, but there's an error
Error message says
No .platform/services.yaml
file found in the repository.
No .platform/routes.yaml
file found in the repository.
but It's definitely there.
i don't understand...
Without seeing your repository, my guess is that those two files haven't been committed to the repository (the !
next to each of them in your third image). You can double-check by doing git status
. If they are definitely committed, hop into our slack workspace and/or submit a support ticket so we can take a look at what's happening.
It sounds like you use visual studio and you need to:
If you have trouble with this, you may want to use one of the existing template https://docs.platform.sh/development/templates.html and the modify these files.
In general, it is easier to start from a functional solution than a non working one ;-)