I have been struggling with this for a few days and thought I’d ask for some support instead.
I am simply trying to create my first application and work locally with it. My goal was a Vue-Netlify-FaunaDB stack.
I’ve attempted to use some sample projects to get things running. I was able to get a full integration working when it was deployed to Netlify. That all seemed quite simple with just a few hiccups. After that, I attempted to get it all working locally so I didn’t have to commit/deploy any change I wanted to test…
I believe I’ve tried multiple different approaches and none have worked. I’ve tried:
- the faunadb addon route, using the
netlify addons:create faunadb
+netlify addons:auth faunadb
+netlify dev
combo - simply deploying using
npm run build
with some other commands before and configuration changes (a proxy in package.json?) - using other netlify commands manually…
- multiple combinations of above
What I really want to know is… what is a proper approach to integrate faunadb locally with a netlify app? I don’t fully understand the different approaches I attempted. I can’t tell if the plugin approach is correct anymore since the example repositories all did other things. I’m guessing this whole process is simple, but I’m at a loss. Something concrete would be really helpful