Hello, I am trying to get my admin instance working but it keeps connecting to localhost instead of the hostname i am trying to define. It seems as though its not using the env variable
I am really new to this and I am not sure why it is not working
Here is my .env file
COOKIE_SECRET=[redacted]
STRIPE_API_KEY=
STRIPE_WEBHOOK_SECRET=
ADMIN_CORS=https://demo-store-admin.[redacted].com
STORE_CORS=https://demo-store.[redacted].com
BACKEND_URL=https://demo-store-backend.[redacted].com
MEDUSA_BACKEND_URL=https://demo-store-backend.[redacted].com
Thank you for the support!