Issue
When more than one Published REST service uses the same path 'oauth/v2', the system shows one of the following error messages:
Code: CE3470
Message: This app contains more than one service with path 'oauth/v2': '<Module name>.<document name>', '<Module name>.oauth2'.
Element: -
Document: Published REST service '<Document name>'
Module: <Module name>
Code: CE3470
Message: This app contains more than one service with path 'oauth/v2': 'Module name>.oauth2', 'Module name>.<document name>'.
Element: -
Document: Published REST service 'oauth2'
Module: <Module name>
Environment
Mendix Studio Pro 9.22 and higher
Cause
The checks for REST services were enhanced to yield improved performance and clearer error messages. Now, Studio Pro checks for different operations on the same endpoint.
These kinds of operations were never possible, but they were not checked before.
Solution/Workaround
Each service must be hosted on its own path.
0 Comments