pln-planning-tools / Starmap

Roadmap Planning Tool
https://starmap.site
Other
20 stars 8 forks source link

bug: root issue with children returning "no children" error #285

Open SgtPooki opened 1 year ago

SgtPooki commented 1 year ago

I'm getting an error when trying to update our ProbeLab Roadmap to follow the new encoding. I'm constantly getting the following issue, although I tried a few different combinations of minor syntax bits. The root roadmap issue is this one: https://github.com/protocol/probelab/issues/1

https://filecoinproject.slack.com/archives/C0418TBQ9CH/p1674663362633409

image

SgtPooki commented 1 year ago

The issue was that we had an invalid token being used. The fix is:

  1. Remove invalid token from vercel config (unset the env var / remove it entirely)
  2. create new vercel deployment based on same source code. (don't use existing build cache)

As a follow-up, we need to provide better handling for this: