Debugging bridge errors
How can I debug this error: -- i can't seem to find any helpful logs to figure out what is going on
2 Replies
@sheena, you just advanced to level 1!
i've ensured that NOVU_SECRET_KEY is set in the env
when i try via the curl command from the studio, i get
also, is there a way to tell the tunnel to keep the same protocol as my bridge endpoint? e.g. when i run against my local environment which happnes to be accessed with https, i get but then when i curl the tunnel URL it strips the
https
from https://local.xxx.yyy/api/novu
and forces http
and givse me a message like {"message":"Could not connect to http://local.xxx.yyy... Make sure you are running your local app server"}