[GH-ISSUE #238] Uncaught ReferenceError: io is not defined #155

Closed
opened 2026-03-03 16:05:42 +03:00 by kerem · 2 comments
Owner

Originally created by @SatishPatruni on GitHub (Jun 21, 2021).
Original GitHub issue: https://github.com/mthenw/frontail/issues/238

Not sure what I am doing wrong. Attached the screenshot.

Steps I followed

  • npm i frontail -g
  • Setup nginx config
  • Started with frontail -p 1900 /home/ubuntu/jlkjlkjljl.log

Nginx config
`server {
listen 80;
listen [::]:80;

    server_name logs.xyxyyxy.com;

    location / {
            proxy_pass http://localhost:1900;
            proxy_http_version 1.1;
            proxy_set_header Upgrade $http_upgrade;
            proxy_set_header Connection 'upgrade';
    }

}
`

Screenshot 2021-06-21 183523

Originally created by @SatishPatruni on GitHub (Jun 21, 2021). Original GitHub issue: https://github.com/mthenw/frontail/issues/238 Not sure what I am doing wrong. Attached the screenshot. Steps I followed - npm i frontail -g - Setup nginx config - Started with `frontail -p 1900 /home/ubuntu/jlkjlkjljl.log` Nginx config `server { listen 80; listen [::]:80; server_name logs.xyxyyxy.com; location / { proxy_pass http://localhost:1900; proxy_http_version 1.1; proxy_set_header Upgrade $http_upgrade; proxy_set_header Connection 'upgrade'; } } ` ![Screenshot 2021-06-21 183523](https://user-images.githubusercontent.com/8815475/122766758-82cd2100-d2bf-11eb-9069-bbeb916979fd.png)
kerem closed this issue 2026-03-03 16:05:42 +03:00
Author
Owner

@SatishPatruni commented on GitHub (Jun 22, 2021):

Seems to be issues with my nginx secuirty configurations. Nevermind

<!-- gh-comment-id:865760763 --> @SatishPatruni commented on GitHub (Jun 22, 2021): Seems to be issues with my nginx secuirty configurations. Nevermind
Author
Owner

@SatishPatruni commented on GitHub (Jun 22, 2021):

Maciej Winnicki, good one BTW!

<!-- gh-comment-id:865761709 --> @SatishPatruni commented on GitHub (Jun 22, 2021): Maciej Winnicki, good one BTW!
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/frontail#155
No description provided.