diff --git a/src/app.tsx b/src/app.tsx index 0fb222c3..e0c46a11 100644 --- a/src/app.tsx +++ b/src/app.tsx @@ -52,7 +52,7 @@ export async function getInitialState(): Promise<{ const fetchUserInfo = async (): Promise => { try { const data = await queryCurrentUserState({ - skipErrorHandler: false + skipErrorHandler: true }); if (data.is_admin) { getUpdateCheck();