Hi and thanks for the component. Unfortunately i'm running into an issue wh

Hi and thanks for the component. Unfortunately i’m running into an issue when trying to use it - i’m gettign error “java.lang.IllegalStateException: Running project in development mode with no access to folder ‘/mnt/c/dev/browser-opener’.
Build project in production mode instead, see https://vaadin.com/docs/v14/flow/production/tutorial-production-mode-basic.html

I would prefer not to build the project in production mode cause its under construction and i need to see all errors etc.

I’ve found quite similar error discussion in the web - https://github.com/OlliTietavainenVaadin/clipboardhelper/issues/6 - could that be the solution?

Please give any hint what is the easiest way to workaround the issue.

Thanks in advance.

Are you using the latest release? Are you running Vaadin 14 in npm mode or bower mode? Anything else that might be relevant?

Anyway, try if version 0.5 works better?

Thanks a lot for operative response, the new version you deployed works. I deleted previous (0.4) version from my local maven folder and all works perfectly.

Thank you!

Are you using the latest release? Are you running Vaadin 14 in npm mode or bower mode? Anything else that might be relevant?

Just in case if this info will be useful - i use Vaadin 14, i guess it is in npm mode as long as i installed npm locally to make the project work. I run my project straight from IDE (Intellij Idea). The OS is windows server 2016.