Customer
Comments
-
Following these instructions, I get the following error from the bundle install command in the build hook. Executing build hook... W: /opt/ruby/2.6/lib/ruby/2.6.0/rubygems.rb:283:in `...
-
It’s fixed, currently 4GB, and we can increase that on request (in a ticket).
-
It’s not a particular size of the yaml file, it’s the length of the PLATFORM_ROUTES environment variable. 32767 characters of encoded base64 json is the limit.
-
Thanks @Crell very helpful The setup for Redis with Drupal 8 works all fine. My setup uses ephimeral redis 6.0.1 with no eviction policy. I have few queries on how it works The Drupal module REDIS...
-
JSON formatted variables are useful if you are trying to store variables like arrays. For your empty string example, you should be able to set an environment variable to an empty string, however if...
-
Hi, I’m fully aware this thread is dated 2019 but just curious has anyone found a better solution than this? We are using platform.sh Grid was hoping there would a supported logging tool to utilise...
-
You will have to include lines for handling 404 response codes in your application code. In a Python web framework like Django, include it in a views.py file. from django.shortcuts import render_to...
-
While Platform.sh does support wildcard routes to generate the number of subdomains you are looking for, we do not currently support Let’s Encrypt for those wildcards. To create the wildcards, you ...
-
Hi, yes there is a limit and to know what the limit is requires diving into implementation details a bit. The way that platform.sh manages certain aspects of configuration within the application co...
-
No, the integrations will not break. This can be done safely on integrations such as GitHub, GitLab, and Bitbucket.