Different subdomains for different components
A
Adam V
For example, a Django app can run on the apex domain, a web service on 'api.', and a static wiki on 'docs.'
B
Bikram Gupta
Hi, just wanted to confirm that we have started working on it. I will reply when the public preview is ready this month.
B
Bikram Gupta
Hi, just wanted to confirm that we have started working on it. I will reply when the public preview is ready this month.
Alan Hamlett
Yes, this is a huge limitation when building a complete product on App Platform. Without subdomains for different components I can only use App Platform for hobby projects. I need different login cookies for different components, and the only clean way to do that is using subdomains.
Dennis Lysenko
Or your api component can run on
api.example.com
, and your frontend can be at example.com
the standard. Then some other apps like support.example.com
can be added under the same platform.