[ Bug Raised ] : Copy Button on the React App Not Working on Heroku
shravan20 opened this issue · 1 comments
shravan20 commented
Describe the bug
Unable to copy the predefined URL from the UI screen
To Reproduce
Steps to reproduce the behavior:
- Go to 'http://github-readme-quotes.herokuapp.com'
- Click on 'COPY TEXT' button
- Paste it else where
- You see the text is not copied
Expected behavior
Upon click, copies the text content.
Additional context
Working properly fine on the localhost. Unable to copy in the heroku platform.
ShubhKotnala commented
Hi,
I have taken a look into this, and it seems to be a SSL certificate problem.
I've verified and confirmed that the browser is blocking access to clipboard due to the insecure connection.