What does the error "Cannot read property "teamsAppId" from null" mean?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-11-2024 07:15 PM
Hello,
Does anyone of you encountered this messages in system logs?
What does it mean?
Regards,
Vaine
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-11-2024 07:25 PM
@Rain Vaine Yes it's a generic one that you try to read a value from a object and that key is not available.
I will suggest here to capture what object contains in appinfo doubt is teamAppleId is missing or might be with diffrent key name.
hope this will help
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-11-2024 07:44 PM
Hello,
I was able to trace it to scheduled script execution record:
By checking on the node logs of the error. It seems that the record is an oob feature and I am not sure on the significance of the error itself.
Regards,
Vaince