-
Hello everyone, I am planning to get a drawing response using a sketchpad plugin. This plugin works perfectly when there is no background image. I would be grateful if someone could help me. Many thanks, |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
Hi @keijiota, This is because you are running the experiment locally on your computer, and there are security flags in place in this environment. Here's a relevant stack overflow explainer. If you run a local server on your machine this will solve the problem. Try the Live Server Extension if you are programming in VS Code; it is easy to use! |
Beta Was this translation helpful? Give feedback.
-
Thank you very much @jodeleeuw |
Beta Was this translation helpful? Give feedback.
Hi @keijiota,
This is because you are running the experiment locally on your computer, and there are security flags in place in this environment. Here's a relevant stack overflow explainer.
If you run a local server on your machine this will solve the problem. Try the Live Server Extension if you are programming in VS Code; it is easy to use!