I have website’s source using Sharetribe platform, and database of it. I already do the Sharetribe’s instruction document. Then I load database to schema and run local server, and I got error time out.
Can you post more details about the error you are seeing? What are the exact commands you are running?
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
@Quentin_lm I haven’t seen this error before. Looks weird.
It seems that you have landing page enabled, right? Can you access the search page from path /s
? (E.g. if you’re running our server in port 3000, http://localhost:3000/s
Hi @rap1ds ! Thanks for your answer.
Unfortunately, I’ve the same issue when I’m trying to access the search page : ERR_CONNECTION_TIMED_OUT.
Any idea ?
What are the values in the communities
table for columns domain
and use_domain
? Try to set domain
to NULL
and use_domain
to false
.
If this doesn’t work, could you post more information about the issue. I’m interested in the whole log that you see, configurations in config.yml, information about your environment etc.
Hope this helps!