Replies: 8 comments 16 replies
-
|
It looks like you still need to go through the initial setup. The error you're seeing is likely because you haven't generated a mnemonic in algorand sandbox see services/api/README.md for how to do this. As for the other env vars, this is what I use: @smonn Should we update the example env files to include sensible defaults for more of these variables? |
Beta Was this translation helpful? Give feedback.
-
|
We can certainly add default values for these to help get you started. The Algod ones can default to the sandbox values. As @afraser pointed out, I'll defer to the API README for creating a new account, but we can add instructions there about funding it. |
Beta Was this translation helpful? Give feedback.
-
|
To GET / HTTPError: Request failed with status code 401 Unauthorized |
Beta Was this translation helpful? Give feedback.
-
|
First command gave me 1, the default user created was admin@example.com so It didn't take my configuration inside config.local.json is that something you're aware of then? |
Beta Was this translation helpful? Give feedback.
-
|
So seems I'm in the last stage of the configuration I'm trying to access: the Algorand Storefront, but I'm getting this: Definitely I haven't setup a Firebase project for this, still not clear on some things here ( I see something that could be related here vercel/next.js#13585 |
Beta Was this translation helpful? Give feedback.
-
|
Should I expect to be able to login to the storefront with the user I created on Directus? |
Beta Was this translation helpful? Give feedback.
-
|
Hey team, do you have any slack channel for the project? It would be good for a faster communication I think. |
Beta Was this translation helpful? Give feedback.
-
|
Hey team, I'm stuck here, in the Storefront . I'm supposed to be allowed to get this but I've tried editing the |
Beta Was this translation helpful? Give feedback.

Uh oh!
There was an error while loading. Please reload this page.
-
Hi team, I've been playing around with the platform and I had some issues while running
docker-compose upSo I was wondering if that has to do with the default values on .env file, what would be the default values for:
API configuration
HOST=
PORT=
API_KEY=
Algod configuration
ALGOD_SERVER=
ALGOD_PORT=
ALGOD_TOKEN=
FUNDING_MNEMONIC=
Beta Was this translation helpful? Give feedback.
All reactions