-
Notifications
You must be signed in to change notification settings - Fork 257
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Running Scully in Angular 15? #1659
Comments
Outlined my v15.2.6 solutions here: #1625 (comment) Hope it helps! |
Can you try the steps outlined on the following blog post? https://blog.herodevs.com/how-to-add-scully-to-your-angular-15-application-b9472aa19ebc |
@nelsongutidev sure. It looks promising. I'll outline my steps here ( Just did the whole thing ... Still no love ...): Dependencies
Module ConfigurationNext added the Scully ConfigurationMy
Update
|
can you try adding this line to your scully config file:
and also adding this prop ( export const config: ScullyConfig = { |
@nelsongutidev let me give that a try. Here's the new config:
All fingers crossed:
Still the same result. I'll try it with the executable path as well:
Result: Still the same ... |
I'm not sure if you've had this issue @fireflysemantics, but if I use any version after 14 I get "Sorry, could not load static page content" on the pages |
@mocolicious we tried a whole bunch of permutations to get it working in Angular 15/16 however no love so far. IIUC the fix is being worked on, so lets keep our fingers crossed. |
I was able to get it to work if I downgraded to 16.0.2 but im not sure at what point static page content stops being rendered |
Hello! Was anyone able to overcome this issue in other way than by downgrading? |
I am also into this issue:
My config file is as follows:
Added in angular.js:
Command to run: Operating system: |
Is there any quick fix for this? I have tried angular 13, 14, 15 and 16 too, no success! Feeling scully is still under development and requires more testing |
I've discovered a solution that works for me on my Angular: 16.2.0
You don't need to update your scully.config.ts file, but I've included it for reference in case it's needed for CI/CD after development.
I hope this helps someone facing a similar issue! |
This project works for me with Angular 16.2.x (under WIndows 10): https://github.com/PacktPublishing/Angular-Projects-Third-Edition/tree/main/Chapter02 |
last commit 2022, scully become skull ? ? ? |
🐞 Bug report
Trying to run scully in a project upgraded to Angular 15.
I've documented the approach on SO:
https://stackoverflow.com/questions/76067189/running-scully-in-an-angular-15-project
Angular Version:
Angular CLI: 15.2.6
Node: 19.8.1 (Unsupported)
Package Manager: npm 9.5.1
OS: darwin arm64
Angular: 15.2.8
The text was updated successfully, but these errors were encountered: