Meteor deploy to custom domain

Hi there,

I know there are several tutorials out there but none worked for me, and it’s drving me mad. I’m trying to deploy my meteor app to ‘test.mydomain.com.’. I added a CNAME with a name ‘test.mydomain.com’ and added ‘origin.meteor.com’ as a record of the CNAME. The I did meteor deploy test.mydomain.com, but when I visit the page it does not work. The server I use is not my own server. I have no idea what I am missing to get this working. Can anybody possibly see what I can do about this?

Thanks.

PS: I’m using a Windows.

I use A records instead. Note that I haven’t tried this for a sub-domain but I think it will work the same.

Here they are:
54.83.1.203
54.83.54.187
54.163.249.45
54.225.83.89
54.243.218.35
54.243.218.122
107.21.116.12

1 Like

Thanks, that did it! I figured it out and it worked!