Hi,
I have already done the Sharetribe’s instruction document. However when I’m trying to fill my empty local database with the existing one that I had from my sharetribe export, to run locally my marketplace with my real datas, I’m getting an error time out.
I’m running two commands : foreman start -f Procfile.static
and in another window at the same time bundle exec rake jobs:work
.
Just before dumping my exported database into the new one that I’ve locally, it was working : I could create a new admin, setup my marketplace, etc. However, each time I’m trying to fill my database with the one exported, I’m having this error ERR_CONNECTION_TIMED_OUT
in my browser.
Only when I shutdown the server, I can see these following logs :
Could you help please ?
Thanks