I have a contribution form on a site that’s using the CleanUrl module. When submitting the contribution form, the submission fails and I get this error :
The contribution form works great without the CleanUrl module.
Wondering whether to edit Collecting or CleanUrl. I submitted an issue on CleanUrl’s gitlab repo too, so if I learn anything there then I’ll update here.
Edited the submission form’s action attribute so that it doesn’t use CleanUrl’s url structure. To edit the action attribute, I edited Collecting/src/Api/Representation/CollectingFormRepresentation.php
This is kind of off-topic but not too much: there’s the same problem when using the Guest module, where one has the /login, /logout, /register routes. The Guest module throw errors when Clean URL is active and is skipping the s/my-site bit.