-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
templates broken #99
Comments
@datesss I can confirm I'm experiencing the same issue. My urls are correctly written but the same page data is being used for every page. Here's my app.js:
And my markup which is correctly returning each url:
And my template markup:
|
Hey guys, sorry about this, the rooftop plugin isn't up to date. We evaluated rooftop for a bit and it ended up being a bit too buggy at the service level for our needs, so we haven't been using it recently. Unfortunately I don't have the time or need right now to fix this, but if it's particularly important to anyone I would be happy to go over how to contribute a fix! |
@jescalan thanks for update! It's not critical for me, was just exploring different CMSes. And it's helpful to know your take on rooftop! |
Something wrong with the writeTemplate function, where it writes the same HTML from the first' posts' entry on my rooftopCMS into every page with that template for me. For example if i add console.logs:
I get:
Kindof messy to look at, but basically its calling the api correctly and writing the page urls correctly, but returning the same page data to every template, because options.locals returns the same page!
The text was updated successfully, but these errors were encountered: