Hi @pitaj good morning.
Kindly follow the below:
$(window).on('action:ajaxify.end', function() {
if (!app.user.uid ) && ajaxify.currentPage !== 'login') {
ajaxify.go('login');
}
});
$(document).ready(function(event, data) {
if (!app.user.uid ) && ajaxify.currentPage !== 'login') {
ajaxify.go('login');
}
});
Log out of your account. In the login screen press "home" on the breadcrumb.
Since the uuid is probably scoped, you are allowed to go into categories, and from there anywhere as long as the pages are cached.
Sometimes, the categories are hidden and the page is blank, sometimes they are not.
The expected behavior: unregistered user must stay in the login screen even if all other pages are scoped.
Thank you very much for looking into this. Highly appreciated!
JJ.