Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Basic instruction #22

Open
ricoroodenburg opened this issue Dec 10, 2023 · 1 comment
Open

Basic instruction #22

ricoroodenburg opened this issue Dec 10, 2023 · 1 comment
Labels
documentation Improvements or additions to documentation question Further information is requested

Comments

@ricoroodenburg
Copy link

Hi @aaronparker,

Can you make a basic instruction how we can use this repro?
When importing your repro in a dev Cloudflare Worker of mine, I'm getting the following error when browing to the /apps endpoint:
Error 1101

When doing in dev mode (npx wrangler dev) I'll getting the following error:
EVERGREEN is not defined

The home page is working fine.

I have changed the wrangler.toml to my own dev Cloudflare Worker for testing purposes.

@aaronparker
Copy link
Owner

You'll need to configure a Worker KV namespace to store the data https://developers.cloudflare.com/kv/.

In my account I have the following namespaces:
image

Note that the EVERGREEN_DEV namespace isn't used at the moment - when we stage changes to API, the intention is to testing against the dev namespace before pushing to prod.

@aaronparker aaronparker added documentation Improvements or additions to documentation question Further information is requested labels Dec 13, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants