In case anyone like me reaches this page while having the same problem:
What I did to fix it was:
- Opened ngrok page: https://dashboard.ngrok.com/
- Created one account
- Checked my AuthToken
- Registered my AuthToken using the command
ngrok authtoken <your AuthToken here>
- Worth check that this command will create a yaml file at
%HOMEPATH%\.ngrok2
- Back to the folder where the hello world plugin is installed, ran
npm install
&npm start
again - Created a new page (had to have a different page name) and now the plugin appears differently.
- You have to scroll down and click “visit site”
- Finally…