kitsonk / kview

A web app for Deno KV
https://kview.deno.dev
MIT License
69 stars 5 forks source link

Installation fails with 500 #9

Closed jakewhelan closed 6 months ago

jakewhelan commented 6 months ago

The URL which the docs instruct you to use for installation returns 500: https://kview.deno.dev/install

I was able to get it installed by cloning the repo, so I'm not blocked right now - thanks for creating kview!

image

kitsonk commented 6 months ago

You don't navigate to the URL. You run the URL via the Deno runtime.

What happens when you run:

deno run -A -r https://kview.deno.dev/install
jakewhelan commented 6 months ago

I followed the instructions in the readme, it errors

On Wed 3 Apr 2024 at 00:45, Kitson Kelly @.***> wrote:

You don't navigate to the URL. You run the URL via the Deno runtime https://deno.com/.

What happens when you run:

deno run -A -r https://kview.deno.dev/install

— Reply to this email directly, view it on GitHub https://github.com/kitsonk/kview/issues/9#issuecomment-2033289999, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABOLNKI2FQXYWRUM7JYCQ2LY3NGKPAVCNFSM6AAAAABFUFD74SVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDAMZTGI4DSOJZHE . You are receiving this because you authored the thread.Message ID: @.***>

kitsonk commented 6 months ago

I followed the instructions in the readme, it errors

Could you provide the error your receive?

kitsonk commented 6 months ago

Ok, I found the problem, it appears a feature was added to a pre-release version of Fresh I was using and took advantage of, only to have it reverted (https://github.com/denoland/fresh/pull/2372) prior to release, which broke this. I fixed this in kitsonk/kview-website/8b62fc50feacd09602337d51774eb443ff4e5f48.