Issue
What is the timeout set in lift.js
and /decide-js
?
Resolution
The timeout set in both lift.js
and the /decide-js
endpoint is 30 seconds for authentication.
Other requests are also configurable using window.AcquiaLift.loadTimeout
, but not all requests are controlled there so be sure to contact Acquia Support regarding other specific requests.
The window.AcquiaLift.loadTimeout
cannot be used to override authentication which remains at 30 seconds; however, the timeout value for other calls can be changed here.
Cause
The default authentication timeout is 30 seconds. More information can be found in our Lift documentation on capture - Acquia Lift JavaScript API.