#I tried to login but getting this error
1 messages · Page 1 of 1 (latest)
The step I followed is the same as the one on github readme whuch is:
clone the repo, npm run setup:dev ,npm run docker:dev,npm run db:migrate:deploy, npm run serve:client
console logs:
ApolloError: Failed to fetch
at new ApolloError (index.ts:101:5)
at Object.error (QueryManager.ts:355:17)
at notifySubscription (module.js:137:1)
at onNotify (module.js:176:1)
at SubscriptionObserver.error (module.js:229:1)
at Object.error (asyncMap.ts:52:46)
at notifySubscription (module.js:137:1)
at onNotify (module.js:176:1)
at SubscriptionObserver.error (module.js:229:1)
at iteration.ts:13:60
terminal :
[amplication-server] error 2023-11-29T07:40:42.343Z ERROR [Connection] Connection error: connect ECONNREFUSED ::1:9092 {"timestamp":"2023-11-29T07:40:42.119Z","logger":"kafkajs","broker":"localhost:9092","clientId":"amplication-server-8d989908-fbe5-4807-8227-240047b02de4-server","stack":"Error: connect ECONNREFUSED ::1:9092\n at TCPConnectWrap.afterConnect [as oncomplete] (node:net:1555:16)\n at TCPConnectWrap.callbackTrampoline (node:internal/async_hooks:130:17)"} {}
but the main error showing is "ApolloError: Failed to fetch "
hey