supabase / dbdev

Database Package Registry for Postgres
https://database.dev/
Apache License 2.0
370 stars 19 forks source link

Visiting database.dev/<user> shows a profile page for <user> even if the user doesn't exist #80

Open imor opened 1 year ago

imor commented 1 year ago

Bug report

Describe the bug

Profile pages for non-existent users is shown.

To Reproduce

Steps to reproduce the behavior, please provide code snippets or a repository:

  1. Visit https://database.dev/cat. cat can be replaced with any non-existent user.
  2. See the profile page for user cat.

Expected behavior

An error about user not existing should be displayed.

Screenshots

image

System information

Additional context

N/A