application-research / estuary-www

https://estuary.tech
https://estuary.tech
Other
35 stars 31 forks source link

Valid API key says expired when logging in #142

Open Kevin-Mok opened 1 year ago

Kevin-Mok commented 1 year ago

I've set up a local Estuary instance following the README and ran the following commands:

./estuary setup --username=<uname> --password=<pword>
./estuary --datadir=/path/to/storage --logging

I can successfully run POST and GET commands using the API key from the setup. Then, I ran Estuary WWW using:

npm install
npm run dev-production

The problem is when I try to log in using the API key that worked for the POST and GET commands, it says "Expired API key". Why is this happening?