Engine API not working
Unable to render this definition The provided definition does not specify a valid version field.
Please indicate a valid Swagger or OpenAPI version field. Supported version fields are swagger: "2.0" and those that match openapi: 3.x.y (for example, openapi: 3.1.0).
hi @SagarKarmoker
In the image you pasted the first key is "openapi": "3.0.3".
Can you share more details:
- which Engine version you are using?
- Seems like you are running it
locally& usingngrok? - Can you try setting the
ENABLE_HTTPStotruewhen running locally and see if you are able to connect to it via dashboard.
In the meantime I will try it with ngrok and check it.
I am using docker latest image and for exposing the engine address using ngrok
@SagarKarmoker
are you still facing this issue?
I @SagarKarmoker
I tried the same setup and everything seemed to work for me. Can you confirm the below:
- On your
.envfile the make sure to comment/remove the variableENABLE_HTTPSother it gives errors..
@farhanW3 I am using docker where can I make these .env changes?
@SagarKarmoker I see what is happening. Will look into a fix for it
@SagarKarmoker
we have pushed an update on the Dashboard. If you can give it a try.
Sure I will do that. Let's give you an update as soon as possible
Now working fine. Thanks dude