I am trying to configure the datastore emulator locally(running on windows) for development and testing as far as updating indexes in the cloud takes a lot of time. I am going step by step through this guide:
- gcloud beta emulators datastore start
- Should configure environment variables: just writing manually line by line set VARIABLE_NAME=VARIABLE_VALUE
- Trying to access localhost:8081 - returns Ok
- Trying to access localhost:8081/datastore - returns Not found
- Restarted application locally and trying some operations on datastore: all changes are applied on the cloud, not locally...