I’m sure this was working fine on previous versions of Elements, but now when clicking the Load more button, the browser console shows repeated errors like:
Failed to load resource: the server responded with a status of 400 ()
Error loading more items: Error: HTTP error! status: 400
Also the post author leads to a no item found. All work as expected locally but not on my server with php 8.4. I’m testing with the Appleseed Daily project, uploaded below:
The project is yours Appleseed Daily, I didn’t changed a thing. I’ve looked at the Marketplace and the Pavyon Blog from Templays is showing the same error when clicking on the View all button.
Since this functionality works in your local environment, it’s likely
that the issue is related to differences in site configuration or missing
parameters in the API request on the live server.
Additionally, because this endpoint is part of a custom CMS integration
and the server is responding correctly with a 400, this confirms that the
issue is not due to DreamHost’s hosting environment, the request is
simply being rejected by the app-level API.
We recommend reviewing the request payload being sent to that endpoint
and ensuring that any required parameters (like collection ID or
pagination values) are correctly passed. It’s also worth checking for any
environment-specific configurations or hardcoded URLs that might differ
between local and live setups.
Load More has not worked for me for some time now, either.
I remember @ben mentioning something about some problems with Chillidog based on changes they had made after their attack. But clearly that has not yet been fixed, as I still cannot get Load More to work.
I should add this works in Preview but not on the live site.
The fact it works locally and NOT on the server, points to a server configuration issue. However we are looking to ensure the CMS is compatible with as many hosts as possible.
@dan my project works with load more on my server, I uploaded the microblog project to the same server the microblog load more does not work, so not sure