“An unexpected error occurred” when editing+saving content, even as Admin

Sorry, @lukasbestle, we ended up moving the client to a different server, and I no longer have access to the old server and logs… :frowning_face:

I had a similar issue a few days ago and wrote our journey to figuring out what’s causing it in the GitHub issues, if anyone is interested: https://github.com/getkirby/panel/issues/1150

1 Like

Please report here the OS and the software of the webserver, may be the version of the webserver and may be the name of the hoster. Thanks.

@anon77445132 I added the server (Apache) to the GitHub issue, thanks for the hint. I’m sorry, but I cannot share more information about the case here.

1 Like

Unfortunately i am experiencing the same error and i was able to break it down to one specifiy blueprint field.

I broke it down to the basics where the error still occurs.
Its a basic text-field.

providerWidget:
  label: Provider Widget
  type: text

If i leave this field empty of type in simple string it works just fine.
But when i actually provide the snippet, i get that “403 - An unexpected Error occurs” message.

The Content of the field looks like:

<div id="provider-some-hash-12345678">Loading...</div>
<script type="text/javascript">
// Some javascript code
</script>

Any help is appreciated.

Have you tried using a textarea field for this type of content instead?

This is the correct answer!