Squarespace embed theme conflict: solution

If your app is embedded into squarespace and you are redirected to a login page when clicking a tab involuntarily - add this code the js panel.

$(document).on('knack-scene-render.any', function(){

$('base').remove();
});