Michael Prentice

Results 398 comments of Michael Prentice

In the browser looks good, but not via social media: ![screen shot 2019-01-17 at 3 31 28 am](https://user-images.githubusercontent.com/3506071/51305296-70709e00-1a08-11e9-803c-4cdfab12daf2.png)

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,...