I am using impusle theme and my url is naturalvitaminsusa.com I am getting this error when I try to customize theme.
The following error was found in assets/theme.scss.liquid
Issue detected: stylesheet took too long to compile. Update theme code to decrease compilation time. Contact your theme’s support team to fix this error.
Can someone please help me with this error code I attached below.
Troubleshooting 101:
What exactly are you customizing?
When dealing with errors be technical and exact other people are only seeing the result of an action but you are not communicating what you actually did making them blind guess.
Compile time errors are sometimes the result of a either:
- a soft syntax mistake that for some reason doesn’t generate a more specific syntax error pointing to the area of code that’s the problem. Such as missing closing tags or brackets.
- New code that is very performance heavy such as nested for loops, or accessing a lot of object data such as all of a products variants metafields in a map etc.
1 Like
Hey, did you find away to fix this issue?