Vergo777 / RankCompare

0 stars 1 forks source link

Internal server error #4

Open Myonpasu opened 7 years ago

Myonpasu commented 7 years ago

Resuming a previous session by having the username hash in the URL causes 'internal server error'.

Vergo777 commented 7 years ago

This is an annoying issue caused because I can't pass in parameters to Iron Router directly, and instead have to resort to passing in the username through the URL when creating the session initially.

A proper solution would be to ignore the username for subsequent logins so that people can just use the exact link they've bookmarked for resuming, but for now I think we can get away with updating the error message to include something like "please remove the username from the URL when trying to access session".