Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

Gerry's avatar
Level 21

New design. Is pagination missing on long discussion threads?

Love the new design. :D

Don't know if it is just me on Desktop but Is pagination now missing on long discussion threads?

0 likes
5 replies
click's avatar

I think it should autoload new pages based on the ajax request I see. It has 30 items per page. @JeffreyWay This does not work for this topic at least: https://laracasts.com/discuss/channels/code-review/how-to-write-code-in-laracast

It throws a mixed content error:

Mixed Content: The page at 'https://laracasts.com/discuss/channels/code-review/how-to-write-code-in-laracast' was loaded over HTTPS, but requested an insecure XMLHttpRequest endpoint 'http://laracasts.com/discuss/channels/code-review/how-to-write-code-in-laracast?page=2&ajax=1'.

Gerry's avatar
Level 21

Yes that was the topic I noticed on as I added a comment previously but couldn't see my comment after the update.

arthvrian's avatar

It is right i.e. https://laracasts.com/discuss/channels/general-discussion/where-are-you-all-from

@JeffreyWay ...

seems like infinity scroll pagination?

there is a error on javascript (loading page 2 from http NOT https)

all.min.js?v=220:5 Mixed Content: The page at 'https://laracasts.com/discuss/channels/general-discussion/where-are-you-all-from' was loaded over HTTPS, but requested an insecure XMLHttpRequest endpoint 'http://laracasts.com/discuss/channels/general-discussion/where-are-you-all-from?page=2&ajax=1'. This request has been blocked; the content must be served over HTTPS.
(anonymous) @ all.min.js?v=220:5
t.exports @ all.min.js?v=220:5
t.exports @ all.min.js?v=220:10
Promise.then (async)
i.request @ all.min.js?v=220:10
i.(anonymous function) @ all.min.js?v=220:10
(anonymous) @ all.min.js?v=220:5
fetchReplies @ all.min.js?v=220:17
(anonymous) @ all.min.js?v=220:17
c @ all.min.js?v=220:18
f @ all.min.js?v=220:18
u @ all.min.js?v=220:18
setTimeout (async)
u @ all.min.js?v=220:18
setTimeout (async)
u @ all.min.js?v=220:18
setTimeout (async)
h @ all.min.js?v=220:18
all.min.js?v=220:5 Uncaught (in promise) Error: Network Error
    at t.exports (all.min.js?v=220:5)
    at XMLHttpRequest.d.onerror (all.min.js?v=220:5)```
JeffreyWay's avatar

Thanks, guys. Just an HTTPs issue. Should be fixed now!

2 likes

Please or to participate in this conversation.