jenna
CCConvex Community
•Created by jenna on 5/31/2023 in #support-community
Prod deploy on Netlify using Dev DB?
Yeah! Thanks for going on this journey with me, and thanks to your colleague for the nudge that something might have been weird about reading from .env
In the meantime, could be worth adding a line to the Convex with Netlify instructions about importing the other env variables alongside the deploy key since that's unexpected?https://docs.convex.dev/production/hosting/netlify
15 replies
CCConvex Community
•Created by jenna on 5/31/2023 in #support-community
Prod deploy on Netlify using Dev DB?
Ah, there's also this in the Netlify docs (https://docs.netlify.com/configure-builds/environment-variables/). After I imported the .env file it's now pinging stoic-salmon, so yay
Note that when you build on Netlify, the build system doesn’t read .env files. To use variables declared in a .env file, we recommend you import the variables into Netlify before you build. This way the variables in your .env file remain secure and out of your shared repository.
15 replies
CCConvex Community
•Created by jenna on 5/31/2023 in #support-community
Prod deploy on Netlify using Dev DB?
Yeah. I see the deployed version hitting utmost-beaver in the Network panel https://convex-trial--animated-dodol-09cd7e.netlify.app/
15 replies
CCConvex Community
•Created by jenna on 5/31/2023 in #support-community
Prod deploy on Netlify using Dev DB?
Is that something I could have conceivably mixed up myself? 😅
(also hi!)
15 replies
CCConvex Community
•Created by jenna on 5/31/2023 in #support-community
Prod deploy on Netlify using Dev DB?
15 replies
CCConvex Community
•Created by jenna on 4/11/2023 in #general
Hey Started using Convex over the
Yeah, prefix search and searching across multiple fields would be rad!
5 replies
CCConvex Community
•Created by jenna on 4/11/2023 in #general
Hey Started using Convex over the
ooooh got it, thanks. I think I misunderstood this line of the docs
Unlike normal document queries, search queries look within a string field to find the keywords. This can be used to build search features within your app like searching for messages that contain certain words.
5 replies
CCConvex Community
•Created by jenna on 4/11/2023 in #general
Hey Started using Convex over the
[CONVEX Q(queryVotersByFirst.js:default)] [LOG] 'searching with query' 'j'
logging.ts:26 [CONVEX Q(queryVotersByFirst.js:default)] [LOG] 'returned voters:' []
logging.ts:26 [CONVEX Q(queryVotersByFirst.js:default)] [LOG] 'searching with query' 'je'
logging.ts:26 [CONVEX Q(queryVotersByFirst.js:default)] [LOG] 'returned voters:' []
logging.ts:26 [CONVEX Q(queryVotersByFirst.js:default)] [LOG] 'searching with query' 'jen'
logging.ts:26 [CONVEX Q(queryVotersByFirst.js:default)] [LOG] 'returned voters:' [ { _creationTime: 1681061543058.9084, _id: Id('voters', 'wzIYB0aVHXDMZUxY9IVMAA'), address: '...}]
5 replies