Login Error
  • Hi everybody,

    I set up Liveblog/Superdesk on an 64 Bit Ubuntu 16.10 Server.

    When accessing the server through the browser I get to the login page, where I try to login with the default admin account.

    Unfortunately nothing happens when I try to login.

    The developer console of the browser creates the following error:
    verndor.ba42340c.js:13 GET http://127.0.0.1/api net::ERR_CONNECTION_REFUSED

    I hope someone can at least give a hint how to solve this issue.

    Thanks in advance!


    Post edited by Sebastian Schneider at 2017-01-02 06:59:09
  • 2 Comments sorted by
  • Hello! Please try with the following environment variables:

    SUPERDESK_URL=http://127.0.0.1:5000/api
    SUPERDESK_WS_URL=ws://127.0.0.1:5050
    SUPERDESK_CLIENT_URL=http://127.0.0.1:9000

  • please check also client/config.js

    export default {
        server: {
            url: 'http://127.0.0.1:5000/api'
        },
        analytics: {
            piwik: 'type your key here',
            ga: 'type your key here'
        },
        embedly: {
            key: 'type your key here'
        }
    };

    Post edited by Massimo Scamarcia at 2017-01-05 09:51:25