Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Next »

timeout 0

timeout 0 occurs when the predefined client timeout has been reached.

After pressing submit on a form, the client has been waiting with no response (generally from the server) for more than 60 seconds.

In the Blink Platform, the client timeout is set by default to 60 seconds.

This can be customised by adding the following code snippet to your answerSpace.

https://gist.github.com/jokeyrhyme/9f93805fe86c9f37f7e3

There are 2 snippets here, the ajax-spy.js will just help you figure out if the timeout is not being set properly.

 The ajax-timeout.js will allow you to set the timeout to 5 minutes.

 You can change this value as desired. We recommend adding this to the answerSpace via

 externalJavaScript. That may mean a JavaScript-hosting Interaction, or

CDN asset, etc.


  • No labels