Hi,
I am using your relogin guide here: https://isomorphic.atlassian.net/wik...mcat+JDBCRealm and it basically works.
But I am getting some strange timeouts on the loginSuccessMarker.html request.
I see the following:
so you see it has status 200. Successful. I also see the loginSuccessMarker HTML in the response. So it seems to arrive correctly.
Nevertheless, in the SmartGWT console I see the RPC request to loginSuccessMarker waiting.
The request:
This request has status "N/A" at first. After some time, it gets the status "SERVER_TIMEOUT" and I get an error in the UI. Here a screenshot of the status. It still has status 200, but SERVER_TIMEOUT. Why is this happening ?
Using smartgwt 6.1p 20180203 power.
I am using your relogin guide here: https://isomorphic.atlassian.net/wik...mcat+JDBCRealm and it basically works.
But I am getting some strange timeouts on the loginSuccessMarker.html request.
I see the following:
Code:
Request URL: http://localhost:8080/kids-dev/loginSuccessMarker.html?isc_rpc=1&isc_v=v11.1p_2017-12-27&isc_xhr=1 Request Method: POST Status Code: 200 OK Remote Address: [::1]:8080 Referrer Policy: no-referrer-when-downgrade
Nevertheless, in the SmartGWT console I see the RPC request to loginSuccessMarker waiting.
The request:
Code:
{ "actionURL":"loginSuccessMarker.html", "showPrompt":false, "transport":"xmlHttpRequest", "promptStyle":"cursor" }
Using smartgwt 6.1p 20180203 power.
Comment