chathub-dev / chathub

All-in-one chatbot client
https://chathub.gg/?utm_source=github
GNU General Public License v3.0
9.98k stars 1.02k forks source link

No Response When Clicking "Activate License" Button on ChatHub Installed via Chrome Store on Arc for Windows #1137

Closed kehao-chen closed 6 months ago

kehao-chen commented 6 months ago

Describe the bug

When attempting to activate the license for ChatHub on Arc for Windows, clicking the "Activate license" button does not elicit any response.

Desktop (please complete the following information):

wong2 commented 6 months ago

It should display an alert like this: image

Did you disable all alerts in your browser?

kehao-chen commented 6 months ago

Thank you for your response. I have checked my browser settings and confirmed that the Notifications are set to 'Allow' under Settings -> Privacy and security. image

Additionally, I observed the behavior when clicking the "Activate license" button using the performance tool in DevTools. There indeed seems to be an execution that causes a UI thread blockage. Interestingly, this issue does not occur on Arc for macOS and appears to be unique to the recent beta version of Arc for Windows. I have also reported this issue to The Browser Company, but I have not yet received a response. image

I hope this information helps in resolving the issue.

wong2 commented 6 months ago

Here is a minimal demo using window.prompt, please check if it's working: https://www.w3schools.com/jsref/tryit.asp?filename=tryjsref_prompt

kehao-chen commented 6 months ago

I have tested the minimal demo you provided using Window.prompt(), and it seems to confirm that the issue is with Arc for Windows and its support for Window.prompt(). I will be reporting this specific problem to The Browser Company. Thank you for pointing me in the right direction.