You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, is it possible to use a custom domain for preview deployments ? I'm having trouble configuring this.
Here is what I want to do:
Preview Deployments
Domain : preview.mydomain.com
Visit preview.mydomain.com then see Home Page.
Visit app.preview.mydomain.com then see App.
Visit {ORGANIZATION}.preview.mydomain.com then see the specific organization page.
Production Deployments
Domain : mydomain.com
Visit mydomain.com then see Home Page.
Visit app.mydomain.com then see App.
Visit {ORGANIZATION}.mydomain.com then see the specific organization page.
Has anyone managed to make it work like this?
Thanks in advance!
The text was updated successfully, but these errors were encountered:
I took this config and i added it in the environment variables UI tab of the project's settings in vercel. I created a preview environment variable and I made it match the branch i named preview
Hello, is it possible to use a custom domain for preview deployments ? I'm having trouble configuring this.
Here is what I want to do:
Preview Deployments
Domain :
preview.mydomain.com
Visit
preview.mydomain.com
then see Home Page.Visit
app.preview.mydomain.com
then see App.Visit
{ORGANIZATION}.preview.mydomain.com
then see the specific organization page.Production Deployments
Domain :
mydomain.com
Visit
mydomain.com
then see Home Page.Visit
app.mydomain.com
then see App.Visit
{ORGANIZATION}.mydomain.com
then see the specific organization page.Has anyone managed to make it work like this?
Thanks in advance!
The text was updated successfully, but these errors were encountered: