shravan20/github-readme-quotes

[ Bug Raised ] : Copy Button on the React App Not Working on Heroku

shravan20 opened this issue · 1 comments

Describe the bug
Unable to copy the predefined URL from the UI screen

To Reproduce
Steps to reproduce the behavior:

  1. Go to 'http://github-readme-quotes.herokuapp.com'
  2. Click on 'COPY TEXT' button
  3. Paste it else where
  4. 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.

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.