docs: added list of restricted envs and subdomains (#12810)
This commit is contained in:
@@ -64,7 +64,7 @@ To create a project:
|
||||
|
||||
6. In the next step, configure the project's settings:
|
||||
- Enter the name of the project.
|
||||
- Enter a custom subdomain for the project. All projects are subdomains of `medusajs.app`. For example, if you enter `my-project`, the project will be accessible at `my-project.medusajs.app`.
|
||||
- Enter a custom subdomain for the project. All projects are subdomains of `medusajs.app`. For example, if you enter `my-project`, the project will be accessible at `my-project.medusajs.app`. Refer to the [subdomain restrictions](#subdomain-restrictions) section for more details.
|
||||
|
||||

|
||||
|
||||
@@ -109,6 +109,18 @@ If you encounter any issues while creating a project:
|
||||
- [Check the build and runtime logs of the project's production deployment](../logs/page.mdx).
|
||||
- [Contact support for help](../support/page.mdx).
|
||||
|
||||
### Subdomain Restrictions
|
||||
|
||||
When you choose a subdomain for your project, it must be at least five characters long. It also can't be one of the following reserved subdomains:
|
||||
|
||||
- `medusa`
|
||||
- `admin`
|
||||
- `staging`
|
||||
- `production`
|
||||
- `preview`
|
||||
- `development`
|
||||
- `proxy`.
|
||||
|
||||
---
|
||||
|
||||
## Access Deployed Project
|
||||
|
||||
Reference in New Issue
Block a user