It seems that deep links for course items need to be checked more strictly, as our backend detected the following invalid requests:
Due to DeepLinkUtil's removal of slashes, we end up with these weird IDs. I'm not sure if we support any nested links like courses/*/items/*/another_action or if this needs to be avoided at all. Anyway, please fix this and add tests.
It seems that deep links for course items need to be checked more strictly, as our backend detected the following invalid requests: Due to
DeepLinkUtil
's removal of slashes, we end up with these weird IDs. I'm not sure if we support any nested links likecourses/*/items/*/another_action
or if this needs to be avoided at all. Anyway, please fix this and add tests.