You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Working off the example LiveChat code, I am getting errors in production (though not in development mode, which I expect is because TurboLinks isn't active in development).
Error is coming from inside the LiveChat tracking.js
"ReferenceError: LC_API is not defined" tracking.js (line 2, col 15327)
Believe that since this is coming from the generated iframe that many users won't see it, and it seems to be working correctly from my smoke tests, but wanted to make sure there isn't an iceberg hiding in these waters.
(I don't believe this is likely to be a browser-dependent issue, but in the event I'm off-base there I am on Firefox 39, on fully-updated Yosemite)
The text was updated successfully, but these errors were encountered:
Working off the example LiveChat code, I am getting errors in production (though not in development mode, which I expect is because TurboLinks isn't active in development).
Error is coming from inside the LiveChat tracking.js
"ReferenceError: LC_API is not defined" tracking.js (line 2, col 15327)
Believe that since this is coming from the generated iframe that many users won't see it, and it seems to be working correctly from my smoke tests, but wanted to make sure there isn't an iceberg hiding in these waters.
(I don't believe this is likely to be a browser-dependent issue, but in the event I'm off-base there I am on Firefox 39, on fully-updated Yosemite)
The text was updated successfully, but these errors were encountered: