Facebook sharing issues in Node.js' https environment.

Asked 2 years ago, Updated 2 years ago, 42 views

Hello.

A website developed with Node.js implements Facebook sharing.

By the way, there's a problem.

In the http environment, content is shared through Facebook without any problems.

However, if you share in an https environment, you can't read the contents of the open graph tag and you get into trouble right away.

I've tested it in many ways, but I can't find a way.

Have you ever had this experience or solved this issue?

Environment: Node.js + Express + EJS + MongoDB

node.js javascript server

2022-09-22 10:58

1 Answers

I searched it and I think this is the most similar case. https://rameerez.com/facebook-sharing-not-scraping-url-correctly-with-https-links/

According to this article:

It's an issue I haven't experienced, but I hope this helps. If you've already opened it, please ignore it.


2022-09-22 10:58

If you have any answers or tips


© 2024 OneMinuteCode. All rights reserved.