Description
Hi,
I’ve been experimenting with Secrets and I found that in local testing local secrets do not function properly.
When I attempt to play test locally Can't find secret with given key
is raised despite the fact I’ve specified the secrets in the secrets menu in game settings.
It’s important to note that in Production the secret is read without any issues.
Reproduce
Secrets Bug.rbxl (54.8 KB)
Make sure Allow Http Requests is enabled, and specify the secrets:
{"secretName": ["YWJjZGVmZ2hpamtsbW5vcHFyc3R1dnd4eXo=", "*.example.com"]}
Play test the game and the Can't find secret with given key
error will be raised.