[GH-ISSUE #1243] Docker image not working #418

Closed
opened 2026-03-16 15:14:47 +03:00 by kerem · 7 comments
Owner

Originally created by @hibare on GitHub (Oct 6, 2020).
Original GitHub issue: https://github.com/hoppscotch/hoppscotch/issues/1243

Describe the bug
Nothing loads in UI, continues to show loading cirlces

To Reproduce
Steps to reproduce the behavior:
Run followin docker-compose snippet

version: "3.7"

services:
  postwoman:
    container_name: postwoman
    image: liyasthomas/postwoman
    hostname: postwoman
    environment:
      TZ: "Asia/Kolkata"
    ports:
      - 8000:8000
    restart: unless-stopped

Expected behavior
Page will load

Screenshots
Screenshot from 2020-10-06 18-47-35

Desktop (please complete the following information):

  • OS: Elementary Os
  • Browser: Firefox
  • Version [e.g. 22]

Smartphone (please complete the following information):

  • Device: [e.g. iPhone6]
  • OS: [e.g. iOS8.1]
  • Browser [e.g. stock browser, safari]
  • Version: 80.0.1

Additional context
Error in Browser console.
TypeError: Lo is undefined

Originally created by @hibare on GitHub (Oct 6, 2020). Original GitHub issue: https://github.com/hoppscotch/hoppscotch/issues/1243 **Describe the bug** Nothing loads in UI, continues to show loading cirlces **To Reproduce** Steps to reproduce the behavior: Run followin docker-compose snippet ``` version: "3.7" services: postwoman: container_name: postwoman image: liyasthomas/postwoman hostname: postwoman environment: TZ: "Asia/Kolkata" ports: - 8000:8000 restart: unless-stopped ``` **Expected behavior** Page will load **Screenshots** ![Screenshot from 2020-10-06 18-47-35](https://user-images.githubusercontent.com/20609766/95206603-85a4e600-0804-11eb-850f-60c5934c3b92.png) **Desktop (please complete the following information):** - OS: Elementary Os - Browser: Firefox - Version [e.g. 22] **Smartphone (please complete the following information):** - Device: [e.g. iPhone6] - OS: [e.g. iOS8.1] - Browser [e.g. stock browser, safari] - Version: 80.0.1 **Additional context** Error in Browser console. TypeError: Lo is undefined
kerem 2026-03-16 15:14:47 +03:00
  • closed this issue
  • added the
    bug
    label
Author
Owner

@liyasthomas commented on GitHub (Oct 6, 2020):

Can you pul the latest tag

https://github.com/hoppscotch/hoppscotch#docker

<!-- gh-comment-id:704271014 --> @liyasthomas commented on GitHub (Oct 6, 2020): Can you pul the `latest` tag https://github.com/hoppscotch/hoppscotch#docker
Author
Owner

@rytikovroman1994 commented on GitHub (Oct 6, 2020):

I get data too.
image

<!-- gh-comment-id:704299317 --> @rytikovroman1994 commented on GitHub (Oct 6, 2020): I get data too. ![image](https://user-images.githubusercontent.com/42497012/95213548-9b5fde80-07f7-11eb-9eb5-32c1d35e2f5e.png)
Author
Owner

@hibare commented on GitHub (Oct 7, 2020):

Hi,

Docker by default will be pulling latest image.

<!-- gh-comment-id:704732601 --> @hibare commented on GitHub (Oct 7, 2020): Hi, Docker by default will be pulling latest image.
Author
Owner

@duanmq1994 commented on GitHub (Oct 9, 2020):

I met this problem, too.
I also pulled the latest image.

<!-- gh-comment-id:705983038 --> @duanmq1994 commented on GitHub (Oct 9, 2020): I met this problem, too. I also pulled the latest image.
Author
Owner

@liyasthomas commented on GitHub (Oct 10, 2020):

Can you guys update docker-compose file with changes from the PR #1258 and confirm it is working?

<!-- gh-comment-id:706456594 --> @liyasthomas commented on GitHub (Oct 10, 2020): Can you guys update docker-compose file with changes from the PR #1258 and confirm it is working?
Author
Owner

@rytikovroman1994 commented on GitHub (Oct 12, 2020):

Still not working. I installed the latest version.
It also doesn't work locally. If you clone a project and then knock it down.

<!-- gh-comment-id:707128919 --> @rytikovroman1994 commented on GitHub (Oct 12, 2020): Still not working. I installed the latest version. It also doesn't work locally. If you clone a project and then knock it down.
Author
Owner

@liyasthomas commented on GitHub (Oct 15, 2020):

Track issue on #1275

<!-- gh-comment-id:708914653 --> @liyasthomas commented on GitHub (Oct 15, 2020): Track issue on #1275
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/hoppscotch#418
No description provided.