Tell us what’s happening:
Describe your issue in detail here.
Hi!! I have been stuck on this step for a few days. I have tried multiple YouTube tutorials and forums, changed my code many times and still cannot pass this step. I’m not sure if I accidentally added code I shouldn’t have and forgot to delete it. Please help 
Your project link(s)
solution: hhttps://replit.com/@sophielamo/boilerplate-express-1
Your browser information:
User Agent is: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.4 Safari/605.1.15
Challenge: Use the .env File
Link to the challenge:
Hi @sophlamo97
Since you are using repl.it
according to the instructions on the challenge, you will have to use the Secrets
feature of repl.it
See below for the note:
Note: If you are using Replit, you cannot create a .env
file. Instead, use the built-in SECRETS tab to add the variable (key) and its value.
The SECRETS tab looks like a lock (see below).

Hi! thank you for your response! I already did the secret exactly as you pictured, but it still won’t work 
Can you post the url you are trying to submit for your project (not the url that has the code in it but the live site url)? I want to check something.
Did you use the SECRETS
tab to add your environment variable MESSAGE_STYLE
?