diff --git a/openvidu-server/src/main/resources/templates/error/404.html b/openvidu-server/src/main/resources/templates/error/404.html new file mode 100644 index 00000000..3fedefbe --- /dev/null +++ b/openvidu-server/src/main/resources/templates/error/404.html @@ -0,0 +1,50 @@ + + + +

+ ERROR: unknown URL + + + +

+

+ OpenVidu Server does not have path + + + + mapped +

+

+ If you are seeing this message as a result of COMPOSED recording, the + problem is most likely an issue with the recording URL.
+ Current recording URL is
The + recording service cannot access the recording layout through this URL.
+ Use OpenVidu configuration property OPENVIDU_RECORDING_COMPOSED_URL + to provide a valid URL for the recording service to connect to. +

+ + + + + + + \ No newline at end of file