No response from my localhost after importing my online marketplace database

I installed Sharetribe on my Ubuntu 16.04 local machine and run a fresh new copy with a new database and everything was fine .
I requested for my database file from the sharetribe team and after I received my files, I followed the instructions and imported successfully my database on mysql local server and edit my config/database.yml file with my new configuration .
The problem is when I visit my http://localhost:5000 or http://lvh.me:5000 the browser keep loading and nothing is shown up and the server console shows a GET request but no response after it and when iI wait for it to complete its loading it forwards me to the marketplace link followed by the port number that my local server is using http://www.mymarketplacename.com:5000

Is there anyone who know how to resolve this issue.
Thank you in advance .

1 Like

Hello Sharetribe community.

I have already found the solution for my problem.
It was a problem of the host domain in the communities table in sharetribe database.
So after downloading the database file and import it on my mysql local server, I went to the Table: communities > Column : domain, and I changed the content to “localhost”.

Thnx all .

2 Likes

Should I request my database file from the sharetribe team if I have open source platform v6.1.0?
Or this only for paid sharetribe versions. How to be if I need export/backup my database from production server and import the database on mysql local server for developing. I have admin rights.
Could you explain this clearly.

Hi,
You can reach me at railsheaven@gmail.com.
I can guide you.

Regards
Mo. Nadeem
Top rated developer on Upwork

1 Like

@alex.shah The Sharetribe Team can only provide a backup of your marketplace if it is hosted at sharetribe.com.

Otherwise, you can simply import/export your database and local files/assets, to your new server. There isn’t anything specific to Sharetribe and you can find information about MySQL import/export at https://dev.mysql.com/doc/

If you are not familiar with that, getting help from an someone else, like @mnsaeed91, can be a great way to move forward quickly!

1 Like

Thomas,
Thank you for link and for response.