Call to a member function getContext() on null

Yes.I added the domain name through the below command
./flow domain:add
and successfully run too, but screen remain same
image

Even I Flushed the cache, repair the node also.
Just for adding, I use the below procedure to create the site

  1. Kickstart the project with ./flow kickstart:site My.Site
  2. Use git clone https://git.my.com/neos-myite.git and put it to the following
    directory ///Neos/Packages/Sites/
  3. Import the project with ./flow site:import My.Site
  4. Repair all nodes with ./flow node:repair
    ./flow flow:core:migrate My.Site
    5 add a domain name.

Please Suggest me