Skip to content
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

ERROR Error: NotYetImplemented #387

Closed
kenobi-io opened this issue Oct 13, 2019 · 4 comments
Closed

ERROR Error: NotYetImplemented #387

kenobi-io opened this issue Oct 13, 2019 · 4 comments

Comments

@kenobi-io
Copy link

ERROR Error: NotYetImplemented
at Document.exports.nyi (webpack:///./node_modules/domino/lib/utils.js?:41:9)
at Object.exports.get (webpack:///./node_modules/browser-cookies/src/browser-cookies.js?:39:26)
at Function.getUser (webpack:///./node_modules/formiojs/Formio.js?:1199:51)
at Webform.evalContext (webpack:///./node_modules/formiojs/Element.js?:639:31)
at Webform.evalContext (webpack:///./node_modules/formiojs/components/_classes/component/Component.js?:1151:78)
at Webform.interpolate (webpack:///./node_modules/formiojs/Element.js?:658:51)
at Webform.renderTemplate (webpack:///./node_modules/formiojs/components/_classes/component/Component.js?:732:109)
at Webform.renderComponents (webpack:///./node_modules/formiojs/components/_classes/nested/NestedComponent.js?:365:19)
at Webform.eval (webpack:///./node_modules/angular-material-formio/fesm5/angular-material-formio.js?:1863:14)
at Webform.eval (webpack:///./node_modules/angular-material-formio/fesm5/angular-material-formio.js?:1846:17)
GET: /home: 524.620ms

@travist
Copy link
Member

travist commented Oct 14, 2019

This may be an issue where your browser does not support cookies and it is getting into the "browser-cookies" library and throwing an error. Is it possible to set some breakpoints in the Formio.js library "getUser" method to see why it is failing? My suspicion is that this is browser related.

@kenobi-io
Copy link
Author

browser chrome. angular universal mode https://github.com/Angular-RU/angular-universal-starter.

@randallknutson
Copy link
Contributor

It looks like a module version of the library is being directly included in your website. Are you using a module bundler like webpack to build your app or are you directly including the files?

@Sidiro23
Copy link

Sidiro23 commented Feb 7, 2024

Closing this thread as it is outdated. Please re-open if it is still relevant. Thank you for your contribution!

@Sidiro23 Sidiro23 closed this as completed Feb 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants