Fetch Project Properties
Please note
If there is an error fetching the project properties, they must be released once. There is a potential project state that can prevent the CaaS from resolving the correct page template for the project properties, or in preview mode, from fetching the project properties at all.
Releasing the project properties ensures that all necessary data is written to the CaaS.
api
.fetchProjectProperties({ locale: 'de_DE' })
.then((result) => console.log('Fetched Project Properties: ', result))
.catch((error) => console.error('Failed to fetch project properties', error));
Last update:
May 19, 2025