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
I don't know why this poping up and my whole real time functionality is not working ...
Ok First I got this error websocket not defined I fixed it by setting it global variable And after that i got bunch of errors like this
import {Server} from 'http';
import React from 'react';
import {renderToString} from 'react-dom/server';
import {match, RouterContext} from 'react-router';
import routes from '../client/routes';
import Helmet from 'react-helmet';
import compression from 'compression';
import favicon from 'serve-favicon';
import {createStore} from 'redux';
import {Provider} from 'react-redux';
import reducer from '../client/reducers'
import path from 'path'
import passport from 'passport';
import config from './Auth';
import r from 'rethinkdb';
import uuid from 'node-uuid';
import Jimp from 'jimp';
import AWS from 'aws-sdk';
const JWTPASS = 'NONOE';
import horizon from '@horizon/server'
let cookieParser = require('cookie-parser');
import jwt from 'jsonwebtoken';
import {forEachOf} from 'async';
import _ from 'underscore';
import xssFilters from 'xss-filters'
I don't know why this poping up and my whole real time functionality is not working ...
Ok First I got this error websocket not defined I fixed it by setting it global variable And after that i got bunch of errors like this
Loo this screenShot
Error Screen Shot
The text was updated successfully, but these errors were encountered: