openhab / openhab-cloud

Cloud companion for openHAB instances
Eclipse Public License 2.0
313 stars 162 forks source link

Paper UI not working #66

Closed kobelka closed 7 years ago

kobelka commented 7 years ago

Hi, I´ve installes an own Openhab Cloud but when I try to open PaperUI the following Error comes up:

Cannot GET /paperui/index.html

Regards Kobelka

marziman commented 7 years ago

@kobelka, there is already a PR to solve this by configuration. If you use myopenhab.org you should hit: https://home.myopenhab.org/paperui/index.html otherwise you need to access via: https://your-OH-URL:port/paperui/index.html

In your comment it is not clear what you mean diectly. To access from browser, ohcloud ui ..?

snoekieboe commented 7 years ago

@marziman, i think we are mixing things up here..

The problem we are talking about is not the incorrect URL but PaperUI not working even when the when you are forwarded to the correct URL .

In my case the paper ui logo is grey (ish) and refers to https://openhab.heerle.com/paperui/index.html but when clicking it throws " Cannot GET /paperui/index.html" as an error.

All other UI's like basic, classic, habmin & habpanel are working just fine.

marziman commented 7 years ago

Testing this right now.

marziman commented 7 years ago

@snoekieboe,

you re right. I really mixed this up. I am just testing and merging this in. Sorry and Thanks for your patience.. BR Mehmet

marziman commented 7 years ago

Fixed with https://github.com/openhab/openhab-cloud/pull/73

snoekieboe commented 7 years ago

Thnx Marziman!!