Cannot create new APIs.
See original GitHub issueAfter basic installation with docker in local machine. The Mockbin application is launched in port 8080 but while creating new APIs its giving a timeout.
starting server on port: 8080 GET / 304 301.043 ms - - GET /bin/create 200 76.276 ms - - POST /bin/create 201 15.404 ms - 269 GET /bin/1c4a8e63-2327-4597-826e-137cbd2ccba5/view - - ms - - GET /bin/d0cfaf36-8e9c-48d5-be9b-a199c1160e70/view - - ms - - GET /bin/0525b904-371c-4b9d-acd0-648e815ca902/view - - ms - -
These are the commands that were used to run the application.
sudo docker run -d -p 6379:6379 --name mockbin_redis redis
sudo docker run -d -p 8080:8080 --link mockbin_redis:redis mashape/mockbin
There are no logs listed in the docker logs.
Issue Analytics
- State:
- Created 7 years ago
- Comments:5 (3 by maintainers)
Top Results From Across the Web
API Management Could not create an API - Microsoft Q&A
API Management Could not create an API. Hello,. I'm importing azure functions from azue function app (app service plan) in my APIM.
Read more >Cannot create new API - Auth0 Community
Is there an entry in the tenant logs? ... I am getting this error as well, and I just created an account for...
Read more >Deployment fails with "Cannot create a new asset version of ...
when trying to deploy to RTF deploy fails with "Cannot create a new asset version of type rest-api"
Read more >I can not see "Create new API token" - Kaggle
Hi, I had the same problem. Try this, click on your top right profile picture, go into Account (not Profile) and you should...
Read more >foursquare api - I can't create new application - Stack Overflow
I just received an answer to my request to the foursquare API team. It was an issue affecting some new accounts. It should...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
thanks for reporting, will make a note to add proper docker logs as well.
great, about to push new release with that fix