-
Notifications
You must be signed in to change notification settings - Fork 1.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Logged out metadata on posts and profiles is currently broken #975
Comments
@Jacob2161 can you double check this for me? <3 |
This now appears to be fixed, however a bug means the post text is missing on the server-side generated post page. I have filed a PR to fix this: #981 |
And, it's now broken again! 😭 |
This looks related to #983 |
Yeah, this is broken and always has been I believe. I have a fix to refresh the token and will try to test it out and get it up today. |
This was fixed by #1065 |
Well, it's broken again! I can't see an obvious code change that has broken it though. |
Describe the bug
Logged out metadata about posts and profiles is currently broken.
The main page tags exist but are empty. The meta tags are missing due to postView being null.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
The tags are populated, and the
<meta>
tags are added to the page and populated.Additional context
I suspect this may be due to the Go server in production having expired API credentials, so is unable to fetch the post/profile data.
The text was updated successfully, but these errors were encountered: