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

WebIDE Extensibility Pane Error

abdullahgunes
Participant
0 Likes
1,682

Hi,

I extend TRV_TE_CRE application two months ago but now when i want to change with Extensibility Pane, i get the following error.

Can anybody help me to solve problem?

https://webide-XXXXXX.dispatcher.hanatrial.ondemand.com/fioriappslibrary/Apps?$filter=BSPName%20eq%2... 400 (Bad Request)

The following problem occurred: HTTP request failed400,Bad Request,{ "error": { "code": "", "message": { "lang": "en-US", "value": "Collection 'Apps' is not directly accessible."}}} -

View Entire Topic
rotem_puterman-sobe
Product and Topic Expert
Product and Topic Expert
0 Likes

Hi Abdullah,

I don't think the network error you see in console is blocking you from using the extensibility pane.

It seems that the actual issue is with the 'Cannot read property childNodes of undefined' warning.

Can you please explain when you get this error: before / after the extensibility pane is opened?

What happens when you click 'ok' on the warning message? Is the extenisiblity pane then loaded?

Also - as the console log error is not meaningful to locate the error source:

Please add '?sap-ide-debug=true' query parameter to your SAP Web IDE url, run the scenario again, and attach here the more detailed console log.

Please note to remove this query parameter afterwards, as it may slow down your SAP Web IDE...

Thanks,

Rotem

abdullahgunes
Participant
0 Likes

Hi Rotem,

Thank you for your replying.

  • Can you please explain when you get this error: before / after the extensibility pane is opened?

--------- When i click to Extensibility Pane button from WebIDE - tools path , i am getting that error and Extensibility Pane not opening.

  • What happens when you click 'ok' on the warning message? Is the extenisiblity pane then loaded?

---------When i click to 'OK' button , the popup is closing and only "window.swa.trackCustomEvent or window.swa.plugin is undefined" error writing to console. It is not tried to loading again.

  • Please add '?sap-ide-debug=true' query parameter to your SAP Web IDE url, run the scenario again, and attach here the more detailed console log.

--------- I added '?sap-ide-debug=true' to WebIDE url but nothing changed for error log, same error logs faced.

Added two screenshot about before pop-up and after pop-up.