You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Seems like when I go directly to http://ip.adr.of.vps/ from browser - everything works. But once I'm trying to specify the webhook in the web-form - nothing happens.
My web-server with webhook scripts (scripts to which telegram webhooks are directed) is shared hosting PHP 5 - which has SSL/domain.
I placed the app at My OS is Ubuntu 14 with external IP address with no firewalls: I tried to insert localhost/external address (itself) into form (it is silent). But as I specified above - when I am trying to visit IP address - I see following log:
INFO[07-14|19:00:04] processed request method=GET path=/static/js/angular-websocket.min.js.map status=200
INFO[07-14|19:00:04] processed request method=GET path=/static/css/bootstrap.css status=200
INFO[07-14|19:00:04] received request method=GET path=/static/css/bootstrap.min.css.map
WARN[07-14|19:00:04] problem with static resources msg="Asset app/static/css/bootstrap.min.css.map not found"
Which sounds for me - that JS form is not working at all.
Sounds like application has bugs when it comes to using it on different public servers.
The text was updated successfully, but these errors were encountered:
Seems like when I go directly to http://ip.adr.of.vps/ from browser - everything works. But once I'm trying to specify the webhook in the web-form - nothing happens.
My web-server with webhook scripts (scripts to which telegram webhooks are directed) is shared hosting PHP 5 - which has SSL/domain.
I placed the app at My OS is Ubuntu 14 with external IP address with no firewalls: I tried to insert localhost/external address (itself) into form (it is silent). But as I specified above - when I am trying to visit IP address - I see following log:
INFO[07-14|19:00:04] processed request method=GET path=/static/js/angular-websocket.min.js.map status=200
INFO[07-14|19:00:04] processed request method=GET path=/static/css/bootstrap.css status=200
INFO[07-14|19:00:04] received request method=GET path=/static/css/bootstrap.min.css.map
WARN[07-14|19:00:04] problem with static resources msg="Asset app/static/css/bootstrap.min.css.map not found"
Which sounds for me - that JS form is not working at all.
Sounds like application has bugs when it comes to using it on different public servers.
The text was updated successfully, but these errors were encountered: