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
The command name should be npm run deploy in Readme file.
The npm run deploy command should work without any error.
Current Behavior
The command name is npm deploy
While running the npm run deploy command, it throws an error saying '1234' is not a valid KV namespace ID and stops the execution.
Solution
In local environment, developers have to generate namespace by running this command npx wrangler kv:namespace create "CronJobsTimestamp" and replacing the id of kv_namespaces for local env in wrangler.toml file with id generated from npm run deploy command.
The above solution must be there in README file.
Screenshots
Reproducibility
This issue is reproducible
This issue is not reproducible
Steps to Reproduce
Clone the Repo and Run npm install
Run npm run deploy
Severity/Priority
Critical
High
Medium
Low
Additional Information
Checklist
I have read and followed the project's code of conduct.
I have searched for similar issues before creating this one.
I have provided all the necessary information to understand and reproduce the issue.
I am willing to contribute to the resolution of this issue.
The text was updated successfully, but these errors were encountered:
Issue Description
The npm deploy command does not work as expected.
Expected Behavior
Current Behavior
'1234' is not a valid KV namespace ID
and stops the execution.Solution
npx wrangler kv:namespace create "CronJobsTimestamp"
and replacing the id of kv_namespaces for local env in wrangler.toml file with id generated fromnpm run deploy
command.Screenshots
Reproducibility
Steps to Reproduce
Severity/Priority
Additional Information
Checklist
The text was updated successfully, but these errors were encountered: