I have the exact same issue here, on console have the following issue:
Error parsing plugins : Hostname/IP doesn't match certificate's altnames: "Host: packages.nodebb.org. is not in the cert's altnames: DNS:[domain].com, DNS:www.[domain].com"
With the update to 0.5.3 we've noticed a new issue. Anytime someone has a URL that they put into a link it works fine... unless said URL has a hashtag in the middle of it, which many do. This breaks MarkDown and link gets broken and bits of markdown get spewed out.
Hey there, can you give us an example link? I'll probably have to report it upstream.
@julian said:
Hey there, can you give us an example link? I'll probably have to report it upstream.
Not at the moment, we edit them all so that they don't have the problem. But it makes for extra mod duties and means that people can't link intrapage.
I tried to repro on my dev but couldn't, what is the version of the markdown plugin? I believe latest is 0.7.3.
We are on the latest, 0.7.3, had to update because of the dropped character issue.
Oh it looks like a problem with one of my plugins https://github.com/barisusakli/nodebb-plugin-twitter-hashtag.
@baris said:
Oh it looks like a problem with one of my plugins https://github.com/barisusakli/nodebb-plugin-twitter-hashtag.
Ah, so YOU are the culprit Checking....
I republished 0.0.7 with a better regex I hope, give it a try.
@baris said:
Oh it looks like a problem with one of my plugins https://github.com/barisusakli/nodebb-plugin-twitter-hashtag.
Confirmed, that was it, thanks. I hadn't realized that that had gotten installed.