Hello people, I can’t figure this one out.
I keep getting this error message inside the panel and I cannot access my subpages anymore.
The section “content” could not be loaded: The JSON response from the API could not be parsed. Please check your API connection.
I tried reinstalling the Panel but it didn’t help.
The weird thing is that this started just a few days ago, after months of working just fine.
In the frontend there seems to be no problem.
Here my blueprint:
title: Konzert
draft: false
columns:
left:
width: 1/4
sections:
infos:
type: fields
fields:
konzertnummer:
label: Konzert No.
type: text
required: false
konzertname:
label: Konzert Name
type: text
required: false
konzertdatum:
label: Konzert Datum
type: text
required: false
right:
width: 3/4
sections:
content:
type: pages
templates:
- musik
- video
- accessoire
- zeichnung
- terzett
- notiz_v
- notiz_n
- interview
headline: Inhalt
empty: "Dieses Konzert hat noch keinen Inhalt"
layout: list
image: false
info: "{{ page.medium }}"
Basically, everything in the right column can not be loaded
Thanks for any suggestions.
Cheers,
Alessandro