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

FormBuilder warnings: missing projectId & misspelled option "isUseWorkerDisabled" #5706

Open
ParhamShD opened this issue Jul 23, 2024 · 1 comment

Comments

@ParhamShD
Copy link

ParhamShD commented Jul 23, 2024

Describe the bug
Similar to #4164, but instead of errors, there are now warnings

  • Browser: Google Chrome
  • Browser version: Version 126.0.6478.128 (Official Build) (64-bit)

To Reproduce

  1. Go to FomBuilder demo page: https://formio.github.io/formio.js/app/builder
  2. Open Developer Console (F12)
  3. See the warning in the console:
Failed to load resource: net::ERR_NAME_NOT_RESOLVED
formio.full.min.js:2 Could not load project settings: Missing projectId
(anonymous) @ formio.full.min.js:2
  1. Drag and drop a Checkbox control to the form
  2. See the warning in the console:
ace.js:1 misspelled option "isUseWorkerDisabled"
o @ ace.js:1
setOption @ ace.js:1
(anonymous) @ ace.js:1
setOptions @ ace.js:1
(anonymous) @ formio.full.min.js:2
Promise.then (async)
addAce @ formio.full.min.js:2
(anonymous) @ formio.full.min.js:2
attachElement @ formio.full.min.js:2
(anonymous) @ formio.full.min.js:2
attach @ formio.full.min.js:2
attach @ formio.full.min.js:2
attach @ formio.full.min.js:2
attach @ formio.full.min.js:2
(anonymous) @ formio.full.min.js:2
attachComponents @ formio.full.min.js:2
(anonymous) @ formio.full.min.js:2
attach @ formio.full.min.js:2
(anonymous) @ formio.full.min.js:2
attachComponents @ formio.full.min.js:2
attach @ formio.full.min.js:2
editComponent @ formio.full.min.js:2
onDrop @ formio.full.min.js:2
(anonymous) @ formio.full.min.js:2
(anonymous) @ formio.full.min.js:2
(anonymous) @ formio.full.min.js:2
e.emit @ formio.full.min.js:2
W @ formio.full.min.js:2
q @ formio.full.min.js:2
ace.js:1 misspelled option "isUseWorkerDisabled"
o @ ace.js:1
setOption @ ace.js:1
(anonymous) @ ace.js:1
setOptions @ ace.js:1
(anonymous) @ formio.full.min.js:2
Promise.then (async)
addAce @ formio.full.min.js:2
(anonymous) @ formio.full.min.js:2
attachElement @ formio.full.min.js:2
(anonymous) @ formio.full.min.js:2
attach @ formio.full.min.js:2
attach @ formio.full.min.js:2
attach @ formio.full.min.js:2
attach @ formio.full.min.js:2
(anonymous) @ formio.full.min.js:2
attachComponents @ formio.full.min.js:2
(anonymous) @ formio.full.min.js:2
attach @ formio.full.min.js:2
(anonymous) @ formio.full.min.js:2
attachComponents @ formio.full.min.js:2
attach @ formio.full.min.js:2
editComponent @ formio.full.min.js:2
onDrop @ formio.full.min.js:2
(anonymous) @ formio.full.min.js:2
(anonymous) @ formio.full.min.js:2
(anonymous) @ formio.full.min.js:2
e.emit @ formio.full.min.js:2
W @ formio.full.min.js:2
q @ formio.full.min.js:2

Expected behavior
No warnings in the console

Screenshots
image

@ParhamShD ParhamShD changed the title FormBuilder: misspelled option "isUseWorkerDisabled" FormBuilder warnings: missing projectId & misspelled option "isUseWorkerDisabled" Jul 23, 2024
@Sidiro23
Copy link

Thank you for reporting this issue. I am able to reproduce it and have logged a ticket for the backlog. We are always willing to review any contributions to resolve this issue from the open-source community.

For internal reference: FIO-8739

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

2 participants