Request not sent to local server in preview mode

I installed a new macro and created a template in global template and blueprint menu using that macro. I clicked on preview to view that in view mode, but request is not sent to local development environment and encountered the error below.

cfetch.ts:64 
 GET https://nishank-dev-cloud-1.atlassian.net/wiki/pages/breadcrumb.action?pageId=0 404 (Not Found)
bundle.esm.js:63 Uncaught (in promise) Error: GraphQL error: An error occurred when retrieving the data
    at new t (bundle.esm.js:63:28)
    at bundle.esm.js:1247:40
    at bundle.esm.js:1569:25
    at Set.forEach (<anonymous>)
    at bundle.esm.js:1567:32
    at Map.forEach (<anonymous>)
    at e.broadcastQueries (bundle.esm.js:1555:22)
    at bundle.esm.js:1659:27
    at Object.next (Observable.js:322:23)
    at y (Observable.js:135:18)

As far as I understand, templates are not “real” pages, and you won’t be able to query the pages api to retrieve the page content.

Earlier preview was available for the macro. Now also, suppose if i add a text to the template along with the macro, text is visible but the error is same in retrieving the macro. we aren’t querying the pages api here