Plasmic fetching stops and the page is not shown

I am experiencing a strange behaviour, fetching stops and the page is not shown

Can you try removing Plasmic cache (.next/.plasmic folder) and re-running yarn dev?

There is no “.plasmic” dir in “.next” directory

image.png

I did a rm -Rf .next/.plasmic anyway but then it hangs anyway

Hmm in your plasmic-init, you shouldn’t need to specify version, but if you do, you should set version: "1.0.0" (without the =)

(not specifying version will always get you the latest published version)

ok thanks, I’ll try