Closed lars-lemon8 closed 1 year ago
Is this actually different to #150? Or are they both symptoms of the same underlying issue?
@GuySartorelli , they certainly are related. I'm not sure they are the same though.
@lars-lemon8 If you can't point out how they're different, I think it's easiest to just treat them as the same issue.
Closing with the assumption they're effectively the same issue. If you can indicate how they're different I'll reopen.
Been digging around a bit, and I have isolated the problem below:
When running the static cache full build task (through the cli), any URLs that are included in urlsToCache() methods in a page class get ?stage=Stage added to the URL. These cannot be processed by the task and will result in the Static Cache Full Build task to end up paused.
So for example, the URL below will end up in the list of URL's to be processed as '/?stage=Stage'
Related issue:
150