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] Next page/page number links on user profile page are broken #951

Closed
innocente205 opened this issue Nov 13, 2019 · 1 comment
Closed
Assignees

Comments

@innocente205
Copy link
Contributor

Describe the bug
Active, Torrents, Downloads, Uploads, Seeds pages in the user profile will not display past page 1 using the page buttons at the bottom.

To Reproduce
Steps to reproduce the behavior:

  1. Go to user profile
  2. Click on any list that has more than one page of entries.
  3. Scroll down to the bottom, click on page "2"
  4. See error, only the revolving dots. no list is rendered.

Expected behavior
Page 2 should appear.

Screenshots
If applicable, add screenshots to help explain your problem.

UNIT3D (please complete the following information):

  • UNIT3D Version: 2.1.1
  • Laravel Version: 6.0.4
  • PHP Version: 7.3.10-1
  • Database Driver & Version: mysql 5.7
  • Web Server Driver & Version: nginx
  • OS Driver and Version: ubuntu 18.4

Desktop (please complete the following information):

  • OS:
  • Browser:
  • Version:

Additional context
The correct url is shown in the status: e.g. users/username/uploads?page/2 and this will open in a new tab correctly after right clicking. However, left clicking on the page number appears to incorrectly append "#page/2" to the existing url, which will not work.

Possible Fix?
Have a idea on how to fix? Write it here.

HDVinnie added a commit that referenced this issue Nov 13, 2019
@HDVinnie HDVinnie added the Fixed label Nov 13, 2019
@HDVinnie
Copy link
Collaborator

innocente205 pushed a commit to innocente205/UNIT3D-Community-Edition that referenced this issue Dec 7, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants