Code Monkey home page Code Monkey logo

Comments (12)

jaouadballat avatar jaouadballat commented on June 9, 2024

Are you using two or more instances of the library in your project? . The reason is that the library makes use of the global namespace (window.Pusher) for some of its functionality and if a second instance is loaded it will override any previous instances.

from chatapp.

wahyupermadie avatar wahyupermadie commented on June 9, 2024

from chatapp.

jaouadballat avatar jaouadballat commented on June 9, 2024

wish version of laravel you use ?

from chatapp.

wahyupermadie avatar wahyupermadie commented on June 9, 2024

from chatapp.

jaouadballat avatar jaouadballat commented on June 9, 2024

in bootstrap.js you have
import Pusher from 'pusher-js' import Echo from 'laravel-echo' window.Pusher = require('pusher-js');
as you can see you have imported pusher twice delete the first line and try again

from chatapp.

wahyupermadie avatar wahyupermadie commented on June 9, 2024

from chatapp.

jaouadballat avatar jaouadballat commented on June 9, 2024

have you installed dependencies ??

from chatapp.

wahyupermadie avatar wahyupermadie commented on June 9, 2024

from chatapp.

jaouadballat avatar jaouadballat commented on June 9, 2024

now i'm using just phone when i came home i'will try. try to fork my project into yours

from chatapp.

wahyupermadie avatar wahyupermadie commented on June 9, 2024

from chatapp.

alvinteeky avatar alvinteeky commented on June 9, 2024

Did the error fixed ? i have the same problem?

from chatapp.

Khuram007 avatar Khuram007 commented on June 9, 2024

please comment to require('./bootstrap') on the second app.js file, I have 3 files 1) admin_app.js 2) admin_search.js and app.js ,this error show on multiple instances of the root.
image

from chatapp.

Related Issues (5)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.