Deployment has crashed /bin/bash: line 1: ./server: No such file or directory
I'm trying to create an Agora token service, using an already-created repo. Here is my repo's githublink.
https://github.com/artunerol/agora-token-service
I deployed the code, but after sometime it crashes and giving me the error below
/bin/bash: line 1: ./server: No such file or directoryWhat should I do about this? I guess my project id is this: project ID: 45ba2a0a-0866-4571-9e46-12b4d942385c
GitHub
GitHub - artunerol/agora-token-service
Contribute to artunerol/agora-token-service development by creating an account on GitHub.
Solution:Jump to solution
build command:
go build -o agora-token-service cmd/main.go
start command: ./agora-token-service
...4 Replies
Project ID:
45ba2a0a-0866-4571-9e46-12b4d942385c
that repo is private, there's not too much we can help with if we can't see the code/repo
sorry. just made it public
Solution
build command:
go build -o agora-token-service cmd/main.go
start command: ./agora-token-service