RocketChat / Rocket.Chat

The communications platform that puts data protection first.
https://rocket.chat/
Other
40.48k stars 10.54k forks source link

3.4.1 not working #18188

Closed cchbr closed 4 years ago

cchbr commented 4 years ago

Description:

3.4.1 is not working in any way for me. When deploying through docker-compose using an existing DB I'm met with a white box when trying to load the app. See screenshot below.

I've also tried starting a fresh development server without any prior data and the app is struck on the loading screen.

Actual behavior:

Screenshot of deployed app through docker-compose with console log included: rc-error

Server log: rocketchat_1 | API ➔ debug POST: /api/v1/method.callAnon/loadLocale rocketchat_1 | Meteor ➔ method loadLocale -> userId: undefined, arguments: ["sv"] rocketchat_1 | API ➔ debug Success { rocketchat_1 | statusCode: 200, rocketchat_1 | body: { rocketchat_1 | message:{"msg":"result","id":"2","result":"//! moment.js locale configuration\n//! locale : Swedish [sv]\n//! author : Jens Alm : https://github.com/ulmus\\n\\n;(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined'\n && typeof require === 'function' ? factory(require('../moment')) :\n typeof define === 'function' && define.amd ? define(['../moment'], factory) :\n factory(global.moment)\n}(this, function (moment) { 'use strict';\n\n\n var sv = moment.defineLocale('sv', {\n months : 'januari_februari_mars_april_maj_juni_juli_augusti_september_oktober_novemberdecember'.split(''),\n monthsShort : 'jan_feb_mar_apr_maj_jun_jul_aug_sep_okt_novdec'.split(''),\n weekdays : 'söndag_måndag_tisdag_onsdag_torsdag_fredaglördag'.split(''),\n weekdaysShort : 'sön_mån_tis_ons_tor_frelör'.split(''),\n weekdaysMin : 'sö_må_ti_on_to_frlö'.split(''),\n longDateFormat : {\n LT : 'HH:mm',\n LTS : 'HH:mm:ss',\n L : 'YYYY-MM-DD',\n LL : 'D MMMM YYYY',\n LLL : 'D MMMM YYYY [kl.] HH:mm',\n LLLL : 'dddd D MMMM YYYY [kl.] HH:mm',\n lll : 'D MMM YYYY HH:mm',\n llll : 'ddd D MMM YYYY HH:mm'\n },\n calendar : {\n sameDay: '[Idag] LT',\n nextDay: '[Imorgon] LT',\n lastDay: '[Igår] LT',\n nextWeek: '[På] dddd LT',\n lastWeek: '[I] dddd[s] LT',\n sameElse: 'L'\n },\n relativeTime : {\n future : 'om %s',\n past : 'för %s sedan',\n s : 'några sekunder',\n m : 'en minut',\n mm : '%d minuter',\n h : 'en timme',\n hh : '%d timmar',\n d : 'en dag',\n dd : '%d dagar',\n M : 'en månad',\n MM : '%d månader',\n y : 'ett år',\n yy : '%d år'\n },\n ordinalParse: /\\d{1,2}(e|a)/,\n ordinal : function (number) {\n var b = number % 10,\n output = (~~(number % 100 / 10) === 1) ? 'e' :\n (b === 1) ? 'a' :\n (b === 2) ? 'a' :\n (b === 3) ? 'e' : 'e';\n return number + output;\n },\n week : {\n dow : 1, // Monday is the first day of the week.\n doy : 4 // The week that contains Jan 4th is the first week of the year.\n }\n });\n\n return sv;\n\n}));"}, rocketchat_1 | success: true rocketchat_1 | } rocketchat_1 | } rocketchat_1 | Meteor ➔ publish null -> userId: null, arguments: [] rocketchat_1 | TIMEOUT QUERY OPERATION { rocketchat_1 | observeKey: '{"ordered":false,"collectionName":"rocketchat_settings","selector":{"_id":"Accounts_OAuth_Dolphin_URL"},"options":{"transform":null}}', rocketchat_1 | writesToCommitWhenWeReachSteadyLength: 0, rocketchat_1 | cursorDescription: '{"collectionName":"rocketchat_settings","selector":{"_id":"Accounts_OAuth_Dolphin_URL"},"options":{"transform":null}}' rocketchat_1 | } rocketchat_1 | Exception in setInterval callback: SwitchedToQuery {}

Screenshot of app started with development server, including console error log: rc-error2

Server Setup Information:

Client Setup Information

close-issue-app[bot] commented 4 years ago

This issue was closed because it does not use any of our issue templates. Please make sure to use one of the suggested templates.