Hey everybody. I have a question regarding using G...
# ask-questions
e
Hey everybody. I have a question regarding using Growthbook in a single page application. I have two different providers for Growthbook in my application. One for server side and one for client side. The server side always fires a tracking callback when I visit a page that has an experiment running on it. But the client side one only fires the tracking callback when I reload on the page with an experiment running on it. If I navigate to the page from another page then the tracking callback doesn't fire. I'm wondering why this is. I see in the documentation about setting the URL when I navigate to a new page, and I have tried doing this but it doesn't work. Can anybody explain what is going on here?
b
Hey Christian - Which SPA framework are you using?
e
I'm using React/NextJs
c
I have the same issure using vue2.0 ,tracking callback only fires after reloading the page, how to fix?