Customer
Comments
-
If you open a ticket that relates to a known bug, the support team will likely provide a Jira ID for it. Currently, however, there is no standard location to check the status of that bug or when it...
-
You will receive that error on a created project that has not yet been initialized with a code base. The main environment is automatically activated when you push your code to it, so run the follow...
-
the same here, can’t figure it out
-
Have you tried platfrom cc to clear CLI caches?
-
Note to self: Ping Brandon Morrison (bmorrison@graphicacy.com) when this guide is complete.
-
I have the same problem to
-
Wordpress is one of our Featured Frameworks, and migration is generally a snap with the instructions for migration in the documentation. The only thing specific to Wordpress should be the details ...
-
You can add it explicitly as a route in routes.yaml in addition to the “{default}” route(s). Bear in mind that having the site publicly available on development URLs (or multiple URLs simultaneousl...
-
Because in multi-app projects, there are multiple .platform.app.yaml files one for each app, and the convention is that the .platform.app.yaml file is placed on the top-level directory of the respe...
-
The files in .platform control the environment at a cluster level. They define what services should be in the cluster. The .platform.app.yaml file defines the behavior of one single application co...