KaisSalha
NNovu
•Created by KaisSalha on 5/27/2024 in #💬│support
Dev studio doesn't detect a local https endpoint
To keep my dev environment as close as possible to prod, I use https locally.
That's particularly useful when working with sessions and cors settings.
Dev studio doesn't detect the endpoint when I have https on, even though I can query it through the browser.
I was able to get it working by only reverting to http which is not desirable.
6 replies
NNovu
•Created by KaisSalha on 5/26/2024 in #💬│support
Issue with importing serve function
I'm trying to follow this guide: https://docs.novu.co/echo/concepts/endpoint
and this is broken:
import { EchoRequestHandler, ServeHandlerOptions } from '@novu/echo';
Those aren't exported from the package
7 replies