xiaoduyu.com icon indicating copy to clipboard operation
xiaoduyu.com copied to clipboard

后端启动后启动前端,然后发生error

Open KentaIbayashi opened this issue 4 years ago • 0 comments

webpack:///./src/app/redux/utils/graphql.ts?:125
                            resolve(result.data[apis[0].aliases || apis[0].api]);
                                               ^

TypeError: Cannot read property 'sitemap' of undefined
    at _callee$ (webpack:///./src/app/redux/utils/graphql.ts?:125:48)

I've got this error..... How can I fix this? After run api server, I have already written config file in frontend as localhost:3000.

KentaIbayashi avatar Dec 14 '20 12:12 KentaIbayashi