on 2022 May 25 10:34 PM
Hi All,
I am facing an issue on CCv2 when trying to access the smartedit on the backoffice aspect.
I am seeing a blank page on smartedit and I am seeing 400 error on the browser console related with the configuration endpoint
{
"errors" : [ {
"message" : "I/O error on GET request for \"https://127.0.0.1:443/smarteditwebservices/v1/configurations\" Connection refused (Connection refused): 127.0.0.1:443",
"type" : "ResourceAccessError"
} ]
}
Did anyone of you faced similar issue in past?
Thanks
Praveen
Request clarification before answering.
For anyone coming across this issue see: https://me.sap.com/notes/3097333/E
Point 6 describes how to troubleshoot the blank page issue.
In my case it was the property tomcat.ssl.port which has to be 8088 in the ccv2 environment.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Praveen,
As you know, 400 is client side error, meaning your browser is sending illegal requests to the backend API endpoint.
Could you try different browsers? And please also try to clear browser cache?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.