Questions tagged [scully]

If you're currently utilizing Scully, the open-source Jamstack toolchain developed by HeroDevs in collaboration with the community, make sure to include this tag in your work: https://scully.io.

Having trouble deploying my Scully (Angular) application on AWS due to a 502 Bad Gateway error

I am currently facing an issue while trying to deploy my Angular app with Scully on AWS, as I keep receiving a 502 error. When I attempt to run just npm run start, the app loads and displays content, but the scully static SEO content is missing - instead, ...

Scully.io prerenders the ROOT route as a static file, but it does not prerender any other routes in its process

Our production Angular 14.2.12 application is running smoothly. I decided to generate static pages using Scully, so I followed these steps: Run the command: ng add @scullyio/init This added Scully to my project. Next, I executed "ng build" and "npx sc ...