Found inconsistencies between what’s shown in the Content Selector for REST and the paragraph tag in Builder…
I have a REST returning values and when I dig down into the different elements in the Content Selector, the preview looks correct with new lines and formatting:
On the same site - render dynamic single pages with data from REST:
Dynamic Routing on the Server
Ensure that your server is set up to handle dynamic routes (like /artist/:slug). The server should be able to parse the slug, fetch the relevant data using the API, and render the page with this data.
Is Divhunt doing this now?
On the dev domain it works when I try it when logged in but in another browser, it doesn’t access the dynamic data for single dynamic pages.