Vault.db can't be found

Hi,
I am trying to setup Vault as a production server, but get this error:

Error initializing storage of type raft: failed to create fsm: failed to open bolt file: open vault\vault.db: The system cannot find the path specified.

My config file is as below:

storage “raft” {
path = “vault”
node_id = “node1”
}

listener “tcp” {
address = “127.0.0.1:8200”
tls_disable = “true”
}

disable_mlock = true
api_addr = “http://127.0.0.1:8200
cluster_addr = “https://127.0.0.1:8201
ui = true

This is on Windows Server 2022.