You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The current behavior
Running the dev server for webviewer-ui shows Error modal for trial run expired
webviewer-core.min.js:1017 Uncaught (in promise) Error: Thank you for evaluating WebViewer! Your 7-day trial has expired.
To extend the trial, please sign-up to get a key from https://dev.apryse.com/. If you still see this error message after passing a trial key, try clearing your browser cache.
at qa (webviewer-core.min.js:1017:372)
at webviewer-core.min.js:1028:460
at n (webviewer-core.min.js:66:130)
at Object.next (webviewer-core.min.js:64:490)
at webviewer-core.min.js:64:422
at new Promise (<anonymous>)
at ja (webviewer-core.min.js:64:203)
at Object.Sna (webviewer-core.min.js:1027:529)
at webviewer-core.min.js:762:203
at n (webviewer-core.min.js:66:130)
The expected behavior
To be able to run the dev server or supply docs in the readme on how to add API key. Currently, we are developing on a fork.
So generally the flow for working with this repo if you choose to fork it, is to build the UI from here and then use that in your project that has the WebViewer Core files. That way you can instantiate WebViewer using the constructor, which takes a licenseKey parameter. (some users use symlinks as well)
This way while you are doing dev work you can avoid the error message - just remember to remove this once you build the UI and copy it over to your project.
WebViewer version
10.12
The current behavior
Running the dev server for webviewer-ui shows Error modal for trial run expired
The expected behavior
To be able to run the dev server or supply docs in the readme on how to add API key. Currently, we are developing on a fork.
Steps to reproduce
Running clean from 10.12
The text was updated successfully, but these errors were encountered: