- Issue created by @ronaldtebrake
- Status changed to Needs review
5 months ago 10:37am 17 June 2024 - Status changed to Fixed
5 months ago 8:07am 21 June 2024 Automatically closed - issue fixed for 2 weeks with no activity.
We're getting some errors in our logging:
TypeError: Symfony\\Component\\HttpFoundation\\Request::create(): Argument #1 ($uri) must be of type string, null given
As AN visit a path: '/group/{group}/anonymous-request-membership'
It opens up a modal, to allow users to signup or login, and start the request membership flow with a nice redirect.
However, in order to make that redirect it needs to know where the user originated from, which is usually the group page.
So lets make sure, when somebody goes to that path directly, they get directed to the group page so they can start the proper flow.
Fixed
13.0
Code (back-end)
Automatically closed - issue fixed for 2 weeks with no activity.