Meteor-React connect to distant Meteor server

Hi,

I have a distant meteor server, and I want to connect my meteor client with react to it.
I did : DDP_DEFAULT_CONNECTION_URL=<server_url> meteor

I can call the meteor methods, but my view is reloading every 3secs. I think it’s because the meteor client think the url is for the websocket and get it every 3secs.

My general question is : how can I connect my meteor client with react to my distant meteor server ?
Thank you :slight_smile: