Replies: 3 comments 1 reply
-
I've found it in the docs by looking at the Releases and seeing SPS mentioned in 2.1.0. PR where documentation was added here: https://github.com/scullyio/scully/pull/1478/files But it's hidden inside Reference -> RouteRender Plugins -> SPS Scully Platform Server: https://scully.io/docs/Reference/routRenders/sps/ |
Beta Was this translation helpful? Give feedback.
-
@intellix I think we fixed those things now with updates in our schematics, and the getting started should be the same as it was now. Sorry for the late reply, this one escaped my attention somehow. |
Beta Was this translation helpful? Give feedback.
-
Was just looking at Scully as an alternative to Universal and figured I'd try getting started:
This gives me the following error:
I can see that it's generated a config with a reference to an "spsModulePath":
After a google, I find this (no mention of it in the getting started guide):
scully/scully.sps-sample.config.ts
Line 21 in dc0ae5d
I can also see this line missing in my generated config, which is in the sample one I randomly found, which now complains that I need my module... so I copy the one in this repository and add that missing command
Next error is this:
Not seeing any reference to SPS inside the Getting Started guide. Got a feeling it's all geared towards using puppeteer? https://scully.io/docs/learn/getting-started/overview/
I then tried again with puppeteer (a quick read suggests this was the default beforehand) to see if the process was smoother and generating I see something about NaN seconds:
And serving seems not to work out of the box:
Beta Was this translation helpful? Give feedback.
All reactions