Skip to content

Dexie Cloud Feature Request: Support redirectUrl after accepting an invite #2223

@snobojohan

Description

@snobojohan

When a user clicks an invite link and accepts it in email and end up on:

https://[db-name].dexie.cloud/accept-invite?code=...

they remain on that Dexie Cloud page. There is currently no way to redirect the to my app/site after a successful acceptance. This creates friction.

Requested Feature

Add support for a redirectUrl parameter when sending invites, or a global DB-level/project-level setting that specifies a URL to redirect the user to after a successful acceptance.

Example:

db.cloud.inviteUser(email, {
  roles: [...],
  redirectUrl: "https://myapp.com/welcome"
});

Or alternately:

  • A redirect field in the invite object
  • A configurable setting in Dexie Cloud Manager
  • A query parameter appended to the invite URL itself

Reason / Use Case

  • Smoother onboarding UX
  • Essential for mobile/webapps that need to continue setup immediately after acceptance

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    Status

    No status

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions