For pages like /game/<game_name>/dashboard and /game/<game_name>/player/<player_name> a raw object name is put in the url. This probably includes url-nonsafe characters. Sanatize this so only allowed characters are used. Maybe also check for name collisions using this format when creating new instances
For pages like /game/<game_name>/dashboard and /game/<game_name>/player/<player_name> a raw object name is put in the url. This probably includes url-nonsafe characters. Sanatize this so only allowed characters are used. Maybe also check for name collisions using this format when creating new instances
For pages like /game/<game_name>/dashboard and /game/<game_name>/player/<player_name> a raw object name is put in the url. This probably includes url-nonsafe characters. Sanatize this so only allowed characters are used. Maybe also check for name collisions using this format when creating new instances