Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bug: UI Button Disabled Bypass Results in Error Message #1461

Open
Bittukr7479 opened this issue Jan 9, 2025 · 0 comments
Open

Bug: UI Button Disabled Bypass Results in Error Message #1461

Bittukr7479 opened this issue Jan 9, 2025 · 0 comments

Comments

@Bittukr7479
Copy link

Bittukr7479 commented Jan 9, 2025

I encountered an issue where the disabled state of the "Send" button in the chat interface can be bypassed using browser's developer tools (Inspect). Here’s the step-by-step process to reproduce the issue:

  1. The "Send" button becomes disabled after exceeding a certain limit in the chat interface.
  2. Using the browser's developer tools (Inspect), I can locate the "Send" button and remove the disabled attribute.
  3. After clicking the "Send" button, an error message appears: "Something went wrong. If this issue persists please contact us through our help center at help.open.openai.com"
  4. Upon switching the modal and choosing a different plan (other than "ChatGPT Plus"), the system gives a valid response.
  5. Expected Behavior: The system should properly handle constraints and prevent bypassing the disabled state of buttons through developer tools. Any attempt to manipulate the UI should result in an appropriate error handling mechanism.

Additional Information: This behavior suggests that the frontend UI constraints are not fully enforced, and users may bypass limitations using basic developer tools.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant