Skip to content

Conversation

cesnietor
Copy link
Collaborator

If there's an error while serving the APIs, there's no way to know what went wrong.
This helps a bit with it.

Before:

√ console(master) % make && CONSOLE_ACCESS_KEY=minioadmin CONSOLE_SECRET_KEY=minioadmin CONSOLE_MINIO_SERVER=http://localhost:9009 CONSOLE_DEV_MODE=on ./console server
Building Console binary to './console'
?1 console(master) % 

After:

√ console(master) % make && CONSOLE_ACCESS_KEY=minioadmin CONSOLE_SECRET_KEY=minioadmin CONSOLE_MINIO_SERVER=http://localhost:9009 CONSOLE_DEV_MODE=on ./console server
Building Console binary to './console'
error serving API: listen tcp :9090: bind: address already in use
?1 console(master) % 

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants