After build the app with command gatsby build i got several 404 errors with page-data.json

In addition, i have a dynamic routes set in the project (I don't know is this is related to the error, but i have a little suspect about this). Also, if you see something that is wrong i really appreciate your observations.
I just have a index.js file in the pages folder:

And this is my config file gatsby-node.js:

I just do gatsby build and serve the folder with a simple http server live-server, also tested on WAMP server.
No errors on console should be displayed.
Several 404 errors on the browser console pointing to page-data.json
System:
OS: Windows 10
CPU: (8) x64 Intel(R) Core(TM) i7-7700HQ CPU @ 2.80GHz
Binaries:
Yarn: 1.17.3 - C:\Program Files\nodejs\yarn.CMD
npm: 6.10.3 - C:\Program Files\nodejs\npm.CMD
Languages:
Python: 2.7.15 - /c/Users/Ali Enrique Brice帽o/.windows-build-tools/python27/python
Browsers:
Edge: 44.18362.387.0
npmPackages:
gatsby: ^2.15.15 => 2.15.15
gatsby-plugin-resolve-src: ^2.0.0 => 2.0.0
gatsby-plugin-sass: ^2.1.13 => 2.1.14
Hiya!
This issue has gone quiet. Spooky quiet. 馃懟
We get a lot of issues, so we currently close issues after 30 days of inactivity. It鈥檚 been at least 20 days since the last update here.
If we missed this issue or if you want to keep it open, please reply here. You can also add the label "not stale" to keep this issue open!
As a friendly reminder: the best way to see this issue, or any other, fixed is to open a Pull Request. Check out gatsby.dev/contribute for more information about opening PRs, triaging issues, and contributing!
Thanks for being a part of the Gatsby community! 馃挭馃挏
Hey again!
It鈥檚 been 30 days since anything happened on this issue, so our friendly neighborhood robot (that鈥檚 me!) is going to close it.
Please keep in mind that I鈥檓 only a robot, so if I鈥檝e closed this issue in error, I鈥檓 HUMAN_EMOTION_SORRY. Please feel free to reopen this issue or create a new one if you need anything else.
As a friendly reminder: the best way to see this issue, or any other, fixed is to open a Pull Request. Check out gatsby.dev/contribute for more information about opening PRs, triaging issues, and contributing!
Thanks again for being part of the Gatsby community! 馃挭馃挏
I'm also getting 404 for prefetch request /page-data//page-data.json . Not sure where is this double slash coming from, possibly something is missing between these 2 slashes..
Most helpful comment
I'm also getting 404 for prefetch request /page-data//page-data.json . Not sure where is this double slash coming from, possibly something is missing between these 2 slashes..