davidjrh/dnn.azureadprovider

Error updating settings

Closed this issue · 11 comments

We are are on DNN 9.5. This error triggers when updating the settings. Please advise.

Capture

Which version of the module? 4.0?

Yes, we are on version 4.0. We are going to do a demo today, but will upgrade tomorrow.

Is there a workaround for this, by chance?

Ah, I found a workaround. I changed the call to updateGenericSettings() in export-bundle.js.

I can confirm the same issue in DNN 9.5 and encounter it not saving in module version 3x and 4x.

What was the edit that Mark made to workaround? was it an edit in the module references? or was it in the personabar js of DNN 9.5?

Going to check this

Fixed con commit f392f73

I am not sure if this is related or a side product of the update still having an issue. I have made a test of saving settings in DNN 9.5, Module version 4.0.1 and receive this error regarding the bundle-en.js.map 404 and js error

image

Please ensure you are not using the previous cached version of the .js file

YES, that was 100% the issue, you're right. Force clearing cache and or running from a different browser and it saved settings successfully.

super thanks!