Heya, I have a question regarding the architecture...
# support-questions-legacy
a
Heya, I have a question regarding the architecture. In general will it be an issue if several applications connect to the same core? for example, maybe I have an admin dashboard with nextjs or any other framework and then an api that is focused on serving the actual content for the users. Will it be an issue if both apps, the nextjs and api (in go, python etc) connect to the core at the same time? Im trying to figure out who in such an scenario will handle also migrations after the supertokens core is initialized and created the tables it needs in the db, wanna know if there might be conflicts or something with doing that.