You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On the page /pulls, clicking a particular repository on the left side returns 404 for 2/3 of the repos listed, I've checked the IDs in the database on the repository with the id 306 and 21 does exist but this URL returns 404 /pulls?type=all&repo=21&sort=&state=open
select count(*) from repository where id = 21 or id = 306; == 2
The text was updated successfully, but these errors were encountered:
[x]
):Description
On the page /pulls, clicking a particular repository on the left side returns 404 for 2/3 of the repos listed, I've checked the IDs in the database on the repository with the id 306 and 21 does exist but this URL returns 404
/pulls?type=all&repo=21&sort=&state=open
select count(*) from repository where id = 21 or id = 306;
== 2The text was updated successfully, but these errors were encountered: