Kirby Page Builder + oEmbed = 403 error on live server

Hi there!

Has anyone successfully used oEmbed within Kirby Page Builder?
It performs completely fine on my local server but on the live site Iā€™m getting a 403 error in Builder when I try to add an entry containing an oEmbed field in the panel.

Any ideas on how to fix this would be much appreciated!

Sorry for the late reply. Could you please post more details, e.g. your blueprint file so that I can look into this? Thank you.

Thanks for responding.

I setup a simple version for testing using the kirby starterkit and just the 2 plugins.

The idea was to use the oEmbed plugin within the the Site Builder fields. The blueprint is pretty simple. Iā€™m not sure it will reveal much but here it is:

fields:
  embedtest:
    label: oEmbed Test
    type: oembed
  buildertest:
    label: Builder Test
    type: builder
    fieldsets:
      media:
        label: Video
        fields:
          video:
            label: Embedded Media
            type:  oembed

Turns out on Webfaction hosting (http://www.webfaction.com/) the above is working as intended. On the Hostgator reseller account (http://www.hostgator.com/reseller-hosting) however I do get the same 403 error. They are the same files with the same permissions as far as I can tell.

So it may be a issue with the hosting, although Iā€™m still not sure what is firing the error or how to fix it.

Thanks again for looking into this!

A post was split to a new topic: HTTP 403 error without plugins