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
thrownewError('It`s not possible to use Cube Store as queue/cache driver without using it as external');
74
78
}
75
79
76
-
thrownewError('It`s not possible to use CubeStore as queue & cache driver without using it as external');
80
+
thrownewError('Cube Store was specified as queue/cache driver. Please set CUBEJS_CUBESTORE_HOST and CUBEJS_CUBESTORE_PORT variables. Please see https://cube.dev/docs/deployment/production-checklist#set-up-cube-store to learn more.');
0 commit comments