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

Fix redirect to torrent details after upload #111

Merged
merged 1 commit into from
Jun 23, 2023
Merged

Fix redirect to torrent details after upload #111

merged 1 commit into from
Jun 23, 2023

Conversation

josecelano
Copy link
Member

The behavior was broken because the navigation (frontend router) used the torrent ID instead of the info-hash. But the API was not returning the info-hash after uploading a new torrent file.

The API was changed to return the info-hash too. And the API dependency was updated.

The behavior was broken becuase the navigation (frontend router) used
the torrent id instead of the info-hash. But the API was not returning
the info-hash after uploading a new torrent file.

The API was changed to return the info-hash too. And the API dependency
was updated.
@josecelano josecelano merged commit 0458ba1 into torrust:develop Jun 23, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

Error after uploading a torrent. Redirection to all URL with torrent id
1 participant