FaunaDB Addon: FaunaDB returning "Ref refers to undefined database 'my_database' " error

I’m using the FaunaDB add-on. I have followed the steps: (1) addon:create fauna / (2) addon:auth fauna / (3) login to FaunaDB and add the database. The database I created exists because I can see it in the FaunaDB console. But running addon:config fauna results in the following error:

error - Error: {"name":"BadRequest","message":"invalid ref","requestResult":{"client":{"_baseUrl":"https://db.fauna.com:","_timeout":60000,"_secret":"fnAC82wqPBACAcRyffIIYEbye_gwm-j57OeeKdDY","_observer":null,"_lastSeen":null},"method":"POST","path":"","query":null,"requestContent":{"get":{"database":"89a1f6ba-6dce-4575-8049-63864de150a0"}},"responseRaw":"{\"errors\":[{\"position\":[\"get\"],\"code\":\"invalid ref\",\"description\":\"Ref refers to undefined database '89a1f6ba-6dce-4575-8049-63864de150a0'\"}]}","responseContent":{"errors":[{"position":["get"],"code":"invalid ref","description":"Ref refers to undefined database '89a1f6ba-6dce-4575-8049-63864de150a0'"}]},"statusCode":400,"responseHeaders":{"content-type":"application/json;charset=utf-8","date":"Fri, 22 Nov 2019 22:27:19 GMT","x-faunadb-build":"2.10.0.rc3-d8a7781","x-query-bytes-in":"59","x-query-bytes-out":"142","x-query-time":"2","x-read-ops":"0","x-storage-bytes-read":"0","x-storage-bytes-write":"0","x-txn-retries":"0","x-txn-time":"1574461639528661","x-write-ops":"0","content-length":"142","connection":"Close"},"startTime":1574461639530,"endTime":1574461639641}}

Using Postman to make a POST using each of the three keys/environmental variables (admin secret, server secret, client secret) created by Netlify/FaunaDB all give the same error.

I’ve deleted the addon/database and re-added it many times. Same error.

Hi @bickmark, addon:config fauna isn’t a supported command. The database should already be created and you should be able to read and write to it.