Jump to content

Slow development


kaz
 Share

Recommended Posts

  • kaz changed the title to Slow development
  • 2 weeks later...
  • 1 month later...

A bit late to the party. It happened to me years ago and I can remember it was an issue with DNS. You don't give lot of details, but you can try the following: adding your hostname in the hosts system file

Open a terminal, and:

  1. get your hostname > type `hostname` and take a note of the result
  2. add it to your hosts file > type `sudo nano /etc/hosts` and add the following
127.0.0.1 localhost YourHostname.local
::1       localhost YourHostname.local

   3. Clear the DNS cache > type `sudo killall -HUP mDNSResponder;say DNS cache flushed`

Now, test your backend.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...