-
Notifications
You must be signed in to change notification settings - Fork 42
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
WebSdk not found in react #33
Comments
I have same issue here, look likes the @Digitalpersona modules incluse WebSdk but its not there. in the tutorial, WebSdkl should be loading as a reguler JS modules, not a nodejs module...well its frustating |
Hello! Are you trying to load the library into NodeJS like a regular node module? It won't work, both the library and WebSdk are browser-only and must be loaded into a browser, together. Also note, we do not guarantee the library working in Electron, never tested it. To works with native drivers of fingerprint readers the library uses a connection from a browser context to the loopback ( The blocked script execution is a probably a CORS issue due to violation of a same-origin policy, not a library issue. |
Hey, @Bartik-ing-programmer . Do you figure this out with react? |
I have the same problem
I have tried to solve with the suggestions that they show in that issue, and none of them gives me the solution.
I am currently working on an app that integrates React and Electron with Javascript
index.html
I have this error in the execution the script in
index.html
The text was updated successfully, but these errors were encountered: