Error in running the publish build cocos2d V3.10

Hello,
I created an empty project using cocos2d V3.10. Previously if i wanted to run the project which is not a published build, I had to run it by cocos run command. but for published build, I could directly run the index.html in browser. but for 3.10 I am not able to run it directly and I am getting the following errors

1> “XMLHttpRequest cannot load file:V0.0.1/publish/html5/project.json. Cross origin requests are only supported for protocol schemes: http, data, chrome, chrome-extension, https, chrome-extension-resource.”

2> “Uncaught TypeError: Cannot read property ‘tagName’ of null”

3> “Failed to load resource: net::ERR_FILE_NOT_FOUND”

in “game.min.js”

In this case how to run the published build?

Please guide me Thank you :slight_smile:

I’ve tried it with my v3.10 project and I’m getting the same error when creating a release build.