You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Use a server_url.com/health_check?ready=1 type of thing instead of making get_user_id() do double duty. That API call isn't really designed for that anyway.
The text was updated successfully, but these errors were encountered:
Note: We still need get_dev_id() for the playground interview url address and we might add some setup code for playground installs to specifically check that they have given the right API key so we don't go through (potentially) reloading the server and everything before then discovering the API key is invalid.
Moving on, the code would look similar to this, just with health_status:
Use a
server_url.com/health_check?ready=1
type of thing instead of makingget_user_id()
do double duty. That API call isn't really designed for that anyway.The text was updated successfully, but these errors were encountered: