Lambda query access config is not applied

I created a GraphQL lambda resolver and deployed it. I can use it from the explore tab in GraphQL but I can’t use it from my Apollo client in React. I already enabled anonymous access to it from the access section in the schema tab but when querying from my React app I get the error: “Operation not allowed”. The message on the access section says that the action might take 10 seconds to reflect but it’s already been more than 10 minutes since I enabled anonymous access. Did I miss any remaining configuration?

EDIT: I created the exact same query again but deployed it as a custom DQL query and enabled anonymous access on it. I can use it from my React app, so this bug is only affecting lambda query resolvers but not GraphQL queries resolved with custom DQL