Closed eatyourgreens closed 2 years ago
Maybe related to the fix that went into 2.0.0-canary.5 for #2167
Can we retest this with 2.0.0-canary.9
? Thank you!
Sure!
Builds are running successfully here: https://github.com/zooniverse/science-gossip-data/pull/20
I think it’s fixed. Thank you!
Yay!
Describe the bug I have a paginated template which worked fine up until 2.0.0-canary.4 but now fails with duplicate permalink errors in 2.0.0-canary.5.
To Reproduce My pagination setup looks like this:
The
group
object that's are causing the error looks like this:With 2.0.0-canary.4 and earlier, that group writes to:
With 2.0.0-canary-5, I get the duplicate permalink error and the build fails. I can't see anything else in my setup that's writing to that URL.
Expected behavior The build should continue to work, I guess.