Well, nothing looks wrong with the code, but by design I can’t see your secret. Did you create a secret variable in the Replit? When I go to the link, it returns Hello json in lowercase… does it also do that when your secret var is set to uppercase?
Oh, just noticed you have an extra space in the word uppercase — "uppercase ". That might be causing an issue. Also, not sure if not having quotes " around the word message in your JSON responses would cause an issue or not.
You had directly messaged a few people regarding this. If you’re still having problems, can you send a screenshot of your private keys so we can see what they look like to compare it to your code?
Ah, what I meant was a screenshot of your private keys… could you click on secrets and share a screenshot of what they look like? We can view your code via your Replit link, but the one thing we can’t view is your secret variables, because they are… well… secret
Actually, nevermind. I guess they don’t need to be in quotes… you cropped the bottom of the window, are you sure its saved… like underneath does the button say “Add New Secret”… I’m thinking it hasn’t been saved.
Oh, and another thought… since you’ve modified the secret, have you stopped and started your code again? I loaded my old project for this, and when I modify the secret (like change it from uppercase to lowercase, the change doesn’t take affect until I stop the code, and restart it.