Error de https://localhost:9999/plugin.js
-
Error loading plugin from https://localhost:9999/plugin.js
Your dev server is not running or you need to accept
self signed dev certificate. Visit URL above with your
browser and accept certificate. -
I do not think you actually use
https
onlocalhost
. Try to addhttp://localhost:9999/plugin.js
. You can simply check if the url works. Just as the error message says:Visit URL above with your browser and accept certificate.
-
No the last version on GitHub uses https
-
My bad, sorry. Than you have to accept self signed SSL certificate. Copy paste from tutorial:
Now open your browser browser at https://localhost:9999/plugin.js to accept self signed SSL certificate.
Then open your browser at www.windy.com/dev to test your plugin.
If it fails, make sure that your plugin is correctly built and accessible with your browser at https://localhost:9999/plugin.js.