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

Clicking Add Event button forces user to re-enter credentials #502

Open
hauges opened this issue Feb 16, 2024 · 3 comments
Open

Clicking Add Event button forces user to re-enter credentials #502

hauges opened this issue Feb 16, 2024 · 3 comments

Comments

@hauges
Copy link

hauges commented Feb 16, 2024

When clicking the Add Event Button, the user is endlessly asked to enter credentials. The only way to get access back to Azure DevOps is to navigate away from the Calendar page and to enter credentials again.

Azure DevOps deployment is on-prem with Microsoft single sign on.

@stevekuchta
Copy link

This is probably related to #486. Hopefully we will get an update soon.

@AminTi
Copy link
Collaborator

AminTi commented Mar 21, 2024

thanks for reporting. Could you help us track this down by checking the browser network log (f12 in the browser), and the console log for errors?

@hauges
Copy link
Author

hauges commented May 10, 2024

Here is the console log when attempting to add a new item:

react.15.3.js:14  Uncaught TypeError: Cannot read properties of undefined (reading 'getEnhancer')
    at EditEventDialog._createLayout (main.js:6077:30)
    at EditEventDialog.initialize (main.js:6047:18)
    at n._attemptInitialize (Controls.js:2:5674)
    at n.enhance (Controls.js:2:5742)
    at n.enhance (Controls.js:2:2696)
    at t.create (Dialogs.js:2:2964)
    at t.show (Dialogs.js:2:3917)
    at CalendarView._addEvent (main.js:20430:37)
    at CalendarView.addEventClicked (main.js:20153:18)
    at CalendarComponent._this._onCommandClick [as onClick] (main.js:19870:44)
EditEventDialog._createLayout @ main.js:6077
EditEventDialog.initialize @ main.js:6047
n._attemptInitialize @ Controls.js:2
n.enhance @ Controls.js:2
n.enhance @ Controls.js:2
t.create @ Dialogs.js:2
t.show @ Dialogs.js:2
CalendarView._addEvent @ main.js:20430
CalendarView.addEventClicked @ main.js:20153
CalendarComponent._this._onCommandClick @ main.js:19870
(anonymous) @ main.js:34713
r @ react.15.3.js:14
a @ react.15.3.js:12
s @ react.15.3.js:12
p @ react.15.3.js:12
f @ react.15.3.js:12
r @ react.15.3.js:16
processEventQueue @ react.15.3.js:12
r @ react.15.3.js:14
handleTopLevel @ react.15.3.js:14
i @ react.15.3.js:14
perform @ react.15.3.js:16
batchedUpdates @ react.15.3.js:14
i @ react.15.3.js:15
dispatchEvent @ react.15.3.js:14

There does not appear to be any errors in the network logs. Every request gets a 200 level response. We did try disabling our single sign on service and it allowed us to add new items.

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

3 participants