Skip to content

[BUG] Selkies "Download Files" redirecting frontend incorrectly #329

@stvsu

Description

@stvsu

Is there an existing issue for this?

  • I have searched the existing issues

Current Behavior

I'm using a reverse proxy to push requests from webtop.example.com --> ip:3001

When navigating to the Selkies "Download Files" area, webtop is sending the frontend to webtop.example.com:3001/files/ which doesn't work (since reverse proxy is listening for requests on 80/443 and redirecting based on request header.

Image Image

Expected Behavior

Ideally it would send that request to ip:3001/files/ natively. Not entirely clear if this is a webtop/Selkies issue.

It's probably solveable by writing a redirect at the reverse proxy, so requests for webtop.example.com:3001/files/ get routed back to the IP, but figured I would post here to discuss.

Steps To Reproduce

See above

Environment

CPU architecture

x86-64

Docker creation

using docker-compose and traefik

Container logs

N/A - that request doesnt hit the container

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    Status

    Done

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions