You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
The "Send" button becomes disabled after exceeding a certain limit in the chat interface.
Using the browser's developer tools (Inspect), I can locate the "Send" button and remove the disabled attribute.
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"
Upon switching the modal and choosing a different plan (other than "ChatGPT Plus"), the system gives a valid response.
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.
The text was updated successfully, but these errors were encountered:
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:
Additional Information: This behavior suggests that the frontend UI constraints are not fully enforced, and users may bypass limitations using basic developer tools.
The text was updated successfully, but these errors were encountered: