We're sorry, but something wrong with FB Object Debugger

Asked 2 years ago, Updated 2 years ago, 72 views

When I checked the following URL in the object debugger on Facebook,
https://makeyourownemblem.herokuapp.com/showemblem/2
"We're sorry, but something wrong"
appears and does not recognize the OGP tag at all.

What's wrong with this?By the way, OGP looks like this.Nothing looks bad.

<meta property="og:title" content="Make Your Own Emblem"/>
<meta property="og:type" content="article"/>
<meta property="og:url" content="https://makeyourownemblem.herokuapp.com/"/>
<meta property="og:image" content="https://makeyourownemblem.herokuapp.com/assets/makeyourownemblem-6b8a416ab775207c550c1ed587fdfc250bca16ff190fef9bc8bb5b8f40630f1f.png"/>
<meta property="og:site_name" content="Make Your Own Emblem"/>
<meta property="og:description" content="This App Make Your Emblem. You may be able to submit this installed of existing candidate for 2020!"/>
<meta property="og:locale" content="ja_JP"/>
<meta property="fb:admins" content="618693892"/>
<meta property="fb:app_id" content="1659344774309585"/>

If you know anyone, please take care of me.

facebook open-graph-protocol

2022-09-30 14:22

1 Answers

Probably a web application being created in Ruby on Rails, but that error (500).
This is an error message, so the OGP tag should not be included.Try accessing the URL in question with your browser.


2022-09-30 14:22

If you have any answers or tips


© 2024 OneMinuteCode. All rights reserved.