datasette-publish-vercel icon indicating copy to clipboard operation
datasette-publish-vercel copied to clipboard

Datasette plugin for publishing data using Vercel

Results 21 datasette-publish-vercel issues
Sort by recently updated
recently updated
newest added

datasette, version 1.0a12 datasette-publish-vercel: latest version Vercel CLI 33.6.1 (can successfully deploy any other python serverless projects, just doesn't work with datasette-publish-vercel) ```plain # get test.db echo '{"1": 2}' |...

Publish command exiting with a TypeError. I'm unable to determine the cause. Is this possibly related to the Vercel CLI version? **command:** datasette publish vercel .db --project= **response:** Vercel CLI...

Hi there, I'm having a bit of trouble getting this plugin to publish to Vercel and I'm not sure if this a permission issue on my end or a bug...

Hi, when I tried to deploy to Vercel using this plugin, I got the following error: ``` jiyang@home-p1:~/github/global-chemical-inventory-database(deploy/to-vercel)$ datasette publish vercel zeropm.sqlite --project=zeropm Vercel CLI 29.1.1 WARN! `--confirm` is deprecated,...

Spotted this in the output here: https://github.com/simonw/scotrail-datasette/runs/7934863951?check_suite_focus=true

bug

@simonw Since datasette is a python framework, it can take advantage of the new Build Output API. Learn more: https://vercel.com/blog/build-output-api

## Motivation - When reading the docs for the first time, I didn't know what options were assignable - The default output on my device was overriding any the build/install...

> Confirmed: https://thesession.vercel.app/thesession?sql=select+*+from+tunes+where+name+like+%22%25wise+maid%25%22%0D%0A is a page where the URL correctly encoded `%` as `%25` - but then in the HTML on that page that links to the CSV and JSON...

> I'm trying to download your SQLite database from https://my-database.now.sh/commissioniComunePalermo.db but my request is hanging. Eventually I get this error: > ``` > An error occurred with this application. >...

It looks that for any path for templates dir other than the default `--template-dir templates/` is ignored I suspect the problem is that the template files are always copied in...