Paul Mesnilgrente
Paul Mesnilgrente
@GarrisonD . This problem is to address the use of the pre-registered driver configuration `:selenium_chrome_headless`. You are using a remote browser which is a different configuration. However, if you know...
Are you using the helm chart? I've seen that docs but I can't figure out how to override the `config.toml` in the chart's config
Maybe I should ask in another way. Does anyone have SSR working with Shakapacker? If so, could you provide a minimal project showing this?
I tried a few variations of what you just gave, but it doesn't work for me :/ Unfortunately, it's not a new project, so using different tools is not an...
same problem, my two records are for @ and all my subdomains (*). Any idea ?
I've done the same, two config files with a different record. And two cron, each one with a config file.
Ok I try with `RECORD = {'type':'A'}`. We'll see :)
`force_ssl = true` causes an infinite loop in our case. The rails application is getting http requests because CloudFront is terminating SSL. This setting also has a lot of side...
I've done this very monkey patch: ```ruby # frozen_string_literal: true return unless Rails.env == 'production' module ActionDispatch class Request def ssl? Rails.logger.info('SSL TRUE') true end end end ``` I believe...
I am guessing that we should have a div inside the body like this: ```html Put all your html here ``` and give it root?