TheCurrentPath...DidntMatch Django
"I am encountering the error 'The current path, say/welcome/, didn’t match any of these' while trying to access a certain URL in my Django application. I have checked my URL patterns in my app's urls.py file, and there doesn't seem to be a typographical error in the URL.
[[enter image description here](https://i.stack.imgur.com/gazLZ.png)](https://i.stack.imgur.com/4bPSK.png)
I am not sure what is causing this error, and I would like to resolve it so that I can access the desired URL. Can anyone help me figure out what's causing this error and provide a solution?