tapao-nonsen
FREEOP
a year ago
I have tried to run discord bot but it's always build first and result to be failed due timeout but it's was work fine during build
10 Replies
a year ago
I take it you are trying to run your bot during build? applications of any kind should only ever be run during runtime.
Yes it's suppose to run on deploy but it's always build due it's has sharing repo of frontend (Next.js) and Backend (Discord Bot)
I suppurate it to 2 service using index.js file to run different type of service
a year ago
you would need to run your bot during runtime, instead of during build
a year ago
do not attempt to start the bot during build, instead, start it during runtime
10 months ago
!s
Status changed to Solved brody • 11 months ago