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
When connecting to a self-hosted instance DENO_KV_ACCESS_TOKEN needs to be set for secure setup but on Deno Deploy that's an invalid key since DENO_ is a reserved prefix.
Setting the environment variable at runtime is also prohibited because of the prefix.
And the NPM build that allows passing in the token on instantiation seems not to work on Deno Deploy ("This API is not supported in this environment").
What to do?
The text was updated successfully, but these errors were encountered:
When connecting to a self-hosted instance
DENO_KV_ACCESS_TOKEN
needs to be set for secure setup but on Deno Deploy that's an invalid key sinceDENO_
is a reserved prefix.Setting the environment variable at runtime is also prohibited because of the prefix.
And the NPM build that allows passing in the token on instantiation seems not to work on Deno Deploy ("This API is not supported in this environment").
What to do?
The text was updated successfully, but these errors were encountered: