chad.bohlmann
chad.bohlmann
WWasp-lang
Created by chad.bohlmann on 3/26/2024 in #đŸ™‹questions
AxiosError
Hi! I'm encountering an error where the simple query for the demo ToDoApp using an SQLite DB, does not connect to the DB to do the query. It should show "No tasks", but instead shows "Error: AxiosError: Network Error". Everything is running on a local server on Linux (ubuntu). Wasp version 0.13.0. The Wasp terminal does not show any output on this error. Running "wasp db studio" allows me to see the database, and I was able to enter a single row through the :5555 interface. Any idea what might be going wrong here? It's like the prisma interface in wasp doesn't know how to query an sqlite db, but I don't know how to get any debug logs. Any ideas? Thanks!
19 replies