Hey folks!
I am self-hosting with Docker and using a Remix frontend and I am running the following command:
npx novu@latest dev --tunnel http://leftoverstoday-dev-01:4000 --port 4000 -d http://leftoverstoday-dev-01:4200 --origin http://leftoverstoday-dev-01:4000
And I am successfully able to hit the bridge endpoint at http://leftoverstoday-dev-01:4000/novu/api and I get this response:
{
"status": "ok",
"sdkVersion": "2.3.0",
"frameworkVersion": "2024-06-26",
"discovered": {
"workflows": 1,
"steps": 1
}
}```
But the studio is stuck on connecting to Bridge Application. What am I missing here?