We have an api call for dynamic option entries in a select field, that causes the given error
day:
type: select
required: true
options: api
api:
url: ‘{{ site.url }}/get-days/{{ page.parents.last.from }}/{{ page.parents.last.to }}’
text: ‘{{ item.toDate(“d.m.Y”) }}’
value: ‘{{ item }}’
We have 2 instances of the website running. one staging instance with a Let’s encrypt certificate (no errors) and one live instance with a certificate from Trusted Certificate Service - GÉANT Security (given error).
Are there any known issues with “non-standard” certificates or infos how to adress them in the config?
according to this guide remote | Kirby CMS, the given opportunities are also not working.