Hi folks,
All rooms where migrated correctly - however, the URL changed.
For instance - in v2 people were invited to access /b/jan-wew-ke6 (due to having /b as a prefix), whereas in v3 people receive http-404 when accessing this link. One has to use /rooms/jan-wew-ke6/join instead.
I'm tempted to rewrite / forward the old-schemes using nginx, however, I'm hesitating: actually, I'm a bit surprised that this functionality is not yet present in greenlight - dedicated entries appear to be missing in routes.rb. I wonder:
- Is there any problem with forwarding /b/jan-wew-ke6 to /rooms/jan-wew-ke6/join in nginx?
- Are there other deeplinks (i.e. sub-urls) that one need to map accordingly?
- Is there a specific reason why rooms-urls were changed from v2 -> v3 without backwards compatibility?
- What would be a proper pattern / rewrite scheme? Has anybody done this before?
Thanks,
Jan