JSON-API Typo3 v12
Forum rules
Always add your TYPO3, Aimeos and PHP version as well as your environment (Linux/Mac/Win)
Spam and unrelated posts will be removed immediately!
Always add your TYPO3, Aimeos and PHP version as well as your environment (Linux/Mac/Win)
Spam and unrelated posts will be removed immediately!
JSON-API Typo3 v12
Hi Aimeos-Team,
the json-Api Enpoint does not work after update Aimeos-Dist to 23.10.3 and Typo3 v12.4.10, BP 14.0.7
1/1) #1257246929 TYPO3Fluid\Fluid\View\Exception\InvalidTemplateResourceException
Tried resolving a template file for controller action "Default->Default" in format ".html", but none of the paths contained the expected template file (Default/Default.html). The following paths were checked: /var/www/html/vendor/bk2k/bootstrap-package/Resources/Private/Templates/ContentElements/
Thank you!
the json-Api Enpoint does not work after update Aimeos-Dist to 23.10.3 and Typo3 v12.4.10, BP 14.0.7
1/1) #1257246929 TYPO3Fluid\Fluid\View\Exception\InvalidTemplateResourceException
Tried resolving a template file for controller action "Default->Default" in format ".html", but none of the paths contained the expected template file (Default/Default.html). The following paths were checked: /var/www/html/vendor/bk2k/bootstrap-package/Resources/Private/Templates/ContentElements/
Thank you!
Re: JSON-API Typo3 v12
Finally found the problem: The "Setup" TypoScript in the page for /jsonapi doesn't work as expected any more. Please replace it completely with these lines:
Code: Select all
page = PAGE
page {
typeNum = 0
headerData >
config {
additionalHeaders.10.header = Content-type:application/json
disableAllHeaderCode = 1
disableCharsetHeader = 1
disablePrefixComment = 1
}
10 = CONTENT
10 {
table = tt_content
select.orderBy = sorting
select.languageField = sys_language_uid
renderObj =< tt_content
renderObj {
list.templateRootPaths.5 = EXT:aimeos/Resources/Private/Templates/Fluid
}
}
}
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, give us a star
If you like Aimeos, give us a star