Hi Isomorphic,
retesting this issue I noticed the data source switch in the sample code (v12.0p_2020-04-16).
If you set it to true, you'll only see "Loading" in the client, while the request itself failed and you get no notification / popup, which I would expect.
This is then in the response of the request in the Developer Console's RPC Tab:
I think that there should also be some error message displayed client side.
Also, I can't find the error code -91 in the BaseResponse part here (similar issue for other constant values reported here).
Best regards
Blama
retesting this issue I noticed the data source switch in the sample code (v12.0p_2020-04-16).
If you set it to true, you'll only see "Loading" in the client, while the request itself failed and you get no notification / popup, which I would expect.
This is then in the response of the request in the Developer Console's RPC Tab:
Code:
[ { response:{ data:"Transport error - HTTP code: 500 for URL: http://ichart.finance.yahoo.com/table.csv (via proxy: https://www-demos.smartclient.com/smartclient-12.0/isomorphic/HttpProxy)", status:-91 } } ]
Also, I can't find the error code -91 in the BaseResponse part here (similar issue for other constant values reported here).
Best regards
Blama
Comment