This message was deleted.
# general
s
This message was deleted.
t
Hi @sidi amine bouhamidi you need to add the
--local-response-templating
CLI parameter when starting up WireMock.
s
thank you @Tom for your answer. I started my container with the extra parameter but still have the same problem described above.
Copy code
docker run -itd --rm -p 9000:8080 --name wiremock -v $PWD/mocks:/home/wiremock wiremock/wiremock --local-response-templating
oh! now it's working. I added
"transformers": ["response-template"]
and everything is working well now
thank you @Tom
👍 1