SuiteCRM 8 logging me out constantly

Hello. I have SuiteCRM 8 installed on an Ubuntu 12.04 LAMP server on Digital Ocean.
I am constantly getting logged out every few minutes.
I can replicate the error very quickly if I bounce between menu items quickly.
Here is a snippet from the chrome console log:

GET https://crmhost.com/subdir/public/legacy/cache/jsLanguage/en_us.js?v=F0Wa-0BLOZyB3itzSR89EQ net::ERR_ABORTED 404 (Not Found)
index.php:34 GET https://crmhost.com/subdir/public/legacy/cache/jsLanguage/Home/en_us.js?v=F0Wa-0BLOZyB3itzSR89EQ net::ERR_ABORTED 404 (Not Found)
13[Violation] ‘click’ handler took ms
[Violation] Forced reflow while executing JavaScript took 34ms
polyfills-es2015.b81ce80777ba591aef43.js:1 [Violation] ‘setInterval’ handler took 108ms
polyfills-es2015.b81ce80777ba591aef43.js:1 [Violation] ‘setInterval’ handler took 88ms
node_modules_angular_core_fesm2015_core_js-es2015.d7030c87f7f062fb36bc.js:1 ERROR t {message: ‘object unsubscribed’, name: ‘ObjectUnsubscribedError’}
Show 440 more frames
polyfills-es2015.b81ce80777ba591aef43.js:1 [Violation] ‘setInterval’ handler took 57ms
index.php:34 GET https://crmhost.com/subdir/public/legacy/cache/jsLanguage/en_us.js?v=F0Wa-0BLOZyB3itzSR89EQ net::ERR_ABORTED 404 (Not Found)
VM24529 sugar_grp1_jquery.js:6 JQMIGRATE: Migrate is installed, version 3.3.2
index.php:34 GET https://crmhost.com/subdir/public/legacy/cache/jsLanguage/Home/en_us.js?v=F0Wa-0BLOZyB3itzSR89EQ net::ERR_ABORTED 404 (Not Found)
index.php:34 GET https://crmhost.com/subdir/public/legacy/cache/jsLanguage/en_us.js?v=F0Wa-0BLOZyB3itzSR89EQ net::ERR_ABORTED 404 (Not Found)
index.php:34 GET https://crmhost.com/subdir/public/legacy/cache/jsLanguage/Home/en_us.js?v=F0Wa-0BLOZyB3itzSR89EQ net::ERR_ABORTED 404 (Not Found)
index.php:34 GET https://crmhost.com/subdir/public/legacy/cache/jsLanguage/en_us.js?v=F0Wa-0BLOZyB3itzSR89EQ net::ERR_ABORTED 404 (Not Found)
VM24639 sugar_grp1_jquery.js:6 JQMIGRATE: Migrate is installed, version 3.3.2
index.php:34 GET https://crmhost.com/subdir/public/legacy/cache/jsLanguage/Home/en_us.js?v=F0Wa-0BLOZyB3itzSR89EQ net::ERR_ABORTED 404 (Not Found)
index.php:34 GET https://crmhost.com/subdir/public/legacy/cache/jsLanguage/en_us.js?v=F0Wa-0BLOZyB3itzSR89EQ net::ERR_ABORTED 404 (Not Found)
index.php:34 GET https://crmhost.com/subdir/public/legacy/cache/jsLanguage/Home/en_us.js?v=F0Wa-0BLOZyB3itzSR89EQ net::ERR_ABORTED 404 (Not Found)
dist_core___ivy_ngcc___fesm2015_core_js-_f1391-es2015.19d51bb434f7a1ceddd8.js:23 Logout success

Thanks in advance

Hi @markavesgroup,

Thank you for trying out SuiteCRM 8 and for the feedback.

Do you have other instances of SuiteCRM running open on other tabs and for the same host? E.g. do you have a suite 7 instance also under https://crmhost.com/, something like https://crmhost.com/suite7/?

Hi @clemente.raposo

Yes, we have a suitecrm instance running in another subfolder as you described.

Hi @markavesgroup ,

Thanks for the feedback.

Ah ok, that might be the issue.

The cookies are shared within the same domain.

So since suite 7 and suite 8 (and most PHP apps use the cookie called PHPSESSID) when you login in suite 7 it will logout suite 8, if you have them on separate tabs/windows for the same browser.

Another thing to note is that suite 7 does a call each x minutes to fetch the alerts these calls will/may reset the cookies.

Could do a test please? Could you try testing only with suite 8 open? To see if it logsout quickly?

Thank you