Hi Guys, my Strapi project runs on Heroku. I’m thinking about creating a domain name for this project so that the real web address / API is not revealed. Besides, it also makes my api shorter. (Maybe you can understand it as a kind of proxy.) My question is if it makes sense and if it can cause errors in data transmission because it is being a redirected api.
Thanks in advance!
You can run into issues but Heroku has a good document on how best to do this:
@DMehaffy Thank you very much! There is really a lot to learn!