Pretty response not working for Ubuntu

Hi Team,
I am using the Katalon version 7.5.5 and not able to see the pretty / raw response in API Testing. Only the preview is available.

I tried with Get / Post requests -
GET : https://reqres.in/api/users?page=2
POST: https://reqres.in/api/users/2
post body -
{
“name”: “test_user”,
“job”: “leader”
}
However, when I hit Test Request , only PREVIEW response is visible inside body. Pretty / Raw response field is BLANK with NO ERRORS
My os is Ubuntu 18.04. Could is be because of that? Because I have found Katalon less compatible with ubuntu

Can you please confirm on the resolution on this?

P.S - Same APIs are generating Pretty response on Windows OS

@pratik.tarte

Please share us the error log.

Edit: Please try install this lib: libwebkitgtk-3.0.0

apt-get install libwebkitgtk-3.0.0