loup
Explore posts from serversDTDrizzle Team
•Created by loup on 2/19/2025 in #help
How auto push schema and seed data when starting NextJS using Drizzle (with Docker)
I have an NextJS 15 app using Drizzle. ANd I would like to auto push and seed the data when starting the app. But how to do it ? I dont find any info about this...
Btw there is my
package.json
:
My db:push
and db:seed
are working in local dev
Thx a lot !2 replies
DTDrizzle Team
•Created by loup on 2/18/2025 in #help
Use 'query' with custom schema
I was wondering how to use the query operator with a custom schema (
pgSchema
). Because when doing :
With this schema definition :
I have this error :
1 replies
DTDrizzle Team
•Created by loup on 2/17/2025 in #help
try to push : schema "XXX" does not exist
When I try to add a custom schema, the push command dont works :
I have this error :
any idea ?
5 replies
NNovu
•Created by loup on 11/15/2024 in #🚀│general
Free trial ends ask to pay somehing
Well Im quick lost Ive just received an email from Novu saying that :
But Ive never subscribed to any Novu plan...
2 replies
NNovu
•Created by loup on 11/15/2024 in #💬│support
How delete all activity feed items from Production env ?
Because Im stupid Ive did all my test in Production mode so a lot of
in-app
and pushs
notification was send. How can I delete all of them ? (currently notifications are not in my production build so users dont gonna see it)4 replies
NNovu
•Created by loup on 11/13/2024 in #💬│support
How use FCM push in NextJS app
Okay I dont understand how we implement FCM push notification using novu in NextJS app. Because Ive added FCM to my workflow but I never receive the notification in my NextJS . My FCM (with service workers) integration seems to be good because Ive test it and its workring. FCM seems to use tokeen to authenticate a user but how novu know this token ?
4 replies
NNovu
•Created by loup on 11/13/2024 in #💬│support
Error trying to sync to cloud (code based workflow)
Ive made an
ExpressJS
api and ive setup an endpoint /novu
. Ive publish my app on subdomain.mydomain.com
but when I try to sync manually with subdomain.mydomain.com/novu
my logs :
16 replies
NNovu
•Created by loup on 11/10/2024 in #💬│support
TypeError: undefined is not an object (evaluating 'navigator.locks.request')
Im just using the default
Inbox
component from @novu/react
. Its working on desktop but on mobile I have the error. I have no idea how to debug it7 replies
NNovu
•Created by loup on 11/8/2024 in #💬│support
Best way to sync subscribers settings with Postgres database
I have my backedn using postgres db. I have a table
user
:
How can I sync this table with the subscriber setting in Novu ? I could use Postgres trigger when there is a change in postgres db and make the request too Novu ?9 replies
NNovu
•Created by loup on 11/7/2024 in #💬│support
Is Novu right for me?
Hi ! Im a student building a web app (also PWA) using Supabase as backend. I wanna add notification : in-app, push notification (like the one with Google Chrome), email, etc...
Can I do all of this with Novu ? I also need to translate every notification depending of the language of my user (in my db user can set their preferred language). Can I do that with free tier of Novu ? Or self hosted ?
Thx per advance !
7 replies