kitajchuk / node-squarespace-server

DEPRECATED! A local Squarespace development server in node.js.
MIT License
186 stars 26 forks source link

Page data not being pulled form Squarespace #175

Open olivertappin opened 8 years ago

olivertappin commented 8 years ago

A sub navigation page has been duplicated in Squarespace, exists in the /config page and is accessible globally via the public URL. When running the local server, the homepage works fine as expected but when going to the new URL, it's showing a blank page (just echoing out the header and footer).

Errors from the log are as follows:

screen shot 2016-04-26 at 15 49 37

I have also tried the sqs buster to clear all local cache and started from fresh. It seems the server isn't pulling the latest version of Squarespace's database, or, this is being cached elsewhere (where the sqs buster does not cover).

kitajchuk commented 8 years ago

Looks like your blocks don't have values when returning from the squarespace api... do those blocks exist?

olivertappin commented 8 years ago

Those blocks exist, and they're showing/working on the Squarespace website. Is there anything else I can debug or share to help expose the exact issue I'm having?