Giter Site home page Giter Site logo

Comments (2)

ateodorescu avatar ateodorescu commented on June 11, 2024 1

To solve this problem I had to include the following statements in my config.js file:

window.AUTH_TOKEN_OVERRIDE = 'my-auth-token';
window.SERVER_URL_OVERRIDE = 'http://' + location.hostname + ':8123';
window.WS_URL_OVERRIDE = 'ws://' + location.hostname + ':8123/api/websocket';

Just add those lines before or after the CONFIG declaration.

Using the External url didn't work so I had to do the above trick.

from tileboard.

rchl avatar rchl commented on June 11, 2024

When using the addon the idea is that those URLs are automatically detected and don't need to be manually set so I would say that this is the main issue here.

I'm not sure why though, without having some way of reproducing this issue.

Some time before Homeassistant had settings in the UI for defining the "External" URL but it seem that this is gone now. There still seems to be a way to set those from the configuration file (https://www.home-assistant.io/docs/configuration/basic/) so you could try that if you want to get this working before I have a chance to look closer.

I would guess that it's just not possible to automatically detect the external URL in some cases, in which case I would probably have to just introduce that setting in the addon settings itself.

from tileboard.

Related Issues (20)

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.