I added a domain for my Strapi project on Heroku. It seems to work, but one question...?

Hi Guys,
I added a domain for my Strapi project on Heroku. It seems to work.

My question is: Will my newly added domain work just as reliably as the original Heroku address “https://my-strapi-project.herokuapp.com”? I mean, if the number of users increases and will apis still function stably? Does anyone have experience with it and can report something about it?

Thanks in advance! :+1:

Domain should have no impact on performance, it’s just resolving the domain to an IP address which Heroku proxies to your application. It’s no different than dialing a full phone number or using an extension inside of an office.

1 Like

That’s really great, then I did it right!
Thank you very much! :+1:

1 Like