I have an issue with D1 binding in my solid-start app. While accessing the binding from within the a

I have an issue with D1 binding in my solid-start app. While accessing the binding from within the app, it always connects to in-memory sqlite database instead of the local persisted DB. I am using Wrangler 3. Any idea why this is happening? There is no --persist in Wrangler 3 (like in 2) so I can't tell it to look for local D1 stored database either (in .wrangler/state/v3/d1). Is there any config that I need to change/set to make the binding look for the local state instead of check in-memory?
Was this page helpful?