Last 12 weeks · 0 commits
1 of 6 standards met
🔍 [X] Did you search for existing issues? Type of feedback Feature request Description It'd be great if one could reset their KV database from the Deno Deploy dashboard. This'd be particularly useful in projects where the database structure is constantly changing. Perhaps, such functionality belongs in the "Danger Zone" section of the "Settings" page. Steps to reproduce (if applicable) _No response_ Expected behavior (if applicable) _No response_ Possible solution (if applicable) _No response_ Additional context _No response_
Problem description When selecting text within a dialog - for example the "Add Member" Dialog to add members in organizations - I usually start selecting text and drag the mouse over the border of the dialog. When the Mouse is released outside the Dialog, the mouseup event fires - closing the dialog. Steps to reproduce 1. Open any Dialog, for example the Add Member Dialog within the organization settings 2. start clicking and dragging mouse (for example to select some text) from inside the dialog over the edge of the dialog 3. release the mouse outside of the dialog Expected behavior Dialog stays open, text is selected. (e.g within an input field) Environment Deno Deploy Console Website Possible solution Change eventhandler from to or to only run the "close dialog" when the user explicitly clicks outside the dialog. Additional context I did only confirm this for the "Invite Users" dialog within organization settings. Other options like "Add Environment Variables", which open in a sidebar and not in a dialog, do not have this bug. But there may be other dialogs which have this bug, as it is probably a shared codebase.
Problem description Steps to reproduce 1. Go to your dashboard 2. Select the organizations chooser at the top left 3. No deno deploy organizations (I have at least two) Logging out then logging in again did not fix Expected behavior Shows the organizations Environment It's the web dashboard, I use chrome, this should be irrelevant. Possible solution _No response_ Additional context _No response_
Started ~2026-06-08 on a SvelteKit + Deno Deploy app (AMS region) — no app deploy in 11 days, just suddenly broken. Symptom: every cookie after the first is silently dropped server-side because npm / SvelteKit / most parsers split on only. Raw header inside the isolate: Per RFC 9113 §8.2.3 that join MUST be for Cookie specifically. Browser DevTools shows the cookies -joined client-side, so the swap happens between the browser and the isolate. Runtime reports itself as . The SHA is not in , so it's presumably a Deno-Deploy-internal patch on top of base 2.8.2. I verified base Deno 2.8.2 joins multi-Cookie HTTP/1.1 headers correctly: So the misjoin is in either Deno Deploy's edge or the patches — I can't tell from outside which. Possibly related, but I'm not sure: denoland/deno#34446 (merged 2026-06-05) added a new path that doesn't have the cookie special-case the hyper path has at . Not in any released Deno version, but if it was backported into the Deno Deploy build, that timing would match. Workaround for now in my private repo: a manual cookie-header parser that handles both and — https://github.com/tolu/deno-time-tracker/pull/117
🔍 [X] Did you search for existing issues? Type of feedback General feedback Description The tab of the Deno Deploy dashboard now has a table that enables quick reference of data stored in the project's KV instance. The cells of the table are truncated with ellipsis because of the tailwind CSS class applied. It would be better if those cells were horizontally scrollable to make it easier to view the contents without needing to inspect the page HTML. Steps to reproduce (if applicable) _No response_ Expected behavior (if applicable) _No response_ Possible solution (if applicable) Instead of: Use: Additional context _No response_
Repository: denoland/deploy_feedback. Description: For reporting issues with Deno Deploy Stars: 80, Forks: 5. Homepage: https://deno.com/deploy Open PRs: 0, open issues: 506. Last activity: 3y ago. Community health: 25%. Top contributors: ry, nicolo-ribaudo.