Getting "internal error: entered unreachable code"
Hello, I currently have a PrismaDB database setup on my Raspberry Pi 4 running the standard Raspbian OS that it comes with, I have my weather station software running in Node.JS (TypeScript) and when it attempts to write to the database it recieves this:
And then that big link which takes you off to GitHub (Which by the way, doesn't fill in anything except the title).
Luckily I have my data being stored somewhere else as well, but I was planning on moving fully over to the database soon.
I have tried restarting my Node.JS instance, I can restart my Raspberry Pi if that would help at all as well.
Not a big issue at the moment as like I said, it is being stored somewhere else as well.
And I'm assuming
And then that big link which takes you off to GitHub (Which by the way, doesn't fill in anything except the title).
Luckily I have my data being stored somewhere else as well, but I was planning on moving fully over to the database soon.
I have tried restarting my Node.JS instance, I can restart my Raspberry Pi if that would help at all as well.
Not a big issue at the moment as like I said, it is being stored somewhere else as well.
And I'm assuming
ORM is the right tag because I looked it up and it seems to be the Node.JS library.