Hi @DomingoLupo,
Just to clarify, when you say dev environment URL, do you mean:
- Calling the production web trigger URL still invokes the development app instance, or
- The presence of
-devin the URL makes it look like it is a development environment URL
If number 2, then having a -dev in the URL is expected and should still invoke the production app instance. A development and production installation provides unique installation IDs; generating URLs for both environments using the unique installation IDs produces different web trigger URLs.
Hope this helps.
Ian