Whenever I push changes to my project's source repo, I see an immediate Deno.openKv is not a function error in the project logs, and then nothing for a while until suddenly it starts working.
Is there an extra step I'm missing? Like declaring that the app uses unstable features, because it almost seems like Deploy is stepping in after the error to infer what happened and applying a fix (setting --unstable for the execution environment or some such).
🔍
Type of feedback
General feedback
Description
Whenever I push changes to my project's source repo, I see an immediate
Deno.openKv is not a function
error in the project logs, and then nothing for a while until suddenly it starts working.Is there an extra step I'm missing? Like declaring that the app uses unstable features, because it almost seems like Deploy is stepping in after the error to infer what happened and applying a fix (setting
--unstable
for the execution environment or some such).Steps to reproduce (if applicable)
No response
Expected behavior (if applicable)
No response
Possible solution (if applicable)
No response
Additional context
No response