Skip to content

/join/access-denied throws error on line 19 #1487

@brettski

Description

@brettski

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 working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions