Tino
Turso with local db file
this seems to be the issue: https://github.com/libsql/libsql-client-ts/issues/67
6 replies
Turso with local db file
the error message reads:
error: Uncaught LibsqlError: URL_SCHEME_NOT_SUPPORTED: The client that uses Web standard APIs supports only "libsql:", "wss:", "ws:", "https:" and "http:" URLs, got "file:". For more information, please read https://github.com/libsql/libsql-client-ts#supported-urls
6 replies
Deployment fails with "An internal server error occured" - no further details
I solved it in the last hours running through the code to see what might break deployment:
it was the npm:aws-sdk package. I replaced it with https://deno.land/x/aws_sdk@v3.10.0.0?source
4 replies