stereobooster / react-snap

👻 Zero-configuration framework-agnostic static prerendering for SPAs
MIT License
5.04k stars 391 forks source link

Adding an unnecessary / to the end of URL's #457

Open rstojano opened 4 years ago

rstojano commented 4 years ago

Bug Report

Current Behavior react-snap is causing my webpages to automatically include a / at the end of the URL. This causes issues with my webpage CSS. I'm using Firebase as my host. I've disabled react-snap for now but would like to enable it for SEO purposes.

Is there a configuration option I can enable to avoid the automatic redirect to a URL without the unnecessary '/' at the end?

hxf31891 commented 3 years ago

Any luck on this?

BlazeIsClone commented 2 years ago

I'm experiencing this as well tried to fix this for days no luck so far. React Snap keeps hydrating from the index page even though I request a different route (example /about). I've checked my build files and they all seem to be correctly built as well.

larsvanpoucke commented 1 year ago

Same behavior here