Dnn.Platform icon indicating copy to clipboard operation
Dnn.Platform copied to clipboard

PersonaBar gives a list of .js errors if installing a clean none en-US version

Open EPTamminga opened this issue 2 years ago • 2 comments

Description of bug

Installing a clean DNN09.10.01 with another language than en-US give .js errors in PB

Steps to reproduce

List the precise steps to reproduce the bug:

  1. Install new DNN 09.10.01 site with default site nl-NL or es-ES
  2. Login as HOST
  3. Start PB, eg for Servers
  4. See error

Current behavior

A list of .js errors.

Expected behavior

No error.

Screenshots

If applicable, provide screenshots to help explain the bug.

nl-NL screenshot:

image

es-ES screenshot:

image

Error information

TypeError: c is not a function
 /DesktopModules/admin/Dnn.PersonaBar/scripts/exports/export-bundle.js?cdv=39:38619:71 v@()
 /DesktopModules/admin/Dnn.PersonaBar/scripts/exports/export-bundle.js?cdv=39:38625:183 exports.unstable_runWithPriority@()
 /DesktopModules/admin/Dnn.PersonaBar/scripts/exports/export-bundle.js?cdv=39:38418:325 cg@()
 /DesktopModules/admin/Dnn.PersonaBar/scripts/exports/export-bundle.js?cdv=39:38544:372 Jj@()
 /DesktopModules/admin/Dnn.PersonaBar/scripts/exports/export-bundle.js?cdv=39:38535:378 yj@()
 /DesktopModules/admin/Dnn.PersonaBar/scripts/exports/export-bundle.js?cdv=39:38526:137 Ig@()
 /DesktopModules/admin/Dnn.PersonaBar/scripts/exports/export-bundle.js?cdv=39:38577:45 bk@()
 /DesktopModules/admin/Dnn.PersonaBar/scripts/exports/export-bundle.js?cdv=39:38580:303 ik/<@()
 /DesktopModules/admin/Dnn.PersonaBar/scripts/exports/export-bundle.js?cdv=39:38536:120 Nj@()
 /DesktopModules/admin/Dnn.PersonaBar/scripts/exports/export-bundle.js?cdv=39:38580:289 ik@()
 /DesktopModules/admin/Dnn.PersonaBar/scripts/exports/export-bundle.js?cdv=39:38586:293 exports.render@()
 /DesktopModules/admin/Dnn.PersonaBar/index.html?cdv=39 line 3 > injectedScript:7546:60 @()
 /DesktopModules/admin/Dnn.PersonaBar/index.html?cdv=39 line 3 > injectedScript:20:30 __webpack_require__@()
 /DesktopModules/admin/Dnn.PersonaBar/index.html?cdv=39 line 3 > injectedScript:84:18 @()
 /DesktopModules/admin/Dnn.PersonaBar/index.html?cdv=39 line 3 > injectedScript:87:10 @()
 /DesktopModules/admin/Dnn.PersonaBar/scripts/contrib/jquery.js?cdv=39:3:303 p@()
 /DesktopModules/admin/Dnn.PersonaBar/scripts/contrib/jquery.js?cdv=39:3:2793 globalEval@()
 /DesktopModules/admin/Dnn.PersonaBar/scripts/contrib/jquery.js?cdv=39:11:20024 text script@()
 /DesktopModules/admin/Dnn.PersonaBar/scripts/contrib/jquery.js?cdv=39:11:11956 Qb@()
 /DesktopModules/admin/Dnn.PersonaBar/scripts/contrib/jquery.js?cdv=39:11:16135 A@()
 /DesktopModules/admin/Dnn.PersonaBar/scripts/contrib/jquery.js?cdv=39:11:19197 c/<@()
 

Additional context

Provide any additional context that may be helpful in understanding and/or resolving the bug.

Affected version

  • [ ] 10.00.00 alpha build
  • [X] 09.10.01 latest supported release

Affected browser

TEsted on FF with js error display

  • [ ] Chrome
  • [X] Firefox
  • [ ] Safari
  • [ ] Internet Explorer 11
  • [ ] Microsoft Edge (Classic)
  • [ ] Microsoft Edge Chromium

EPTamminga avatar Sep 07 '21 12:09 EPTamminga

I can confirm on v9.10.1 using fr-FR too, it does not look like it causes issues though, but to really know we would have to run it with the unmodified code or to fix the sourcemaps.

valadas avatar Oct 05 '21 03:10 valadas

I am trying to upgrade Evoq to use DNN Platform v9.10.2. I see the same error in browser console when opening PB>Content>Pages or PB>Manage>Users both in DNN Platform and Evoq.

I tried downloading and installing DNN Platform v9.10.0, v9.10.1 and v9.10.2 So, v9.10.0 is fine, no error seen. v9.10.1 has this, and v9.10.2 also has it. It is no related to any non-US language usage, just a plain clean install.

This issue was reported multiple times in multiple other places: https://dnncommunity.org/forums/aft/2703 #4799 #4877

I initially thought that this is caused by 1fd47fd3a20f70ccdf9dd269d27e36a27ac3fc4f as the stack trace ends in dock-monitor code. But that change was only included in 9.10.2, so probably not directly related.

v-karbovnichy avatar Dec 29 '21 12:12 v-karbovnichy