Closed Aisse-258 closed 4 years ago
I've the same problem, and it makes any Wire
development totally impossible! Looks like your server prod-nginz-https.wire.com
declines any connections from localhost
(possibly due to misconfiguration). Switching to staging-nginz-https.zinfra.io
did not help (the error changes a bit, but as the result I still can not login).
Thus, building a local copy of wire-webapp
is totally impossible now. Moreover, all the already-built copies stop to work. I can't develop any features and run my own fork on my machine.
Could you please fix the issue somehow?(
Hi @nickkolok, please refer to our installation guide.
Basically, you will have to create a virtual host on your machine pointing "local.zinfra.io" to "127.0.0.1". Afterwards you have to start Chrome with the following flags: --enable-experimental-web-platform-features --disable-web-security --ignore-certificate-errors --user-data-dir="C:\dev\env\Chrome"
If you have done that, you need to rename .env.localhost
to .env
in order to run the app in a local environment.
Here is a copy of my .env
config:
PORT="8081"
APP_BASE="http://localhost:8081"
BACKEND_REST="https://prod-nginz-https.wire.com"
BACKEND_WS="wss://prod-nginz-ssl.wire.com"
CSP_EXTRA_CONNECT_SRC="http://localhost:32123, ws://localhost:32123, https://*.zinfra.io, https://*.wire.com, wss://*.zinfra.io, wss://prod-nginz-ssl.wire.com, https://wire.count.ly"
CSP_EXTRA_IMG_SRC="https://*.zinfra.io, https://*.wire.com"
CSP_EXTRA_SCRIPT_SRC="http://localhost:32123, https://*.zinfra.io, https://*.wire.com"
ENFORCE_HTTPS="false"
FEATURE_CHECK_CONSENT="false"
FEATURE_ENABLE_DEBUG="true"
FEATURE_DEFAULT_LOGIN_TEMPORARY_CLIENT="true"
FEATURE_PERSIST_TEMPORARY_CLIENTS="false"
Hello. Thank you very much for previous instructions, I really can run both applications after doing it. But there is another problem appeared. I can not to log in into my account. It is just redirecting me to the authorisation page again. And it also throws errors when I am trying to log in:
Screenshots of errors
![image](https://user-images.githubusercontent.com/50519492/93003230-a0f23d80-f545-11ea-9971-3721f533dd8b.png) ![image](https://user-images.githubusercontent.com/50519492/93003268-f4fd2200-f545-11ea-85ff-d17f256cbdb6.png) ![image](https://user-images.githubusercontent.com/50519492/93003278-0e9e6980-f546-11ea-8fe7-3305411d013c.png) ![image](https://user-images.githubusercontent.com/50519492/93003310-3f7e9e80-f546-11ea-8eac-5ee13e747036.png) ![image](https://user-images.githubusercontent.com/50519492/93003326-591fe600-f546-11ea-9dea-0202328cb3fb.png) ![image](https://user-images.githubusercontent.com/50519492/93003359-b9af2300-f546-11ea-96f7-032e6069fea2.png) ![image](https://user-images.githubusercontent.com/50519492/93003365-caf82f80-f546-11ea-9f23-8f3ec4a4fa8e.png) ![image](https://user-images.githubusercontent.com/50519492/93003397-072b9000-f547-11ea-90c5-dd53426e11e2.png) ![image](https://user-images.githubusercontent.com/50519492/93003405-1a3e6000-f547-11ea-9691-f47037411b8c.png) ![image](https://user-images.githubusercontent.com/50519492/93003417-2f1af380-f547-11ea-80de-d4c5dccc7908.png) ![image](https://user-images.githubusercontent.com/50519492/93003451-6db0ae00-f547-11ea-8545-3aada1e17c0e.png) ![image](https://user-images.githubusercontent.com/50519492/93003465-83be6e80-f547-11ea-9d8a-89bc078bc254.png)All the same copied from the console
The Content-Security-Policy directive 'prefetch-src' is implemented behind a flag which is currently disabled. VM59 auth.js:31519 Download the React DevTools for a better development experience: https://fb.me/react-devtools VM59 auth.js:65278 @wireapp/webapp action RUNTIME_CHECK_INDEXEDDB_START VM59 auth.js:65278 @wireapp/webapp action RUNTIME_CHECK_COOKIE_START VM59 auth.js:65278 @wireapp/webapp action RUNTIME_CONFIRM_SUPPORTED_BROWSER VM59 auth.js:65278 @wireapp/webapp action RUNTIME_CHECK_INDEXEDDB_FINISH VM59 auth.js:65278 @wireapp/webapp action RUNTIME_CHECK_COOKIE_FINISH VM59 auth.js:65278 @wireapp/webapp action GET_SSO_SETTINGS_START VM59 auth.js:65278 @wireapp/webapp action COOKIE_POLLING_START VM59 auth.js:67918 [HMR] connected VM59 auth.js:68018 [HMR] bundle has 1 warnings VM59 auth.js:68019 /min/app.js is 10.9 MB, and won't be precached. Configure maximumFileSizeToCacheInBytes to change this limit. VM59 auth.js:65278 @wireapp/webapp action GET_SSO_SETTINGS_SUCCESS VM59 auth.js:65278 @wireapp/webapp action AUTH_RESET_ERROR VM59 auth.js:65278 @wireapp/webapp action LOGIN_START VM59 auth.js:65278 @wireapp/webapp action LOGOUT_START VM57 vendor.js:43045 POST https://prod-nginz-https.wire.com/access/logout 403 (Forbidden) dispatchXhrRequest @ VM57 vendor.js:43045 xhrAdapter @ VM57 vendor.js:42879 dispatchRequest @ VM57 vendor.js:43525 Promise.then (async) request @ VM57 vendor.js:43302 wrap @ VM57 vendor.js:43891 (anonymous) @ VM57 vendor.js:6361 (anonymous) @ VM57 vendor.js:6290 push../node_modules/@wireapp/api-client/dist/http/HttpClient.js.__awaiter @ VM57 vendor.js:6286 _sendRequest @ VM57 vendor.js:6349 push../node_modules/@wireapp/api-client/dist/shims/browser/cookie.js.exports.sendRequestWithCookie @ VM57 vendor.js:7628 (anonymous) @ VM57 vendor.js:2056 (anonymous) @ VM57 vendor.js:1957 push../node_modules/@wireapp/api-client/dist/auth/AuthAPI.js.__awaiter @ VM57 vendor.js:1953 postLogout @ VM57 vendor.js:2050 (anonymous) @ VM57 vendor.js:1060 (anonymous) @ VM57 vendor.js:892 push../node_modules/@wireapp/api-client/dist/APIClient.js.__awaiter @ VM57 vendor.js:888 logout @ VM57 vendor.js:1056 (anonymous) @ VM59 auth.js:31932 (anonymous) @ VM59 auth.js:31699 push../node_modules/@wireapp/core/dist/Account.js.__awaiter @ VM59 auth.js:31695 logout @ VM59 auth.js:31931 (anonymous) @ VM59 auth.js:73254 asyncGeneratorStep @ VM59 auth.js:72623 _next @ VM59 auth.js:72625 (anonymous) @ VM59 auth.js:72625 (anonymous) @ VM59 auth.js:72625 (anonymous) @ VM59 auth.js:73264 (anonymous) @ VM59 auth.js:65364 dispatch @ VM59 auth.js:66033 (anonymous) @ VM59 auth.js:72690 asyncGeneratorStep @ VM59 auth.js:72623 _next @ VM59 auth.js:72625 (anonymous) @ VM59 auth.js:72625 (anonymous) @ VM59 auth.js:72625 onBeforeLogin @ VM59 auth.js:72694 (anonymous) @ VM59 auth.js:72752 asyncGeneratorStep @ VM59 auth.js:72623 _next @ VM59 auth.js:72625 (anonymous) @ VM59 auth.js:72625 (anonymous) @ VM59 auth.js:72625 (anonymous) @ VM59 auth.js:72783 (anonymous) @ VM59 auth.js:65364 (anonymous) @ VM59 auth.js:65872 (anonymous) @ VM59 auth.js:80381 asyncGeneratorStep @ VM59 auth.js:80226 _next @ VM59 auth.js:80228 (anonymous) @ VM59 auth.js:80228 (anonymous) @ VM59 auth.js:80228 handleSubmit @ VM59 auth.js:80419 handleSubmit @ VM59 auth.js:71541 callCallback @ VM59 auth.js:6679 invokeGuardedCallbackDev @ VM59 auth.js:6728 invokeGuardedCallback @ VM59 auth.js:6783 invokeGuardedCallbackAndCatchFirstError @ VM59 auth.js:6797 executeDispatch @ VM59 auth.js:6880 executeDispatchesInOrder @ VM59 auth.js:6905 executeDispatchesAndRelease @ VM59 auth.js:9769 executeDispatchesAndReleaseTopLevel @ VM59 auth.js:9778 forEachAccumulated @ VM59 auth.js:9750 runEventsInBatch @ VM59 auth.js:9795 runExtractedPluginEventsInBatch @ VM59 auth.js:10005 handleTopLevel @ VM59 auth.js:10049 batchedEventUpdates$1 @ VM59 auth.js:28393 batchedEventUpdates @ VM59 auth.js:7551 dispatchEventForLegacyPluginEventSystem @ VM59 auth.js:10059 attemptToDispatchEvent @ VM59 auth.js:10758 dispatchEvent @ VM59 auth.js:10680 unstable_runWithPriority @ VM59 auth.js:67172 runWithPriority$1 @ VM59 auth.js:17552 discreteUpdates$1 @ VM59 auth.js:28409 discreteUpdates @ VM59 auth.js:7562 dispatchDiscreteEvent @ VM59 auth.js:10659 Show 43 more frames VM59 auth.js:65278 @wireapp/webapp action LOCAL_STORAGE_DELETE_START VM59 auth.js:65278 @wireapp/webapp action LOCAL_STORAGE_DELETE_SUCCESS VM59 auth.js:65278 @wireapp/webapp action SILENT_LOGOUT_SUCCESS VM59 auth.js:65278 @wireapp/webapp action LOCAL_STORAGE_SET_START VM59 auth.js:65278 @wireapp/webapp action LOCAL_STORAGE_SET_SUCCESS VM59 auth.js:65278 @wireapp/webapp action LOCAL_STORAGE_SET_START VM59 auth.js:65278 @wireapp/webapp action LOCAL_STORAGE_SET_SUCCESS VM59 auth.js:65278 @wireapp/webapp action LOCAL_STORAGE_SET_START VM59 auth.js:65278 @wireapp/webapp action LOCAL_STORAGE_SET_SUCCESS VM59 auth.js:65278 @wireapp/webapp action LOCAL_STORAGE_SET_START VM59 auth.js:65278 @wireapp/webapp action LOCAL_STORAGE_SET_SUCCESS VM59 auth.js:65278 @wireapp/webapp action LOCAL_STORAGE_SET_START VM59 auth.js:65278 @wireapp/webapp action LOCAL_STORAGE_SET_SUCCESS VM59 auth.js:65278 @wireapp/webapp action COOKIE_SET_SUCCESS VM59 auth.js:65278 @wireapp/webapp action SELF_FETCH_START VM59 auth.js:65278 @wireapp/webapp action SELF_SET_PASSWORD_STATE_START VM59 auth.js:65278 @wireapp/webapp action SELF_SET_PASSWORD_STATE_SUCCESS VM59 auth.js:65278 @wireapp/webapp action SELF_FETCH_SUCCESS VM59 auth.js:65278 @wireapp/webapp action CLIENT_INIT_START VM59 auth.js:65278 @wireapp/webapp action CLIENTS_FETCH_START VM59 auth.js:65278 @wireapp/webapp action COOKIE_GET_SUCCESS VM59 auth.js:65278 @wireapp/webapp action CLIENTS_FETCH_SUCCESS VM59 auth.js:65278 @wireapp/webapp action CLIENT_INIT_SUCCESS VM59 auth.js:65278 @wireapp/webapp action LOGIN_SUCCESS VM59 auth.js:6579 Warning: Cannot update a component from inside the function body of a different component. in HistoryInfo (created by ConnectFunction) in ConnectFunction (created by ProtectedHistoryInfo) in ProtectedHistoryInfo (created by Context.Consumer) in Route (created by Root) in Switch (created by Root) in Router (created by HashRouter) in HashRouter (created by Root) in div (created by Context.Consumer) in EmotionCssPropInternal (created by StyledAppContainer) in StyledAppContainer (created by StyledApp) in ThemeProvider (created by ThemeProvider) in ThemeProvider (created by StyledApp) in StyledApp (created by Root) in IntlProvider (created by Root) in Root (created by ConnectFunction) in ConnectFunction in Provider in AppContainer printWarning @ VM59 auth.js:6579 error @ VM59 auth.js:6551 warnAboutRenderPhaseUpdatesInDEV @ VM59 auth.js:29751 scheduleUpdateOnFiber @ VM59 auth.js:27687 dispatchAction @ VM59 auth.js:22173 (anonymous) @ VM59 auth.js:67729 listener @ VM59 auth.js:46421 (anonymous) @ VM59 auth.js:46439 notifyListeners @ VM59 auth.js:46438 setState @ VM59 auth.js:46827 (anonymous) @ VM59 auth.js:46930 confirmTransitionTo @ VM59 auth.js:46411 push @ VM59 auth.js:46914 HistoryInfo @ VM59 auth.js:79661 renderWithHooks @ VM59 auth.js:21316 mountIndeterminateComponent @ VM59 auth.js:23996 beginWork @ VM59 auth.js:25120 beginWork$1 @ VM59 auth.js:29701 performUnitOfWork @ VM59 auth.js:28679 workLoopSync @ VM59 auth.js:28652 performSyncWorkOnRoot @ VM59 auth.js:28278 (anonymous) @ VM59 auth.js:17602 unstable_runWithPriority @ VM59 auth.js:67172 runWithPriority$1 @ VM59 auth.js:17552 flushSyncCallbackQueueImpl @ VM59 auth.js:17597 flushSyncCallbackQueue @ VM59 auth.js:17585 scheduleUpdateOnFiber @ VM59 auth.js:27721 enqueueSetState @ VM59 auth.js:19152 push../node_modules/react/cjs/react.development.js.Component.setState @ VM59 auth.js:63774 (anonymous) @ VM59 auth.js:60615 listener @ VM59 auth.js:46421 (anonymous) @ VM59 auth.js:46439 notifyListeners @ VM59 auth.js:46438 setState @ VM59 auth.js:46827 (anonymous) @ VM59 auth.js:46930 confirmTransitionTo @ VM59 auth.js:46411 push @ VM59 auth.js:46914 (anonymous) @ VM59 auth.js:80384 asyncGeneratorStep @ VM59 auth.js:80226 _next @ VM59 auth.js:80228 Promise.then (async) asyncGeneratorStep @ VM59 auth.js:80226 _next @ VM59 auth.js:80228 (anonymous) @ VM59 auth.js:80228 (anonymous) @ VM59 auth.js:80228 handleSubmit @ VM59 auth.js:80419 handleSubmit @ VM59 auth.js:71541 callCallback @ VM59 auth.js:6679 invokeGuardedCallbackDev @ VM59 auth.js:6728 invokeGuardedCallback @ VM59 auth.js:6783 invokeGuardedCallbackAndCatchFirstError @ VM59 auth.js:6797 executeDispatch @ VM59 auth.js:6880 executeDispatchesInOrder @ VM59 auth.js:6905 executeDispatchesAndRelease @ VM59 auth.js:9769 executeDispatchesAndReleaseTopLevel @ VM59 auth.js:9778 forEachAccumulated @ VM59 auth.js:9750 runEventsInBatch @ VM59 auth.js:9795 runExtractedPluginEventsInBatch @ VM59 auth.js:10005 handleTopLevel @ VM59 auth.js:10049 batchedEventUpdates$1 @ VM59 auth.js:28393 batchedEventUpdates @ VM59 auth.js:7551 dispatchEventForLegacyPluginEventSystem @ VM59 auth.js:10059 attemptToDispatchEvent @ VM59 auth.js:10758 dispatchEvent @ VM59 auth.js:10680 unstable_runWithPriority @ VM59 auth.js:67172 runWithPriority$1 @ VM59 auth.js:17552 discreteUpdates$1 @ VM59 auth.js:28409 discreteUpdates @ VM59 auth.js:7562 dispatchDiscreteEvent @ VM59 auth.js:10659 Show 10 more frames VM59 auth.js:65278 @wireapp/webapp action AUTH_RESET_ERROR VM59 auth.js:6579 Warning: Cannot update a component from inside the function body of a different component. in SetEmail (created by ConnectFunction) in ConnectFunction (created by ProtectedSetEmail) in ProtectedSetEmail (created by Context.Consumer) in Route (created by Root) in Switch (created by Root) in Router (created by HashRouter) in HashRouter (created by Root) in div (created by Context.Consumer) in EmotionCssPropInternal (created by StyledAppContainer) in StyledAppContainer (created by StyledApp) in ThemeProvider (created by ThemeProvider) in ThemeProvider (created by StyledApp) in StyledApp (created by Root) in IntlProvider (created by Root) in Root (created by ConnectFunction) in ConnectFunction in Provider in AppContainer printWarning @ VM59 auth.js:6579 error @ VM59 auth.js:6551 warnAboutRenderPhaseUpdatesInDEV @ VM59 auth.js:29751 scheduleUpdateOnFiber @ VM59 auth.js:27687 dispatchAction @ VM59 auth.js:22173 (anonymous) @ VM59 auth.js:67729 listener @ VM59 auth.js:46421 (anonymous) @ VM59 auth.js:46439 notifyListeners @ VM59 auth.js:46438 setState @ VM59 auth.js:46827 (anonymous) @ VM59 auth.js:46930 confirmTransitionTo @ VM59 auth.js:46411 push @ VM59 auth.js:46914 SetEmail @ VM59 auth.js:81384 renderWithHooks @ VM59 auth.js:21316 mountIndeterminateComponent @ VM59 auth.js:23996 beginWork @ VM59 auth.js:25120 beginWork$1 @ VM59 auth.js:29701 performUnitOfWork @ VM59 auth.js:28679 workLoopSync @ VM59 auth.js:28652 performSyncWorkOnRoot @ VM59 auth.js:28278 (anonymous) @ VM59 auth.js:17602 unstable_runWithPriority @ VM59 auth.js:67172 runWithPriority$1 @ VM59 auth.js:17552 flushSyncCallbackQueueImpl @ VM59 auth.js:17597 flushSyncCallbackQueue @ VM59 auth.js:17585 scheduleUpdateOnFiber @ VM59 auth.js:27721 enqueueSetState @ VM59 auth.js:19152 push../node_modules/react/cjs/react.development.js.Component.setState @ VM59 auth.js:63774 (anonymous) @ VM59 auth.js:60615 listener @ VM59 auth.js:46421 (anonymous) @ VM59 auth.js:46439 notifyListeners @ VM59 auth.js:46438 setState @ VM59 auth.js:46827 (anonymous) @ VM59 auth.js:46930 confirmTransitionTo @ VM59 auth.js:46411 push @ VM59 auth.js:46914 (anonymous) @ VM59 auth.js:80384 asyncGeneratorStep @ VM59 auth.js:80226 _next @ VM59 auth.js:80228 Promise.then (async) asyncGeneratorStep @ VM59 auth.js:80226 _next @ VM59 auth.js:80228 (anonymous) @ VM59 auth.js:80228 (anonymous) @ VM59 auth.js:80228 handleSubmit @ VM59 auth.js:80419 handleSubmit @ VM59 auth.js:71541 callCallback @ VM59 auth.js:6679 invokeGuardedCallbackDev @ VM59 auth.js:6728 invokeGuardedCallback @ VM59 auth.js:6783 invokeGuardedCallbackAndCatchFirstError @ VM59 auth.js:6797 executeDispatch @ VM59 auth.js:6880 executeDispatchesInOrder @ VM59 auth.js:6905 executeDispatchesAndRelease @ VM59 auth.js:9769 executeDispatchesAndReleaseTopLevel @ VM59 auth.js:9778 forEachAccumulated @ VM59 auth.js:9750 runEventsInBatch @ VM59 auth.js:9795 runExtractedPluginEventsInBatch @ VM59 auth.js:10005 handleTopLevel @ VM59 auth.js:10049 batchedEventUpdates$1 @ VM59 auth.js:28393 batchedEventUpdates @ VM59 auth.js:7551 dispatchEventForLegacyPluginEventSystem @ VM59 auth.js:10059 attemptToDispatchEvent @ VM59 auth.js:10758 dispatchEvent @ VM59 auth.js:10680 unstable_runWithPriority @ VM59 auth.js:67172 runWithPriority$1 @ VM59 auth.js:17552 discreteUpdates$1 @ VM59 auth.js:28409 discreteUpdates @ VM59 auth.js:7562 dispatchDiscreteEvent @ VM59 auth.js:10659 Show 10 more frames VM59 auth.js:6579 Warning: Cannot update a component from inside the function body of a different component. in SetPassword (created by ConnectFunction) in ConnectFunction (created by ProtectedSetPassword) in ProtectedSetPassword (created by Context.Consumer) in Route (created by Root) in Switch (created by Root) in Router (created by HashRouter) in HashRouter (created by Root) in div (created by Context.Consumer) in EmotionCssPropInternal (created by StyledAppContainer) in StyledAppContainer (created by StyledApp) in ThemeProvider (created by ThemeProvider) in ThemeProvider (created by StyledApp) in StyledApp (created by Root) in IntlProvider (created by Root) in Root (created by ConnectFunction) in ConnectFunction in Provider in AppContainer printWarning @ VM59 auth.js:6579 error @ VM59 auth.js:6551 warnAboutRenderPhaseUpdatesInDEV @ VM59 auth.js:29751 scheduleUpdateOnFiber @ VM59 auth.js:27687 dispatchAction @ VM59 auth.js:22173 (anonymous) @ VM59 auth.js:67729 listener @ VM59 auth.js:46421 (anonymous) @ VM59 auth.js:46439 notifyListeners @ VM59 auth.js:46438 setState @ VM59 auth.js:46827 (anonymous) @ VM59 auth.js:46930 confirmTransitionTo @ VM59 auth.js:46411 push @ VM59 auth.js:46914 SetPassword @ VM59 auth.js:81772 renderWithHooks @ VM59 auth.js:21316 mountIndeterminateComponent @ VM59 auth.js:23996 beginWork @ VM59 auth.js:25120 beginWork$1 @ VM59 auth.js:29701 performUnitOfWork @ VM59 auth.js:28679 workLoopSync @ VM59 auth.js:28652 performSyncWorkOnRoot @ VM59 auth.js:28278 (anonymous) @ VM59 auth.js:17602 unstable_runWithPriority @ VM59 auth.js:67172 runWithPriority$1 @ VM59 auth.js:17552 flushSyncCallbackQueueImpl @ VM59 auth.js:17597 flushSyncCallbackQueue @ VM59 auth.js:17585 scheduleUpdateOnFiber @ VM59 auth.js:27721 enqueueSetState @ VM59 auth.js:19152 push../node_modules/react/cjs/react.development.js.Component.setState @ VM59 auth.js:63774 (anonymous) @ VM59 auth.js:60615 listener @ VM59 auth.js:46421 (anonymous) @ VM59 auth.js:46439 notifyListeners @ VM59 auth.js:46438 setState @ VM59 auth.js:46827 (anonymous) @ VM59 auth.js:46930 confirmTransitionTo @ VM59 auth.js:46411 push @ VM59 auth.js:46914 (anonymous) @ VM59 auth.js:80384 asyncGeneratorStep @ VM59 auth.js:80226 _next @ VM59 auth.js:80228 Promise.then (async) asyncGeneratorStep @ VM59 auth.js:80226 _next @ VM59 auth.js:80228 (anonymous) @ VM59 auth.js:80228 (anonymous) @ VM59 auth.js:80228 handleSubmit @ VM59 auth.js:80419 handleSubmit @ VM59 auth.js:71541 callCallback @ VM59 auth.js:6679 invokeGuardedCallbackDev @ VM59 auth.js:6728 invokeGuardedCallback @ VM59 auth.js:6783 invokeGuardedCallbackAndCatchFirstError @ VM59 auth.js:6797 executeDispatch @ VM59 auth.js:6880 executeDispatchesInOrder @ VM59 auth.js:6905 executeDispatchesAndRelease @ VM59 auth.js:9769 executeDispatchesAndReleaseTopLevel @ VM59 auth.js:9778 forEachAccumulated @ VM59 auth.js:9750 runEventsInBatch @ VM59 auth.js:9795 runExtractedPluginEventsInBatch @ VM59 auth.js:10005 handleTopLevel @ VM59 auth.js:10049 batchedEventUpdates$1 @ VM59 auth.js:28393 batchedEventUpdates @ VM59 auth.js:7551 dispatchEventForLegacyPluginEventSystem @ VM59 auth.js:10059 attemptToDispatchEvent @ VM59 auth.js:10758 dispatchEvent @ VM59 auth.js:10680 unstable_runWithPriority @ VM59 auth.js:67172 runWithPriority$1 @ VM59 auth.js:17552 discreteUpdates$1 @ VM59 auth.js:28409 discreteUpdates @ VM59 auth.js:7562 dispatchDiscreteEvent @ VM59 auth.js:10659 Show 10 more frames VM59 auth.js:65278 @wireapp/webapp action CONSENT_GET_START VM59 auth.js:65278 @wireapp/webapp action COOKIE_REMOVE_SUCCESS VM59 auth.js:65278 @wireapp/webapp action COOKIE_POLLING_STOP VM59 auth.js:65278 @wireapp/webapp action CONSENT_GET_SUCCESS VM59 auth.js:6579 Warning: Can't perform a React state update on an unmounted component. This is a no-op, but it indicates a memory leak in your application. To fix, cancel all subscriptions and asynchronous tasks in a useEffect cleanup function. in SetHandle (created by ConnectFunction) in ConnectFunction (created by ProtectedSetHandle) in ProtectedSetHandle (created by Context.Consumer) printWarning @ VM59 auth.js:6579 error @ VM59 auth.js:6551 warnAboutUpdateOnUnmountedFiberInDEV @ VM59 auth.js:29683 scheduleUpdateOnFiber @ VM59 auth.js:27691 dispatchAction @ VM59 auth.js:22173 (anonymous) @ VM59 auth.js:81550 asyncGeneratorStep @ VM59 auth.js:81479 _next @ VM59 auth.js:81481 Promise.then (async) asyncGeneratorStep @ VM59 auth.js:81479 _next @ VM59 auth.js:81481 (anonymous) @ VM59 auth.js:81481 (anonymous) @ VM59 auth.js:81481 (anonymous) @ VM59 auth.js:81554 commitHookEffectListMount @ VM59 auth.js:26255 commitPassiveHookEffects @ VM59 auth.js:26293 callCallback @ VM59 auth.js:6679 invokeGuardedCallbackDev @ VM59 auth.js:6728 invokeGuardedCallback @ VM59 auth.js:6783 flushPassiveEffectsImpl @ VM59 auth.js:29375 unstable_runWithPriority @ VM59 auth.js:67172 runWithPriority$1 @ VM59 auth.js:17552 flushPassiveEffects @ VM59 auth.js:29342 (anonymous) @ VM59 auth.js:29221 workLoop @ VM59 auth.js:67116 flushWork @ VM59 auth.js:67071 performWorkUntilDeadline @ VM59 auth.js:66683 :8081/:1 The Content-Security-Policy directive 'prefetch-src' is implemented behind a flag which is currently disabled. Navigated to https://localhost:8081/ VM87 app.js:57687 @wireapp/webapp/PermissionRepository [2020-09-12 17:52:17] Permission state for 'camera' is 'prompt' VM87 app.js:57687 [HMR] connected VM85 vendor.js:147574 @wireapp/webapp/App [2020-09-12 17:52:17] ServiceWorker registration successful with scope: https://localhost:8081/ VM87 app.js:57687 @wireapp/webapp/PermissionRepository [2020-09-12 17:52:17] Permission state for 'geolocation' is 'prompt' VM87 app.js:57687 @wireapp/webapp/PermissionRepository [2020-09-12 17:52:17] Permission state for 'microphone' is 'prompt' VM87 app.js:57687 @wireapp/webapp/PermissionRepository [2020-09-12 17:52:17] Permission state for 'notifications' is 'prompt' VM87 app.js:57687 @wireapp/webapp/PermissionRepository [2020-09-12 17:52:17] Permission state for 'camera' is 'prompt' VM87 app.js:57687 @wireapp/webapp/PermissionRepository [2020-09-12 17:52:17] Permission state for 'geolocation' is 'prompt' VM87 app.js:57687 @wireapp/webapp/PermissionRepository [2020-09-12 17:52:17] Permission state for 'microphone' is 'prompt' VM87 app.js:57687 @wireapp/webapp/PermissionRepository [2020-09-12 17:52:17] Permission state for 'notifications' is 'prompt' VM87 app.js:71567 [HMR] bundle has 1 warnings VM87 app.js:57687 /min/app.js is 10.9 MB, and won't be precached. Configure maximumFileSizeToCacheInBytes to change this limit. VM85 vendor.js:147574 @wireapp/webapp/MediaDevicesHandler [2020-09-12 17:52:17] Updated MediaDevice list (3) [InputDeviceInfo, InputDeviceInfo, MediaDeviceInfo] VM87 app.js:57687 POST https://prod-nginz-https.wire.com/access 403 (Forbidden) enhanced @ VM87 app.js:57687 dispatchXhrRequest @ VM85 vendor.js:43045 xhrAdapter @ VM85 vendor.js:42879 dispatchRequest @ VM85 vendor.js:43525 Promise.then (async) request @ VM85 vendor.js:43302 wrap @ VM85 vendor.js:43891 (anonymous) @ VM85 vendor.js:6361 (anonymous) @ VM85 vendor.js:6290 push../node_modules/@wireapp/api-client/dist/http/HttpClient.js.__awaiter @ VM85 vendor.js:6286 _sendRequest @ VM85 vendor.js:6349 push../node_modules/@wireapp/api-client/dist/shims/browser/cookie.js.exports.sendRequestWithCookie @ VM85 vendor.js:7628 (anonymous) @ VM85 vendor.js:6422 (anonymous) @ VM85 vendor.js:6290 push../node_modules/@wireapp/api-client/dist/http/HttpClient.js.__awaiter @ VM85 vendor.js:6286 postAccess @ VM85 vendor.js:6412 (anonymous) @ VM85 vendor.js:6406 (anonymous) @ VM85 vendor.js:6290 push../node_modules/@wireapp/api-client/dist/http/HttpClient.js.__awaiter @ VM85 vendor.js:6286 refreshAccessToken @ VM85 vendor.js:6401 (anonymous) @ VM85 vendor.js:1028 (anonymous) @ VM85 vendor.js:892 push../node_modules/@wireapp/api-client/dist/APIClient.js.__awaiter @ VM85 vendor.js:888 init @ VM85 vendor.js:1026 init @ VM87 app.js:77702 (anonymous) @ VM87 app.js:112740 asyncGeneratorStep @ VM87 app.js:112407 _next @ VM87 app.js:112409 Promise.then (async) asyncGeneratorStep @ VM87 app.js:112407 _next @ VM87 app.js:112409 (anonymous) @ VM87 app.js:112409 (anonymous) @ VM87 app.js:112409 initApp @ VM87 app.js:112812 App @ VM87 app.js:112591 (anonymous) @ VM87 app.js:113327 asyncGeneratorStep @ VM87 app.js:112407 _next @ VM87 app.js:112409 (anonymous) @ VM87 app.js:112409 (anonymous) @ VM87 app.js:112409 mightThrow @ VM85 vendor.js:140242 process @ VM85 vendor.js:140310 setTimeout (async) (anonymous) @ VM85 vendor.js:140348 fire @ VM85 vendor.js:139976 fireWith @ VM85 vendor.js:140106 fire @ VM85 vendor.js:140114 fire @ VM85 vendor.js:139976 fireWith @ VM85 vendor.js:140106 ready @ VM85 vendor.js:140586 completed @ VM85 vendor.js:140596 VM85 vendor.js:147574 @wireapp/webapp/App [2020-09-12 17:52:18] Logout triggered by 'not_signed_in': Disconnecting user from the backend. VM87 app.js:57687 @wireapp/webapp/App [2020-09-12 17:52:18] Could not initialize app version 'dev': Authentication failed because the cookie is missing. {error: MissingCookieError: Authentication failed because the cookie is missing. at Function.get ERRORS…} enhanced @ VM87 app.js:57687 t.Originally posted by @Aisse-258 in https://github.com/wireapp/wire-webapp/issues/9469#issuecomment-691537989