We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 90cba9f commit e4f4980Copy full SHA for e4f4980
services/static-webserver/client/source/class/osparc/data/model/Node.js
@@ -1345,7 +1345,7 @@ qx.Class.define("osparc.data.model.Node", {
1345
}
1346
const response = await fetch(srvUrl);
1347
if (osparc.utils.Utils.isDevelopmentPlatform()) {
1348
- console.log("Connecting: fetch's response ", response);
+ console.log("Connecting: fetch's response ", JSON.stringify(response));
1349
1350
if (response.ok || response.status === 302) {
1351
// ok = status in the range 200-299
0 commit comments