Customer
Comments
-
Thanks. I have no idea what I’m doing. I’ll try to figure it out.
-
… I mean you didn’t share them. Those are where the forms are defined, so an issue with how the form is getting sent to the server would be in those files. As I said, I’m fairly certain there’s n...
-
I found the issue. My domain redirect (e.g. from mydomain.com to platform.sh-project-url) are responsible for this.
-
Use platform subscription:info --project <PROJECT ID> plan standard instead.
-
You can achieve that by making your php:newrelic.license environment variable an environment level rather than project level variable and making sure the variable is not inheritable so it doesn’t e...
-
Hi @soltz. The built-in basic auth support is indeed environment-wide only. It’s intended primarily to hide dev environments from the public and limit them to just you and customers previewing th...
-
Your application is trying to write on a read-only filesystem. The filesystem is writable only during the build hook. Everything happening after that point will be limited to read-only. If you need...
-
thank you for your interest… but after incorporating your recommendation, I have always errors with APP, but I see Something interest on the connection to the database. look at the build log: W...
-
You are missing /tmp in your mounts: tmp: source: local source_path: tmp This makes the /tmp directory writable. To get a better understanding of how to configure your applicat...
-
To tell the truth, I’m a beginner, so I only have the default configuration proposed. my .platform.app.yaml name: app # The runtime the application uses. The 'type' key defines the base container ...