stop the oidc server, if it is running

This commit is contained in:
Girish Ramakrishnan
2023-03-27 11:31:37 +02:00
parent 0c4d851492
commit 456da972e9

View File

@@ -58,6 +58,7 @@ exports = module.exports = {
async function setupServer() {
await database._clear();
await oidc.stop();
await database.initialize();
await settings._setApiServerOrigin(exports.mockApiServerOrigin);
await server.start();