Michael Prentice
Michael Prentice
In the browser looks good, but not via social media: 
I see it working on your blog pages. One difference that I see is this: Input URL | arrow-right | https://devfestflorida.org/blog/posts/gold-sponsor-raywenderlich/ -- | -- | -- og:url Meta Tag |...
@ozasadnyy yeah, it's set to `devfestflorida.firebaseapp.com` and functions have been redeployed via `firebase deploy --only functions`. I just redeployed them again to be sure, still the same issue.
Oh btw, we're on `2.0.0`. I'm working on trying to rebase to `2.1.0` to see if it helps.
Updated everything to `2.1.0` from latest `master`, but unfortunately it hasn't helped with this issue.
@ozasadnyy we're running `2.0.1` of Rendertron. I'll give that a shot when I get a chance, thank you.
When I hit Rendertron via https://devfestflorida.appspot.com/render/https://devfestflorida.org/blog/posts/gold-sponsor-raywenderlich/, I get the following error that looks like it may be related: ``` Access to resource at 'https://devfestflorida.org/manifest.json' from origin 'https://devfestflorida.appspot.com' has been blocked...
Adding the following to my Firebase Hosting headers fixed the CORS error on Rendertron, but it still doesn't render with the correct meta tags: ```js { "key": "Access-Control-Allow-Origin", "value": "https://devfestflorida.appspot.com"...
On Rendertron `v1.1.1` I always get this error: ``` 10 second time budget limit reached. Attempted rendering: https://devfestflorida.org/blog/posts/gold-sponsor-raywenderlich/ Page load event fired: true Outstanding network requests: 1 ``` I bumped...
Here's the Rendertron that we're using: https://github.com/DevFestFlorida/rendertron. I made some updates to dependencies and tweaked the `app.yaml` to save some money by scaling to zero. With or without the updates,...