iron-meteor / iron-router

A client and server side router designed specifically for Meteor.
MIT License
1.98k stars 413 forks source link

Iron router Issue with spiderable #1593

Closed kenshinman closed 7 years ago

kenshinman commented 7 years ago

hi, I am having an issue with this package + spiderable

When i visit the normal url it works fine but when I visit with the url query ?_excaped_fragment_=, I get the Iron router Page as though no route were configured.

How may i solve this please. Thanks

kenshinman commented 7 years ago

I have tried all the prerendering options prerender.io, spiderable (official), jazeee:spiderable-longer-timeout, ostrio:spiderable-middleware, ongoworks:spiderable but i keep getting iron:router splash screen

kenshinman commented 7 years ago

This issue has been solved. Iron router uses es6 which is not supported by all the spiderable packages i tried except ostrio:spiderable-middleware and that's the service that solved the issue.

chrisbutler commented 7 years ago

@kenshinman thanks for following up!

kenshinman commented 7 years ago

@chrisbutler is there going to be a resolution soon? ow just to wait for all spiderable packages to upgrade to es6