How to not build the discord bot
tapao-nonsen
FREEOP

10 months 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

Solved

10 Replies

tapao-nonsen
FREEOP

10 months ago

cfb8dd9f-f888-49ca-8103-ecf617caa7b6


brody
EMPLOYEE

10 months ago

I take it you are trying to run your bot during build? applications of any kind should only ever be run during runtime.


tapao-nonsen
FREEOP

9 months ago

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)


tapao-nonsen
FREEOP

9 months ago

I suppurate it to 2 service using index.js file to run different type of service


brody
EMPLOYEE

9 months ago

you would need to run your bot during runtime, instead of during build


tapao-nonsen
FREEOP

9 months ago

How to doing that


brody
EMPLOYEE

9 months ago

do not attempt to start the bot during build, instead, start it during runtime


tapao-nonsen
FREEOP

9 months ago

Ok I made it not to build but now it's Waiting for build to start…


tapao-nonsen
FREEOP

9 months ago

Ok Thank you


brody
EMPLOYEE

9 months ago

!s


Status changed to Solved brody 10 months ago


Loading...