Different subdomains for different components
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.