Steps I have followed so far:
npm i -g @sitecore-jss/[email protected] jss create testapp nextjs --branch release/18.0.0 jss start Add output:'export' in next.config.js file npm run build - **This command throws the below error**
TypeError: Only absolute URLs are supported
at getNodeRequestOptions (C:\Repos\JSS\testapp-jss\node_modules\node-fetch\lib\index.js:1305:9)
at C:\Repos\JSS\testapp-jss\node_modules\node-fetch\lib\index.js:1410:19
at new Promise ()
at fetch (C:\Repos\JSS\testapp-jss\node_modules\node-fetch\lib\index.js:1407:9)
at fetch (C:\Repos\JSS\testapp-jss\node_modules\cross-fetch\dist\node-ponyfill.js:10:20)
at C:\Repos\JSS\testapp-jss\node_modules\graphql-request\dist\index.js:163:42
at step (C:\Repos\JSS\testapp-jss\node_modules\graphql-request\dist\index.js:63:23)
at Object.next (C:\Repos\JSS\testapp-jss\node_modules\graphql-request\dist\index.js:44:53)
at C:\Repos\JSS\testapp-jss\node_modules\graphql-request\dist\index.js:38:71
at new Promise () {
type: 'TypeError'
Need help on this issue