Error when run yarn dev

I am following this guide by the plasmic blog post. I don’t know too much coding to solve this if anyone can help me that would be highly appreciable.

error - Error: A required parameter (plasmicData) was not provided as an array in getStaticPaths for /[[…plasmicData]]

Having this issue too

Hi @r_i-s-h-i-i-c-h-a-u , @robin_tubungbanua - sorry for missing this. That was indeed a typo—named the file with plasmicData but used catchall in the code. The blog content has been fixed—it’s now using plasmicPath everywhere (and this avoids clashing with plasmicData as an unrelated variable in the code).