Lift-off-V only get three environmental variables for publishing the schema

I am following the Lift-off-V tutorial and in the “Registering our schema” section I only get three environmental variables instead of four. Is this correct? see image below:

Hello Jay, good catch,
the APOLLO_GRAPH_REF variable you see is composed like so:
APOLLO_GRAPH_REF = APOLLO_GRAPH_ID@APOLLO_GRAPH_VARIANT

The studio UI has been updated, but we need to reflect that in the course.
In the mean time you can still follow through with the course with the four variables, in your specific case that would be:

APOLLO_KEY= your key
APOLLO_GRAPH_ID=lift-off-catstronauts-sau1s
APOLLO_GRAPH_VARIANT=current
APOLLO_SCHEMA_REPORTING=true

Thanks for reporting the issue and sorry for the inconvenience, we’ll fix that asap!
Best,
Raph

Thank you, Raph for your fast response.

If I use the three suggested environmental variables in Heroku, it works! so it is only of updating the course screens.

One more thing, when updating the connection settings to the production URL, I only made the connection work when I have the Auto-update “off” as below. Somehow when it was “on” I couldn’t get it to work.

Best.

jay