radiks-server icon indicating copy to clipboard operation
radiks-server copied to clipboard

Support full URL on pagination links

Open hstove opened this issue 5 years ago • 0 comments

Reported issue:

When fetching results with over the maximum count of records, radiks-server automatically adds pagination links to the JSON.

However, it appears that it doesn't properly include the host name, according to this screenshot:

2019-05-02_2017

This is where that code happens, it appears that the host is not being pulled properly:

https://github.com/blockstack-radiks/radiks-server/blob/master/app/controllers/ModelsController.js#L48

hstove avatar May 02 '19 18:05 hstove