Javascript error in tarteaucitron.js
when tarteaucitron.user
is null:
Uncaught TypeError: Cannot read properties of null (reading 'bypass')
Related code causing the crash (line 868):
// allow by default for non EU
if (isResponded === false && tarteaucitron.user.bypass === true) {
We should create an empty user if not provided by drupalSettings.
Fixed
Code
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.