Skip to content

2. Fixing & Debugging Framer X Common Issues

Davo Galavotti edited this page Jul 18, 2019 · 1 revision

Framer X is not loading components from the store.

  • Potential issues:

    • Your internet connectivity could be preventing yarn to reach Framer private repositories.
      This might be occurring for multiple reasons (Mostly proxies, corporate connectivity policies, firewalls, Public WiFi proxies, etc).
  • Troubleshoot:

    • Checkout the yarn-error.log file. Look for the following line:

      Error: self signed certificate in certificate chain

  • Solution:

    • Open a new terminal window on your Mac.

    • Set yarn strict-ssl to false by running: yarn config set strict-ssl false --global

    • If you want to enable the SSL configuration on yarn, simply run:

      yarn config set strict-ssl true --global


Debugging a Framer X project