Skip to content

[Bug]: Frontend stuck on "Loading…" after local Docker installation #1106

@MammadTavakoli

Description

@MammadTavakoli

Bug Description

Hi team,

I followed the Hoop.dev Docker installation guide
to run Hoop locally on a VM. All containers start successfully, but when I open the developer portal at http://:8009, the page shows “Loading…” indefinitely.

When I inspect the network requests in the browser, the request to /api/publicserverinfo returns 0 B:

GET http:///api/publicserverinfo

My .env file is currently:

API_URL=http://:8009
GRPC_URL=http://:8010

I’ve checked that:

Ports 8009 and 8010 are open on the VM firewall.

docker compose ps shows all containers are up.

Logs don’t show obvious errors, but the frontend never receives API data.

Could you clarify:

What should the correct API_URL and GRPC_URL be for a local Docker deployment?

Are there any additional steps needed to make the frontend reach the backend?

Thanks in advance!

Steps to Reproduce

I followed the Hoop.dev Docker installation guide to run Hoop locally on a VM.

Expected Behavior

it must show the landing page

Actual Behavior

Frontend stuck on "Loading…" after local Docker installation

Version

1.42.9

Browser(s)

Firefox

Operating System

ubunto 24.04

Screenshots

No response

Additional Context

Disable Cache
12 requests
9.14 MB / 0 B transferred
Finish: 2.53 s
DOMContentLoaded: 2.23 s
load: 2.28 s

OPTIONS
http://10.1.49.122/api/publicserverinfo
Transferred0 B (0 B size)
Referrer Policystrict-origin
DNS ResolutionSystem

Accept
/
Accept-Encoding
gzip, deflate
Accept-Language
en-US,en;q=0.5
Access-Control-Request-Headers
authorization,content-type,user-client
Access-Control-Request-Method
GET
Connection
keep-alive
Host
10.1.49.122
Origin
http://10.1.49.122:8009
Priority
u=4
Referer
http://10.1.49.122:8009/
User-Agent
Mozilla/5.0 (X11; Linux x86_64; rv:142.0) Gecko/20100101 Firefox/142.0

Relevant Log Output

Code of Conduct

  • I agree to follow this project's Code of Conduct

Metadata

Metadata

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions