Customer
Comments
-
The Platform.sh deployment methodology is based around the idea that the code you committed to the repository and built and tested is the exact code that runs in production. Self-modifying code tha...
-
In the Company we are looking for a platform to use NextJS + Drupal. The Applications we develop make extensive use of NextJS ISR. For this reason, it is imperative for us that you resolve this iss...
-
Hi, As of today, this is the only solution. We are aware this feels hacky and are working on bringing better ways to handle such use-cases. If you encounter any issue or limitation with the current...
-
thanks my issue has been fixed.
-
I don’t completely follow what the steps are that you are needing, but you’ve got 3 hooks to work with : build , deploy, and post-deploy. https://docs.platform.sh/create-apps/app-reference.html#ho...
-
My issue I am having is that next start is run before the deploy hook runs. This means that the .next directory is out of sync when the server starts as the files are copied over later. How would y...
-
@alexsunny123 I’m running into the same issue. Could you please show your application yaml file? Edit: @dman I think I’ve got a workaround for the issue, here’s the PR: https://github.com/platform...
-
Otherwise you seem to have an indentation error in your file around the mounts …
-
Late to the party. Probably you just want to disable bootsnap. so in your .platform.app.yaml … variables: env: GIT_DISCOVERY_ACROSS_FILESYSTEM: 1 # suppress fatal message ...
-
There isn’t a way to override the Platform.sh provided (Sendgrid-powered) SMTP service and variable at the PHP level that would affect the mail() function. We’d recommend you do that within your ap...