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

Client gets redirected to incorrect page #1808

Closed
1 of 3 tasks
RedFish87 opened this issue Oct 27, 2024 · 3 comments · Fixed by #1809
Closed
1 of 3 tasks

Client gets redirected to incorrect page #1808

RedFish87 opened this issue Oct 27, 2024 · 3 comments · Fixed by #1809
Labels
bug Something isn't working client Improvements or additions to the web client regression An intentional behavior that worked before does not work now

Comments

@RedFish87
Copy link

Current Behavior

Hi,

My permanent rooms just disappeared. Am I doing anything wrong? Please help

Expected Behavior

Permanent rooms exist.

Steps To Reproduce

  1. Create a permanent room
  2. Wait a day
  3. Room gone ("Disconnected")

Environment

  • This happens on the official site, opentogethertube.com
  • This happens using a self-hosted version.
  • I'm using the docker image.

Room name or URL

https://opentogethertube.com/rooms/English

Video URL

No response

Anything else?

No response

@RedFish87 RedFish87 added bug Something isn't working uncomfirmed Bug has not yet been confirmed, do not start a fix. labels Oct 27, 2024
@dyc3
Copy link
Owner

dyc3 commented Oct 27, 2024

Good news is your room still exists on the backend, but I need to do some digging to see why it's throwing you out of the room.

@dyc3 dyc3 added server Improvements or additions to the server regression An intentional behavior that worked before does not work now and removed uncomfirmed Bug has not yet been confirmed, do not start a fix. server Improvements or additions to the server labels Oct 27, 2024
@dyc3
Copy link
Owner

dyc3 commented Oct 27, 2024

I've figured out what's happening. This is only a client side bug. It only seems to be happening with this room in particular, I can't reproduce it with different room. The room URL is wrong.

Workaround: go to https://opentogethertube.com/room/English instead (note that its /room not /rooms)

Reproduction:

  • Navigate to a room with a URL in this format: https://opentogethertube.com/rooms/ROOM
  • See that you get redirected to /room/:roomId
  • See not found screen

@dyc3 dyc3 added the client Improvements or additions to the web client label Oct 27, 2024
@dyc3 dyc3 changed the title Permanent rooms disappeared Client gets redirected to incorrect page Oct 27, 2024
@RedFish87
Copy link
Author

RedFish87 commented Oct 27, 2024 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working client Improvements or additions to the web client regression An intentional behavior that worked before does not work now
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants