Deployement issue
Im currently facing this issue inside my deployed version. can someone help me out
14 Replies
im gettting a 431 response when im trying to sign in
i am currently trying to deploy using kubernetes
and here is my error response
Hi @N01R
Thanks for reaching out
But community self host deployment on kubernets is out of discord support's channel scope.
this is included in our Commercial self host plan.
happy to chat in person or we can schedule a call to share more info about commercal self host plan
https://docs.novu.co/getting-started/commercial-open-source
Hi, How to disable MemoryDB and Elasticache when i used redis
HI @Pawan Jain After novu deployment , I am getting this error , Mixed Content: The page at 'https://novu-n8ncrcl.nanoheal.work/auth/signup' was loaded over HTTPS, but requested an insecure XMLHttpRequest endpoint 'http://novu-api-n8ncrcl.nanoheal.work/v1/auth/register'. This request has been blocked; the content must be served over HTTPS.
Novu Manage Platform
Novu Manage Platform
@Pawan Jain Can you please tell me the sourse file or any other method to resolve this inside the novu github repo
@Nikesh L
I feel this is CORS error.
you are trying to access api hosted on http from website hosted on https
right..but how to resolve this issue ??
use https api and update env variables with updated https url
HI @Pawan Jain I tried this still the issue persists , now its showing
Looks like env is not updated
because it is still making request on http
ok let me check
Hi @Pawan Jain which env should i be using ? there are 4 test , production , development or example ?
production
is versel env needed ?
Hi @Pawan Jain I have deployed novu on ec2 instance , How do i access its functions? Right now if i try i returns 401 error