Database error while making a app multi-user

Hello

I got this error when I tried making a multi-user application

I am able to easily create single-user applications but how do I make a multi-user app without encountering this error?

Hi Neerav,

So in order to make an application into a multiuser, it needs to have a database first. Start by disabling the multi-user feature and save your application to initialize the database. Once done, you can return to your application and activate the multi-user mode

Let me know if this helps.