Closed Bug 1236848 Opened 8 years ago Closed 8 years ago

“Load more” button does not work in apps listing pages

Categories

(Marketplace Graveyard :: API, defect, P1)

Avenir
x86_64
Windows 7

Tracking

(Not tracked)

VERIFIED FIXED
2016-01-12

People

(Reporter: vvalentina, Unassigned)

References

Details

Steps to reproduce:
1. Load MP-stage page https://marketplace.allizom.org/
2. Go to "Popular" page
3. Click “Load more” blue button

Expected results:
More apps are loaded.

Actual results:
Nothing happens. Button label is changed to “Try again”.

Notes/Issues:
Verified on MP-stage FF46(Win7, Android 4.4). Issue is only reproducing on MP-stage.
Screencast for this issue: http://screencast.com/t/u0CNLDWMQDXZ
Priority: -- → P4
This issue is now in MP-production.
Please see the screenshot: http://screencast.com/t/Sw1DSnHXjJf
Severity: normal → major
Priority: P4 → P1
It's a backwards-incompatible change in our API responses.

Our API responses for lists contain a "meta" property that indicates the url for the next/previous pages. The old version used to be a relative URL, without the hostname, but the newest version returns the hostname, and that confuses clients like fireplace (or transonic in bug 1238617) that expect to need to concatenate this URL with the api hostname - which it needs to do to sometimes use the CDN instead of the regular hostname.
Component: Consumer Pages → API
Switched back to relative URLs.

https://github.com/mozilla/zamboni/commit/21dcdb0
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → FIXED
Verified as fixed on MP-dev FF46(Win 7).
Postfix screencast: http://screencast.com/t/KMBStxN1U2BC
Closing bug.
Status: RESOLVED → VERIFIED
You need to log in before you can comment on or make changes to this bug.