Skip to content

404 errors returned by server #2

@zoggy

Description

@zoggy

Hello,

I followed instructions from the README to launch the server:

$ npm install
$ npm install -g bower
$ bower install
$ node server.js

Then launching hackify creates a room and I can access it from the browser. But some resources could not be loaded, resulting in missing features. The browser javascript console show a bunch or errors like:
GET http://localhost:4001/bower_components/codemirror/lib/codemirror.css 404 (Not Found)

I tried to (cd public && node ../server.js) but I get the same errors.

Manually trying to browse http://localhost:4001/bower_components gives a page with "Cannot GET /bower_components" .

Am I doing something wrong ?

Regards,

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions