solid-start dev works, solid-start start does not
My program uses tesseract.js, and it works fine in dev mode as the title states. However, when I try to run it with
start
, I get the following error:
The error is easy enough to understand, but I can't figure out why it would not occur using dev
. I also cannot find a solution to fix this. Any help is appreciated, thanks.1 Reply
In dev, everything is filtered through the dev server. In start, it attempts to run the last build. Did you build and if so, were there errors?