diff --git a/src/containers/error-boundary.jsx b/src/containers/error-boundary.jsx
index 76802763c37fbc115ec1c3b33efd732e6facb233..d7f558c166f3da16eb00b4a88423add555a994e1 100644
--- a/src/containers/error-boundary.jsx
+++ b/src/containers/error-boundary.jsx
@@ -30,7 +30,7 @@ class ErrorBoundary extends React.Component {
     }
 
     handleReload () {
-        window.location.reload();
+        window.location.replace(window.location.origin);
     }
 
     render () {