I've implemented the Javascript SDK in my NextJS application. I have features rendering during SSR which is my desired use for them, but now I want to debug on the client and swap out variants using the Chrome Extension. Is it possible to override the flags during SSR? It seems like I should be able to see the variant override when I reload the page since my uuid is static, which I have confirmed. However I never see the variant load in unless I'm on localhost.