Hi @humayonk
Thanks for your reply.
I checked this further and it looks like the window.open override was introduced in Astra v4.13.1. Since this script appears to be enqueued on admin pages, it can conflict with other plugins that rely on the native window.open behavior.
Here is the relevant changeset for reference:
https://themes.trac.wordpress.org/changeset/325009/astra/4.13.1/admin/includes/class-astra-menu.php#:~:text=window.open%20%3D%20function,%C2%A0%20%C2%A0%20%7D%3B
Could you please review this and consider avoiding the global override of window.open, or scoping it only to the specific Astra admin flow where it is needed?
Thanks.