-
Notifications
You must be signed in to change notification settings - Fork 254
Open
Labels
bugSomething isn't workingSomething isn't working
Description
🐞 Bug report
Description
This code use to work but somewhere along the line whilst upgrading to 17 it stopped working. All components in the "landing" project have been converted to modules from standalone components.
🔬 Minimal Reproduction
npx scully --project landing --host='0.0.0.0' --scanRoutes --no-warning --showGuessError --showBrowser=false --pluginsError=false --logSeverity=normal
💻Your Environment
Node 20
Angular Version:
^17.0.8
"@angular/cdk": "^17.0.4",
"@angular/common": "^17.0.8",
"@angular/compiler": "^17.0.8",
"@angular/core": "^17.0.8",
"@angular/fire": "17.0.0",
Scully Version:
^2.1.41 & 2.1.42
"@scullyio/init": "^2.1.41",
"@scullyio/ng-lib": "^2.1.41",
"@scullyio/platform-server": "^2.1.41",
"@scullyio/scully": "^2.1.41",
"@scullyio/scully-plugin-puppeteer": "^2.1.0",
Scully Config scully.landing.config.ts
export const config: ScullyConfig = {
puppeteerLaunchOptions: {
args: [
"--disable-gpu",
"--renderer",
"--no-sandbox",
"--no-service-autorun",
"--no-experiments",
"--no-default-browser-check",
"--disable-dev-shm-usage",
"--disable-setuid-sandbox",
"--no-first-run",
"--no-zygote",
"--single-process",
"--disable-extensions",
"--user-agent='Scully Navigator'",
"--disable-headless-warning",
],
headless: true,
},
projectRoot: "./projects/landing/src",
projectName: "landing",
distFolder: "./dist/landing", // output directory of your Angular build artifacts
outDir: "./dist/static", // directory for scully build artifacts
defaultPostRenderers: postRenderers,
routes: {
"/v/:id": {
type: "json",
id: {
url: vanityUrl,
property: "id",
},
},
},
};
Discovery Happens
Rendering does not
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working
