Users table not unique across my apps

I have 5 Apps in the same workspace and all of the User tables are the same. If a new user signs up for one app, they become a User of all 5. Is this a bug?

Is there a way to have each app’s User table can be unique?

Thank you very much!

If the same user row is being created on each app, that means you specificly created each app to use the same singular user table as opposed to each app having its own table. If you edit an existing row, does it change in every other app?

You would need to create separate user tables if you want each app to have it’s own.

3 Likes

Thank you! I will investigate how to do this and let you know if I have any problems.

1 Like

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.