deploy_feedback
deploy_feedback copied to clipboard
[KV Feedback]: deno deploy EA no err or logs when no kvDb provisionned and Linked to the app
🔍
- [x] Did you search for existing issues?
Type of feedback
Bug report
Description
Context
When deploying an app (using KV and working ok in dev env with local KV) to deno deploy EA(free tier) via the github repository, but without provisioning a kv db.
problem
- no error on logs on builds processes
- the apps runs
- but data are stored somewhere for the scope of this session, but starts again with an empty data on other requests (e.g. forced refresh, new browser connections,...)
Steps to reproduce (if applicable)
- Use the astrodemo astro kv template
- Change the data to be using KV in the code, as explained in the github repo of the template
- Deploy with github action on denoDeployEA ( **without provisioning a kv db for the app)
- Connect to the app and test
Expected behavior (if applicable)
Well I'd expected on error or alert msg of the type " no KV DB provisioned, please follow the following steps to sort it out..."
Possible solution (if applicable)
No response
Additional context
No response