© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
Drizzle TeamDT
Drizzle Team•6mo ago
Finn

Drizzle ORM HTTP SQlite proxy does not work with JSON mode text

Hey, another issue: The drizzle http proxy for sqlite always throws a tantrum when it encounters any column with json text. Here is the error:

iscord API Error: SyntaxError: "undefined" is not valid JSON
    at JSON.parse (<anonymous>)
    at SQLiteTextJson.mapFromDriverValue (C:/Users/finni/Documents/GitHub/odysseus/workers/odysseus/node_modules/.vite/deps_odysseus/chunk-2KT35FK6.js:640:17)
    at C:/Users/finni/Documents/GitHub/odysseus/workers/odysseus/node_modules/.vite/deps_odysseus/chunk-EQOYNP3A.js:213:78
    at Array.reduce (<anonymous>)
    at mapResultRow (C:/Users/finni/Documents/GitHub/odysseus/workers/odysseus/node_modules/.vite/deps_odysseus/chunk-EQOYNP3A.js:194:26)
    at C:/Users/finni/Documents/GitHub/odysseus/workers/odysseus/node_modules/.vite/deps_odysseus/drizzle-orm_sqlite-proxy.js:136:26
    at Array.map (<anonymous>)
    at RemotePreparedQuery.mapAllResult (C:/Users/finni/Documents/GitHub/odysseus/workers/odysseus/node_modules/.vite/deps_odysseus/drizzle-orm_sqlite-proxy.js:135:17)
    at RemotePreparedQuery.all (C:/Users/finni/Documents/GitHub/odysseus/workers/odysseus/node_modules/.vite/deps_odysseus/drizzle-orm_sqlite-proxy.js:150:17)
    at C:/Users/finni/Documents/GitHub/odysseus/workers/odysseus/src/services/bot/commands/register.ts:25:32
iscord API Error: SyntaxError: "undefined" is not valid JSON
    at JSON.parse (<anonymous>)
    at SQLiteTextJson.mapFromDriverValue (C:/Users/finni/Documents/GitHub/odysseus/workers/odysseus/node_modules/.vite/deps_odysseus/chunk-2KT35FK6.js:640:17)
    at C:/Users/finni/Documents/GitHub/odysseus/workers/odysseus/node_modules/.vite/deps_odysseus/chunk-EQOYNP3A.js:213:78
    at Array.reduce (<anonymous>)
    at mapResultRow (C:/Users/finni/Documents/GitHub/odysseus/workers/odysseus/node_modules/.vite/deps_odysseus/chunk-EQOYNP3A.js:194:26)
    at C:/Users/finni/Documents/GitHub/odysseus/workers/odysseus/node_modules/.vite/deps_odysseus/drizzle-orm_sqlite-proxy.js:136:26
    at Array.map (<anonymous>)
    at RemotePreparedQuery.mapAllResult (C:/Users/finni/Documents/GitHub/odysseus/workers/odysseus/node_modules/.vite/deps_odysseus/drizzle-orm_sqlite-proxy.js:135:17)
    at RemotePreparedQuery.all (C:/Users/finni/Documents/GitHub/odysseus/workers/odysseus/node_modules/.vite/deps_odysseus/drizzle-orm_sqlite-proxy.js:150:17)
    at C:/Users/finni/Documents/GitHub/odysseus/workers/odysseus/src/services/bot/commands/register.ts:25:32


My server successfully returns the fields though, so I don't really think this is an issue on my side (Or I'm just stupid)

Query result rows: [
  {
    id: 'w6NfuUel8ESZs9lQFEF5D',
    email: '27423da2-9fe3-411a-a8a6-685f72e83fe1@fortnite.ac',
    username: 'Zetax',
    password_hash: '',
    banned: 0,
    discord_id: '1070096922314031235',
    creator: 0,
    settings: '{"privacy":{"optOutOfPublicLeaderboards":false},"friends":{"mutualPrivacy":"ALL","acceptInvites":"private"}}'
  }
]
Query result rows: [
  {
    id: 'w6NfuUel8ESZs9lQFEF5D',
    email: '27423da2-9fe3-411a-a8a6-685f72e83fe1@fortnite.ac',
    username: 'Zetax',
    password_hash: '',
    banned: 0,
    discord_id: '1070096922314031235',
    creator: 0,
    settings: '{"privacy":{"optOutOfPublicLeaderboards":false},"friends":{"mutualPrivacy":"ALL","acceptInvites":"private"}}'
  }
]
Drizzle TeamJoin
The official Discord for all Drizzle related projects, such as Drizzle ORM, Drizzle Kit, Drizzle Studio and more!
11,879Members
Resources
Was this page helpful?

Similar Threads

Recent Announcements

Similar Threads

Does Drizzle ORM HTTP proxy Driver work for D1 Http Rest API
Drizzle TeamDTDrizzle Team / help
2y ago
returning insert values undefined with drizzle http sqlite proxy
Drizzle TeamDTDrizzle Team / help
6mo ago
drizzle-orm/libsql 'file:' does not work with Next.js
Drizzle TeamDTDrizzle Team / help
13mo ago
{mode: "json"} sqlite/libs sql does nothing
Drizzle TeamDTDrizzle Team / help
13mo ago