Alexander Henket
Alexander Henket

Reputation: 125

xforms HTTP 404 on textarea.min.js.map and orbeon-form-runner-opt.js.map

Orbeon 2017.2.2. After loading this version I get the following errors from all my xhtml pages:

[Error] Failed to load resource: the server responded with a status of 404 () (Textarea.min.js.map, line 0)

[Error] Failed to load resource: the server responded with a status of 404 () (orbeon-form-runner-opt.js.map, line 0)

Should I be worried?

Upvotes: 0

Views: 57

Answers (1)

ebruchez
ebruchez

Reputation: 7857

The .map files are only loaded when you have your web browser's dev tools open, as they are used for debugging JavaScript. The browser will not attempt to load them otherwise. So no, you should not be worried.

Upvotes: 1

Related Questions