You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently if CL "Under Attack" mode is enabled it causes requests to start failing silently after 30m when the cookie is expired. We only handle that on "start-trial" endpoint. This should be fine when "Under Attack" is not enabled. However we need to make sure it's also fine when it is.
Acceptance criteria:
ensure all instances of axios/http-services are provided with relevant response interceptors
The text was updated successfully, but these errors were encountered:
Currently if CL "Under Attack" mode is enabled it causes requests to start failing silently after 30m when the cookie is expired. We only handle that on "start-trial" endpoint. This should be fine when "Under Attack" is not enabled. However we need to make sure it's also fine when it is.
Acceptance criteria:
The text was updated successfully, but these errors were encountered: