menhera-org / TabArray

Chrome-like tab groups using private and isolated containers: The ultimate tab manager and groups for Firefox.
https://addons.mozilla.org/firefox/addon/container-tab-groups/
GNU General Public License v3.0
125 stars 5 forks source link

Site does not complete loading when this addon is enabled. #403

Open holygoatnickels opened 4 months ago

holygoatnickels commented 4 months ago

Describe the bug I have a page I use that is only available via my company's intranet that does not finish loading when this plugin is enabled. The page uses Microsoft Azure SSO to login in, so it does a redirect to the Microsoft login then back to the site after Microsoft does it's authentication. At that point the page sits and spins it's loading page and never moves. If I disable this plugin the page can be refreshed and loads right up.

To Reproduce Steps to reproduce the behavior:

  1. Visit page in browser
  2. After the Microsoft Azure authentication redirects back to page
  3. Page sits on loading...

Expected behavior The page should do the Microsoft authentication and then loads up the console.

Screenshots n/a.

Firefox Console outputs Parent process only(Fast) 14:09:07.349 Uncaught TypeError: z is undefined d https://{URLREDACTED}/admin/vendor.efdc2c0bc5ddc86d.js:1 53486 https://{URLREDACTED}/admin/main.2748271ec82ec047.js:1 https://{URLREDACTED}/admin/runtime.a056170f03173292.js:1 26757 https://{URLREDACTED}/admin/main.2748271ec82ec047.js:1 https://{URLREDACTED}/admin/runtime.a056170f03173292.js:1 15650 https://{URLREDACTED}/admin/main.2748271ec82ec047.js:1 https://{URLREDACTED}/admin/runtime.a056170f03173292.js:1 65751 https://{URLREDACTED}/admin/main.2748271ec82ec047.js:1 https://{URLREDACTED}/admin/runtime.a056170f03173292.js:1 16813 https://{URLREDACTED}/admin/main.2748271ec82ec047.js:1 _ https://{URLREDACTED}/admin/runtime.a056170f03173292.js:1

https://{URLREDACTED}/admin/main.2748271ec82ec047.js:1 O https://{URLREDACTED}/admin/runtime.a056170f03173292.js:1 https://{URLREDACTED}/admin/main.2748271ec82ec047.js:1 l https://{URLREDACTED}/admin/runtime.a056170f03173292.js:1 https://{URLREDACTED}/admin/main.2748271ec82ec047.js:1 vendor.efdc2c0bc5ddc86d.js:1:46115 d https://{URLREDACTED}/admin/vendor.efdc2c0bc5ddc86d.js:1 53486 https://{URLREDACTED}/admin/main.2748271ec82ec047.js:1 _ https://{URLREDACTED}/admin/runtime.a056170f03173292.js:1 26757 https://{URLREDACTED}/admin/main.2748271ec82ec047.js:1 _ https://{URLREDACTED}/admin/runtime.a056170f03173292.js:1 15650 https://{URLREDACTED}/admin/main.2748271ec82ec047.js:1 _ https://{URLREDACTED}/admin/runtime.a056170f03173292.js:1 65751 https://{URLREDACTED}/admin/main.2748271ec82ec047.js:1 _ https://{URLREDACTED}/admin/runtime.a056170f03173292.js:1 16813 https://{URLREDACTED}/admin/main.2748271ec82ec047.js:1 _ https://{URLREDACTED}/admin/runtime.a056170f03173292.js:1 https://{URLREDACTED}/admin/main.2748271ec82ec047.js:1 O https://{URLREDACTED}/admin/runtime.a056170f03173292.js:1 https://{URLREDACTED}/admin/main.2748271ec82ec047.js:1 l https://{URLREDACTED}/admin/runtime.a056170f03173292.js:1 https://{URLREDACTED}/admin/main.2748271ec82ec047.js:1 **Firefox (please complete the following information):** - OS: Microsoft Windows 11 Business (Build 22631) - Browser edition and version: Firefox 126.0.1 (64-bit) - Extension version: 11.10.0.200 **Additional context** Let me know how I can assist in troubleshooting further.
Lehnemann commented 3 months ago

The same for me with Google authentication when it uses another window in firefox.

metastable-void commented 3 months ago

Thorough investigation of this extension's doing with SSO systems might be needed. I added this into the extension's development todo list.

metastable-void commented 3 months ago

First-party isolation enabled might interfere with sign-in workflow, and I would like to know if this breakage disappears when that feature is disabled (on the extension's settings).

metastable-void commented 2 months ago

I find that FPI makes PayPal checkouts fail.

FPI is a Firefox feature and this extension is just enabling it by default (users can opt out). Maybe we can document the feature so that users who do not need it can notice the issues and turn it off.

holygoatnickels commented 2 months ago

I have tried turning off First-Party Isolation and it doesn't seem to change the result. I have tried every setting inside the plugin, but, the only thing on this specific site that gets me to log in is disabling the plugin all together.