Skip to content

FAQ Common problems

Stian Håklev edited this page Nov 15, 2017 · 5 revisions

Q: It works on my local computer, but not when someone connects to my computer using my public IP address

You need to specify the URL of ShareDB.

Create a file called settings.json in ./frog, containing:

"public": { "sharedburl": "ws://yourip.210.1:3002" }}

and start meteor with meteor --settings settings.json

Clone this wiki locally