-
Notifications
You must be signed in to change notification settings - Fork 31
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Describe the bug
When /join/access-denied is called on a session which cannot be joined the page error's on line 19 (
| if (page.query.has('id')) { |
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
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working