Comment by 🐦 roughnecks

Re: "Links in email notifications, when running behind nginx"
In: s/Bubble-Issues

Ok, sorry if I keep commenting here, but.. anytime I post something on my bubble, it redericts me to `URL:port/something` where gmcapsule is listening, bypassing nginx.

This still works because gmcapsule listens on 0.0.0.0 and the port is open, but it's not really what I want.

🐦 roughnecks [OP]

Mar 09 · 9 months ago

4 Later Comments ↓

🕹️ skyjake [mod...] · 2025-03-13 at 08:09:

This kind of network configuration was never considered when I wrote Bubble, so I'm not surprised it's not quite working. There currently isn't a way to define a "public" hostname/port vs. the internal one coming from GmCapsule, but that seems like a useful feature to add.

This should fix all the redirects, too.

There is no global option to disable Titan. I could add a Bubble option for that.

🐦 roughnecks [OP] · 2025-03-13 at 08:20:

Thanks. I guess there is no need to disable Titan if you're going to fix the issue wirh nginx/redirects, should be related.

🐦 roughnecks [OP] · Sep 12 at 18:45:

Hello. Any update on this?

🕹️ skyjake [mod...] · Sep 13 at 08:22:

Not yet, but I'm planning to do a "sprint" of Bubble development soon.

Original Post

🌒 s/Bubble-Issues

I have configured gmcapsule with a custom port and I'm serving it as a backend to nginx stream. So gmcapsule is listening on port 1967 but nginx serves it on standard port 1965, which doesn't need to be declared in URL. Mail notifications from Bubble have links reporting "[gemini link]" which would be actually correct, but that's not the real address I'm serving Bubble to, so it should be "[gemini link]". Any way this can be tweaked?

💬 roughnecks · 6 comments · Mar 09 · 9 months ago