‎2024 Aug 14 4:52 PM - edited ‎2024 Aug 14 4:56 PM
Hi Experts,
I am using a SAP Fiori Elements Template in BAS. When i am adding a new section to my object page via page map, I am getting the following error:
Action [core] page-editor/create-custom-section failed with timeout. Please report issue.
Please look into it.
Thanks & Regards,
Sanya Govil
Request clarification before answering.
Hi @Sanya_Govil it may be an issue with your particular project, we would need to have a look at it. You can create an archive of the project via the "Archive project" function from the right-click menu of the project folder. This will create a zip. Place it on a file share like onedrive and send us a link to it via email to SAPFioriElements@sap.com (direct attached zips may be filtered out). Alternatively you can create a support case with SAP on the SAP Fiori tools component CA-UX-IDE, and let us know the number once submitted.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello Sanya_Govil,
There is one known bug in Page Map, but fix is not released yet.
Could you please check that 'sap.fe.templates' library is listed in 'dependencies' in 'manifest.json'?.
Like:
```
{
"sap.ui5": {
"dependencies": {
"minUI5Version": YOUR_VERSION,
"libs": {
"sap.m": {},
"sap.ui.core": {},
"sap.ushell": {},
"sap.fe.templates": {},
"sap.fe.core": {}
}
}
}
}
```
Is 'sap.fe.templates' listed for you? If 'sap.fe.templates' is not listed, then could you please try to add it in 'manifest.json' and recreate section after that?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 8 | |
| 7 | |
| 6 | |
| 5 | |
| 4 | |
| 4 | |
| 4 | |
| 3 | |
| 3 | |
| 3 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.