praeclarum / Ooui

A small cross-platform UI library that brings the simplicity of native UI development to the web
MIT License
1.62k stars 160 forks source link

functions disabled at raspberry pi / ubuntu system #178

Open halukmy opened 6 years ago

halukmy commented 6 years ago

i just publish ouii asp.net mvc core app to raspbian,

ouii works great but funcitons are disabled..

like calculator sample.. i see percent bar, also dolar bar but when i insert values , nothing change

or click button sample ... you can try at http://areyhome.dynu.com

what can be problem?

halukmy commented 6 years ago

if i run at localhost:5000 on ubuntu device, functions perfect run but if remote connect via ngix .. nothing more..

KevinGliewe commented 6 years ago

Do you run it behind a reverse proxy? I think you wanted to write "nginx". Maybe it is blocking the WebSocket?

halukmy commented 6 years ago

@KevinGliewe probably right! because the components are shown but methods are unavailable... not works anything.. also 2+2 lol :)

but on rasberry pie, when i try to connect on http://localhost:5000 everythings run perfect!

what could be solution?

thanks

KevinGliewe commented 6 years ago

@halukmy so the UI shows up but is not responding? Do you get any output on the console?

halukmy commented 6 years ago

can you check this : http://areyhome.dynu.com/Home/Contact

forms work perfect but on nghix its not works

halukmy commented 6 years ago

@KevinGliewe is there any update? did you able to check it?

halukmy commented 6 years ago

@KevinGliewe reminder? @praeclarum

praeclarum commented 6 years ago

@halukmy My guess is the web socket is being blocked. I can't reach your server, is it still up?