Hi All,
I am working on EDS locally. I have created my repository from boilerplate code.
In my google drive, i have created one home page (google doc with just some texts) parallel to index, nav and footer page, but when i am trying to preview that home page it is rendering fine in main-eds link but upon hitting http://localhost:3000/home, header is loading fine and below i am getting 404 and footer is also not loading in homepage.
if i am separately hitting footer, nav and index in 3000, they are loading fine.
What can be the issue? I have already updated my fstab.yml file in my local.
Case is different when I am creating the repo myself. Everything is working as expected in that case.