Refreshing Page Problem

Hi everyone, i have problem in framework 7 and react project,
for example, i am on the www.example.com/register page,
when i refresh the page it goes to www.example.com page

here is the my f7Params components

const f7params = {
name: “My App”,
id: “com.myapp.test”,
view: {
browserHistory: true,
browserHistorySeparator: “”,
pushState: true,
history: true,
pushStateSeparator: “”,
},
// specify routes for app
routes,

// App Framework7 Redux state kernel
stateKernel,
};

Hi Coder_coder Did you figure this out?
I have the same problem, I can´t get pushstate to work properly.

yes i fixed this issue

I had have framework7-redux package and i removed it, then problem was gone