Danielle Greaves

Results 6 comments of Danielle Greaves

Hi- @petergoldstein I am bumping into this now with our networking infrastructure changing internally. Do you have any updates on this? Happy to help out. Thanks!

We should be autosaving now instead of even requiring an action. Can we implement this instead?

It looks like if the user is switching around somewhere along the lines if there is no query param and no session[:site_id] of the site it is failing to lookup...

FYI upon a fresh install i needed to modify the gulpfile.js to require 'sass' : `var sass = require('gulp-sass')(require('sass'));` ``` npm -v: 8.3.1 node -v: v18.12.0 yarn -v: 1.22.19 macOS...

One thing I've found is pages with an "Inherited" layout (production pages for example) are trying to inherit from the parent and if that is nil it will render nothing....

Here's what is happening on previewing content pages vs application pages vs loading a real application pages Content Pages Preview Loads page parts body with content - fine. Application pages...