Receiving error 'Source origin is not allowed in' on amp-list load-more using load-more-bookmark

169 Views Asked by At

I have a working amp-list implementation using server-side filtering at https://staging.caymanmag.com/work/finding-a-job, but I'm not able to get the infinite scroll to work with the load-more="auto" attribute and load-more-bookmark.

The error I'm receiving is 'Source origin is not allowed in' but I don't receive a CORS errors when not using the load-more attribute.

I wonder if it's due to the bookmark value: load-more-bookmark="meta.pagination.links.next" being used? It looks like the &page=2 attribute is being added to the end of the query string.

Any thoughts?

0

There are 0 best solutions below