What's the difference between localhost:3000 and localhost:3000/alta? #586
-
As a newcomer to the project, it's very confusing to see one site displayed when I navigate to So very generally: what's the difference? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
This application supports multitenancy. Alta is just one of the organization names used for development. There is also seed data for an organization name of Baja. localhost:3000/alta and localhost:3000/baja will look the same minus their names and org specific data. The org specific home pages design was recently updated. That's the only reason it looks different from the root page at localhost:3000 (I'm not sure if/when that will be updated or what the planned use case for it is) |
Beta Was this translation helpful? Give feedback.
This application supports multitenancy. Alta is just one of the organization names used for development. There is also seed data for an organization name of Baja. localhost:3000/alta and localhost:3000/baja will look the same minus their names and org specific data.
The org specific home pages design was recently updated. That's the only reason it looks different from the root page at localhost:3000 (I'm not sure if/when that will be updated or what the planned use case for it is)