squalou edited a comment on issue #9727: URL: https://github.com/apache/incubator-superset/issues/9727#issuecomment-623559731
I added a "console.log(response)" at the 'toasting' place, unfortunately nothing of interest here I wish I could add a server-side debug message but no idea where the api call is hidden ```Response body: (...) bodyUsed: false headers: Headers __proto__: Headers ok: false redirected: false status: 400 statusText: "" type: "basic" url: "https://xxxx(obfuscated)xxxxxxx/api/v1/dashboard/?q={%22order_column%22:%22changed_on%22,%22order_direction%22:%22desc%22,%22page%22:0,%22page_size%22:25}" __proto__: Response arrayBuffer: ƒ arrayBuffer() blob: ƒ blob() body: (...) bodyUsed: (...) clone: ƒ clone() formData: ƒ formData() headers: (...) json: ƒ json() ok: (...) redirected: (...) status: (...) statusText: (...) text: ƒ text() type: (...) url: (...) constructor: ƒ Response() Symbol(Symbol.toStringTag): "Response" get body: ƒ body() get bodyUsed: ƒ bodyUsed() get headers: ƒ headers() get ok: ƒ ok() get redirected: ƒ redirected() get status: ƒ status() get statusText: ƒ statusText() get type: ƒ type() get url: ƒ url() __proto__: Object``` ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
