-
Notifications
You must be signed in to change notification settings - Fork 429
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: use ENABLE_FLAGSMITH_REALTIME environment var #3867
fix: use ENABLE_FLAGSMITH_REALTIME environment var #3867
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Since it's I'm also renaming the PR title to |
Uffizzi Preview |
This env var is read from vercel in our SaaS environments so we just need to make sure it's set there. |
Yeah it was all in vercel already |
{ | ||
"name": "ENABLE_FLAGSMITH_REALTIME", | ||
"value": "True" | ||
}, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't think we need this, unless I'm missing a usecase? Config gets to FE via Vercel.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sorry, removed!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No, we don't
d0214cc
to
6d9cd54
Compare
Thanks for submitting a PR! Please check the boxes below:
pre-commit
to check lintingdocs/
if required so people know about the feature!Changes
ENABLE_FLAGSMITH_REALTIME was setup to determine if the SDK initialised with the realtime boolean. For some reason this was not used in the admin panel.
Demo and production Vercel environments already provide this to the FE.
How did you test this code?
Project.flagsmithRealtime
is being set.