that.us icon indicating copy to clipboard operation
that.us copied to clipboard

/join/access-denied throws error on line 19

Open brettski opened this issue 1 year ago • 0 comments

Describe the bug When /join/access-denied is called on a session which cannot be joined the page error's on line 19 (https://github.com/ThatConference/that.us/blob/9c5698696f71bec3d792d2f5cab14ec07bcc2f03/src/routes/join/access-denied/%2Bpage.svelte#L19).

The reason for this is page.query is no longer available in newer version of Sveltekit and the value should be checked against something like $page.url.searcParams.

Navigate to the following page to see error /join/access-denied/?id=UORrxpkPjy5Bv803QA5K

brettski avatar Oct 18 '23 18:10 brettski