You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
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.
The text was updated successfully, but these errors were encountered: