Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bug: the server responded with a status of 502 uploadApk:1 in Docker #155

Open
mlsh0 opened this issue Nov 6, 2024 · 0 comments
Open

Bug: the server responded with a status of 502 uploadApk:1 in Docker #155

mlsh0 opened this issue Nov 6, 2024 · 0 comments

Comments

@mlsh0
Copy link

mlsh0 commented Nov 6, 2024

Describe the bug
the server responded with a status of 502 uploadApk:1

To Reproduce
Steps to reproduce the behavior:

  1. Build docker image
  2. docker compose up rvx -d
  3. Reverse proxy it with traefik
  4. Try to upload app (I used tiktok 36.5.4)
  5. Go to chrome devtools and check errors
  6. "the server responded with a status of 502 uploadApk:1"

rvx-builder Version: [e.g. v3.11.1]
v3.16.1

  • OS: 6.1.0-26-amd64 Debian 6.1.112-1 (2024-09-30) x86_64 GNU/Linux

Docker container logs does not show any errors
docker-compose.yml

rvx:
    image: rvx:latest
    container_name: rvx
    networks:
      - proxy
    volumes:
      - ./rvx:/app/rvx-builder/revanced/
    restart: unless-stopped
    labels:
      - "traefik.enable=true"
      - "traefik.http.routers.rvx.rule=Host(`X`)"
      - "traefik.http.routers.rvx.entrypoints=websecure"
      - "traefik.http.routers.rvx.service=rvx"
      - "traefik.http.routers.rvx.tls=true"
      - "traefik.http.routers.rvx.middlewares=default@file"
      - "traefik.http.services.rvx.loadbalancer.server.port=8000"
@inotia00 inotia00 changed the title the server responded with a status of 502 uploadApk:1 Bug: the server responded with a status of 502 uploadApk:1 in Docker Dec 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant