dfischer / meteor-prerenderio

A meteor wrapper for https://prerender.io/
57 stars 9 forks source link

Prerender returning undefined://example.com #23

Closed johhansantana closed 8 years ago

johhansantana commented 8 years ago

I've removed spiderable package and added this package to my angular-meteor app.

{
  "public": {
  },
  "PrerenderIO": {
    "token": "mytoken"
  }
}

This is my settings.json file

screenshot from 2016-03-04 09 40 39

after the undefined:// it's my ip address from the server.

What am I doing wrong?

dfischer commented 8 years ago

Where's your token URL?

juliancwirko commented 8 years ago

hmm I think I have the same problem. I've provided my token in the settings.json file and deployed my app, but the 'Crawl stats' in the prerender.io admin panel shows something like:

undefined://127.0.0.1:3000/

This looks like the bots are sent to the localhost instead to the real url