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

PersonaBar Error (reducers.ts)

Open skarpik opened this issue 3 years ago • 2 comments

Description of bug

Opening the Servers control panel causes an error to appear in the JavaScript console. The error is in the code reducers.ts. No error shows up in the Admin Log.

Steps to reproduce

List the precise steps to reproduce the bug:

  1. "Inspect" a page and select the Console tab.
  2. Click on the Servers in the admin settings.
  3. JavaScript error appear in the Console window.

Current behavior

Explain the current behavior.

Clicking on "Servers" causes the errors to be logged in the JavaScript console.

Expected behavior

The error either should not occur or it should be caught.

Screenshots

If applicable, provide screenshots to help explain the bug.

Opening the "Servers" control panel generates these errors:

Screenshot 2022-03-08 012230

Pressing "Restart" generates more errors.

Screenshot 2022-03-08 012640

Error information

Provide any error information (console errors, error logs, etc.) related to this bug.

reducers.ts:107

Uncaught TypeError: c is not a function
at u (reducers.ts:107:2)
at v (reducers.ts:107:2)
at exports.unstable_runWithPriority (reducers.ts:107:2)
at cg (reducers.ts:107:2)
at Jj (reducers.ts:107:2)
at yj (reducers.ts:107:2)
at Ig (reducers.ts:107:2)
at bk (reducers.ts:107:2)
at reducers.ts:107:2
at Nj (reducers.ts:107:2)

Additional context

Edge, Chrome and Firefox all report the same error with Firefox providing more detail.

Affected version

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

Affected browser

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

skarpik avatar Mar 08 '22 06:03 skarpik

confirmed/duplicated on 9.10.02 / chrome

joeinIL0405 avatar Apr 21 '22 13:04 joeinIL0405

confirmed/duplicated on 9.10.02 / Edge

leedavi avatar Jun 13 '22 12:06 leedavi

We have detected this issue has not had any activity during the last 90 days. That could mean this issue is no longer relevant and/or nobody has found the necessary time to address the issue. We are trying to keep the list of open issues limited to those issues that are relevant to the majority and to close the ones that have become 'stale' (inactive). If no further activity is detected within the next 14 days, the issue will be closed automatically. If new comments are are posted and/or a solution (pull request) is submitted for review that references this issue, the issue will not be closed. Closed issues can be reopened at any time in the future. Please remember those participating in this open source project are volunteers trying to help others and creating a better DNN Platform for all. Thank you for your continued involvement and contributions!

stale[bot] avatar Nov 02 '22 02:11 stale[bot]

Fixed in #5490 so should no longer be a problem with the upcoming v9.11.1

valadas avatar Jan 18 '23 00:01 valadas