Rifki Salim
Explore posts from serversDTDrizzle Team
•Created by Rifki Salim on 1/10/2024 in #help
Ensure Drizzle findMany conforms to Typebox schema
Hi All,
I am running into an issue when using drizzle with an elysia app.
I have the following typebox schema which uses drizzle-typebox to generate types for typebox
in the file where i define the route handler for the Elysia app, the
getCompanies
function is highlighted saying that the response object does not match the schema provided in the interface.
any idea on how to fix this? thanks in advance!1 replies
NNovu
•Created by Rifki Salim on 8/11/2023 in #💬│support
AxiosError and Notifications not being sent
We are accessing the Novu API (Novu Web/Hosted Version) using the @Novu/node package and recently when we try to send bulk notifications we get this error:
Normal triggered notifications aren't showing up on the activity feed either.
Bulk Trigger code
I also noticed that our @Novu/node package version is 0.14.0. Is the cause of this error due to our package being out of date?
17 replies
NNovu
•Created by Rifki Salim on 3/24/2023 in #💬│support
Self Hosted instance tries to connect to localhost instead of custom URL
Hi Team. I was able to successfully setup Novu using docker and the containers managed to start up with no issues. I have set up the env variables in the .env file successfully. However, when I try to connect to my self hosted instance and sign up, I get "Network Error" in the UI. Upon checking the console, I see that the POST request related to registering the user is being sent to http://localhost:3000/v1/auth/register instead of the custom URL which would obviously fail
I checked similar threads and tried to use ghcr.io/joeyeamigh/novu/web:nv-1803 as the web container, but I get the same issue.
Additionally, I am using NGINX as a reverse proxy and I have set the context paths accordingly
14 replies
NNovu
•Created by Rifki Salim on 2/23/2023 in #💬│support
Self Host Novu
Hi there! I recently came across Novu and I think it is a really cool way to manage notifcations across multiple channels. That being said, I would like to deploy Novu on a Virtual Private server via docker. However, the documentation on doing this seems to be a bit limited. I would like to use this deployment of Novu for production and use a custom domain for the Novu dashboard with SSL. Is there a recommended way to do this?
1 replies