-
Notifications
You must be signed in to change notification settings - Fork 278
Cross origin errors: failed to load head and tile #52
Comments
Never mind, I spotted this in the README:
Still wonder if it should include an optional web server? Closing for now. |
I think we would simply ask people to copy files to www directory |
I've reopened it. For this project, I'll suggest use c) solution. It's simple and don't require any compilations. |
@resoai , I don't want to do that because my HA server is open to the Internet so I can access it remotely. With the way this project is currently setup, wouldn't dropping this in the www folder expose my config, most importantly my HA password? Seems like option (c) above would be the best short-term quick fix. |
Homeassistant will soon move to oauth2 which will fix all our problems |
This problems already solved |
Hello I'm accessing my HA via duckdns, but tested it having problems accessing Tilebord, what appears to me is only the background screen and the screensaver also appears. I can access the files from the tileboard directories as well. But I don't know what the screens are not showing. Can someone help me with this please? |
I'm trying to run TileBoard locally on my Mac, just by opening up index.html in my browser (as suggested in the Community thread) and have it talk to Hass.io running on a RPi. It is receiving events from HA just fine.
However, it's throwing errors about cross-origin requests and I don't get anything showing on my board:
I'm guessing this is because it's being run from a file:// protocol. If that's going to be a problem, the project should maybe be bundled with a really simple web server?
The text was updated successfully, but these errors were encountered: