-
Notifications
You must be signed in to change notification settings - Fork 30
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
$digest errors for the settings controller #28
Comments
OK maybe me or @bjarnef can take a look into why this is happening. But ultimately the error is quite descriptive and that an Angular Scope DIgest is already processing/updating values whilst this manual/forced way of telling the model to update with $apply seems to be happening whilst another update is going on. |
@warrenbuckley I think I have seen this error for a while.. or is it something new? |
I think I first noticed it about a week ago, but it didn't seem to cause any errors at the time. Also I'm not sure these two errors are related - just wanted to post i here before I'd forget about it. |
I am getting the same error and can't use the Analytics with Umbraco 7.3.4. Anyone solved this? |
Some suggestion although I haven't tested these: http://stackoverflow.com/questions/14838184/error-digest-already-in-progress
or
or maybe |
Hi Bjarnef.
Seems to fix it. I nolonger get the error. |
$digest errors for the settings controller umbraco-community#28 umbraco-community#28 Changed $scope.$apply to $timout in Analytics.SettingsController to fix $digest already in progress error.
I'm getting an error in the backoffice with the last code from the
develop
branch:Which is around these lines:
Currently it seems to prevent me from authorizing when already authorizing. At least nothing happens, so I assume it is because the controller isn't fully initialized. Not sure whether this also results in other errors.
The text was updated successfully, but these errors were encountered: