Refresh page when member logs in

If you guys want to refresh a page keep in mind Wix, Corvid behind the scenes are ReactJS, Single Page Application for its nature won’t run any local reload. The workaround that we use with our clients which works nicely is to redirect the user to a blank page, this page contains a simple instruction in the onready event handler to redirect the user back to the previous page forcing the browser to reload the page that you need to. Any questions just let me know happy to explain it in more detail if needed.