You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I run imposter up in local environment. It doesn't complain ( it does complain when I actually only hit the url /air-buzz/oauth/token but doesn't complain in the compile phase or for other urls).
The same code when I am deploying in AWS lambda, it complains at the time compiling while booting).
I wanted to know if there are some settings/configs that I can add in the local Docker Image as well so that whenever I run locally (imposter up) I get all these errors up front.
I have the following mock config
and
plugnplay/auth-response.js
file has following content. Which has some syntax error, ( no closing braces for authResponse object).When I run
imposter up
in local environment. It doesn't complain ( it does complain when I actually only hit the url /air-buzz/oauth/token
but doesn't complain in the compile phase or for other urls).The same code when I am deploying in AWS lambda, it complains at the time compiling while booting).
I wanted to know if there are some settings/configs that I can add in the local Docker Image as well so that whenever I run locally
(imposter up)
I get all these errors up front.Other Informations:
outofcoffee/imposter:4.0.3
.Happy to provide more details if needed.
Thanks in Advance.
The text was updated successfully, but these errors were encountered: