You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 25, 2021. It is now read-only.
Please refer to ServerApi.js inside restartServerWithHttpInfo function you have:
var authNames = [];
but it should be
var authNames = ['baseAuth'];
like in all other authenticated api functions. Same bug applies to older versions too. I have just figured this out by using the restartServer function and debugging back&forth.
In current state I am getting 'Unauthorized' error