@future-teacher-7046 when running growthbook locally (via
yarn dev
) - do your or your team run into issues with it getting stuck loading? I thought it might be
webpack-hmr
since that stays in
pending
forever, but after reading a bit more about it I think it's supposed to do that?
I haven't been able to figure out what causes this, it seems to happen pretty randomly, I thought it was related to some cookie/cache on the browser because sometimes I can clear that and it works, but its happening in incognito as well
agreeable-elephant-38605
08/02/2024, 7:09 PM
also sometimes a
yarn clean && yarn install && yarn dev
fixes it, but again, not always
agreeable-elephant-38605
08/02/2024, 7:30 PM
ok actually I think i figured it out - its the auto-port forwarding in vscode thats messing with it