Has anyone ever had issues with timeout errors whe...
# suitecommerce
j
Has anyone ever had issues with timeout errors when trying to activate a theme? I was able to activate a previous branch of my code without any issues, but as I’ve made more changes, I get a not super helpful error that just says “Job execution time exceeded. The job has been IN_PROGRESS for more than 15/60 minutes” (It seems to alternate randomly between 15 and 60 minutes.). It always seems to get stuck on step 7/8 (SASS compilation) In addition to going through my SASS with a fine-toothed comb, I’ve alo tried: 1. Removing any @include that was in a media query (although I see that the bootstrap module does it a few times, so I don’t think it’s an issue) 2. Removing any extension SASS override files entirely. 3. Removing any commented out CSS to avoid empty blocks. Anyone else experienced this?