Hi everyone (I’m still taking baby steps so forgive the naivety).
I have an app that I want to move to a new custom sub-domain.
- the app uses APIs for OpenAI and Mailersend
- notification emails are currently going from no-reply@currentbrand@bubble.io
I built the app 6 months ago, have forgotten everything and am terrified of destabilising it all. I don’t really want to re-initialise all my APIs and potentially wreck the app.
Is the path of least resistance to:
a) leave the underlying bubble.io domain as currentbrand@bubble.io and then configure Sendgrid to send emails so that recipients no longer see no-reply@currentbrand@bubble.io?
b) disconnect the current custom domain and connect up to the new custom domain?
I believe the APIs recognise the bubble.io domain, so is this the safer way of making the change?
Or, do I need to perform a radical operation and:
- copy the app from currentbrand.bubble.io to newbrand.bubble.io
- make the custom domain changes
- reinitialise all my APIs again?
As I said, I’m trying not to mess up the app that I’ve forgotten how it works