I am working through my first integration feature and trying to test a custom action. However, I am not seeing anything in the access log on my endpoint.
Feature Setup:
Recipe:
Custom Action:
Postman Post Response:
Endpoint Access Log:
However, when I add the integration to a board to test it, I do not see anything in the endpoints access log.
Searching the forum lead me to this discussion where @basdebruin indicates that middleware might be part of the solution.
Custom action - endpoint not working - monday Apps & Developers - monday Community Forum
It looks like the middleware example is decrypting a short-lived token to use with the API. My app will not need to interact with the API at this point and I already have a CORS middleware running on my endpoint. Is there something else that the middleware is doing that I am missing? My backend is running FASTAPI so it would take a bit to figure out the short-lived token middleware.