You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I'm running npm run export nothing is proceeding further. I debugged little more and printed logs to understand what could be the issue and fetchResponse is not getting resolved.
There is not even log for following:
console.log('Connected to server ...');
console.log('Exporting ...');
I can see the changes being reflected when I run npm run dev, but when I run export, there is issue. Let me know what can I do to make it work.
Case
Issue
npm run export
is not workingInfo
Reproduce
npm run export
nothing is proceeding further. I debugged little more and printed logs to understand what could be the issue andfetchResponse
is not getting resolved.There is not even log for following:
I can see the changes being reflected when I run
npm run dev
, but when I run export, there is issue. Let me know what can I do to make it work.Terminal output when I run
npm run dev
when I put more logs in
fetchResponse
:Even after local server has started locally, still there is response status code is 404.
The text was updated successfully, but these errors were encountered: