cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Action [core] page-editor/create-custom-section failed with timeout. Please report issue.

Sanya_Govil
Discoverer
0 Likes
1,358

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

Accepted Solutions (0)

Answers (2)

Answers (2)

Christoph_Gollmick
Product and Topic Expert
Product and Topic Expert
0 Likes

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.

Sanya_Govil
Discoverer
0 Likes
Hi Christoph, Case 935292/2024 has been created.
815are
Associate
Associate
0 Likes

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?

Sanya_Govil
Discoverer
0 Likes

Hi,

Even after adding "sap.fe.templates": {},
         "sap.fe.core": {} I am getting the same error. For another project, I am able to add section.

Not sure why the issue is coming for this particular project only.