Questions tagged [rendertron]

25 questions
11
votes
1 answer

Prerendering: difference between puppeteer / rendetron and prerender.io

I just want to know what is basic difference between puppeteer / rendetron and prerender.io and what with this solutions is best way to prerender page and prepare the page under seo. And one more - I know that rendetron was created on basic…
tobi1512
  • 159
  • 2
  • 11
4
votes
0 answers

Ionic 4 - Rendertron not rendering web components

I am using Ionic 4 alongside with Angular 8 and Rendertron. Unfortunately Rendertron cannot handle Shadow DOM and Ionic fully depends on them. Shadow Dom is completely missing when rendered via Rendertron (this is what I expect), but also the web…
3
votes
2 answers

Issue on Product version of Styled-Components when render with Rendertron

have very simple sample app which build Create React App + Styled-Components to prove this issue. But I have real big application which I am facing this issue which I am going to explain it below. I would like to pre-render this app with…
AJ-
  • 1,027
  • 2
  • 13
  • 24
2
votes
0 answers

web domain is not rendering JS via rendertron

maybe I'm doing something wrong, i dont know. but ive got rendertron deployed to GCP and running. it works if i go to the https://garden-manager-XXXXX.appspot.com and put my domain url into the field and hit submit. but when i run my domain through…
2
votes
1 answer

Rendertron for NuxtJS and Firestore site for SEO purposes

I would like to use Rendertron for my NuxtJS site. My nuxtjs firestore site is here at https://ampedcast.com and the rendertron site is here: https://render-tron.appspot.com/ According to this example given by…
Daryl Wong
  • 2,023
  • 5
  • 28
  • 61
1
vote
1 answer

Rendertron modifying CSS

Rendertron is loading my webpage, but it is prefacing the CSS file (bundled app.css via webpack) with the following PRE tag and HTML tags:
            
            
Joel
  • 384
  • 5
  • 18
1
vote
0 answers

Adding width and height options in config.json of Rendertron does not change dimension of rendered page

I want rendertron to render pages of particular dimensions. According to the documentation (https://github.com/GoogleChrome/rendertron#config), I added the width and height properties to my config.json file: "width": 480, "height": 600, …
1
vote
0 answers

Rendertron setup -- How to run it's middleware through Vue 2 Cli express server (for production)

I'm working on a headless solution to give bots SSR, save the renderings on a firebase bucket. I've deployed a working Rendertron heroku app at https://xymba-renderbot.herokuapp.com/render/ . This app works well enough with direct tests and on…
irth
  • 1,696
  • 2
  • 15
  • 24
1
vote
2 answers

How to deploy a simple app to GCP with minimal costs (or how to disable autoscaling after deploy)?

In my first attempt at using Cloud to deploy an app... The problem: GCP (Google Cloud Platform) unexpected instance hour usage (Frontend Instance Hours). High traffic was not the issue but for some reason a bunch of "instances" and "versions" were…
1
vote
1 answer

Puppeteer creates a large number of cache files in /tmp when used in Rendertron

We are using Rendertron for Server-side rendering on one of our site and we're having problems with files created by puppeteer. We have the Rendertron cache set to "memory" with a limit of 500, which seems to work properly. But even with the cache…
1
vote
0 answers

HTML rendered by Rendertron is not including definition as clicking event

I'm creating react app. For SEO practices, I decided to using Rendertron as follows. https://github.com/GoogleChrome/rendertron It works returning rendered HTML by Rendertron, But I noticed button event doesn't working. Doesn't Rendertron render…
K.O
  • 11
  • 1
1
vote
1 answer

not able to share url in facebook using angular 7

While using angular 7 is it even possible to share url in facebook without using server side rendering module as angular universal or prerender ? I tried updating meta tags required for facebook share during share click function but still it's not…
1
vote
0 answers

Rendertron not responding on development or staging server

I have configured rendition on my development machine as well as staging machine when I check it throws following error. Error: net::ERR_CERT_AUTHORITY_INVALID at https://rovb-staging2.com/men at navigate…
umang naik
  • 141
  • 1
  • 10
1
vote
1 answer

Why is Angular Universal necessary?

So the obvious answer is that its necessary because it serves routed paths from the server, so that we don't get 404s. However solutions like angular-cli-ghpages solves this by adding a script to the app that parses parameters returned in a 404 that…
Ole
  • 41,793
  • 59
  • 191
  • 359
0
votes
0 answers

Rendertron-middleware not rendering anything other than root page

I have built an angular app and enabling rendering for SEO via rendertron. But it only works for root page. Other pages give 504 error. There is no log in console too. For example this page doesn't render:…
jolly
  • 3,353
  • 1
  • 15
  • 21
1
2