Welcome to Codidact Meta!
Codidact Meta is the meta-discussion site for the Codidact community network and the Codidact software. Whether you have bug reports or feature requests, support questions or rule discussions that touch the whole network – this is the site for you.
Post History
I am using Safari Version 12.1 (14607.1.40.1.4). Whenever I want to copy a link using the "Copy Link" button, it does not work and throws this error in the console: TypeError: undefined is not an...
#1: Initial revision
"Copy link" does not work in Safari 12.1
I am using Safari Version 12.1 (14607.1.40.1.4). Whenever I want to copy a link using the "Copy Link" button, it does not work and throws this error in the console: ``` TypeError: undefined is not an object (evaluating 'navigator.clipboard.writeText') ``` Further info here: ![Error in console](https://meta.codidact.com/uploads/8sTZfPVPFQmfirguAjS4TSq2) It works well to me in Google Chrome and Mozilla Firefox.