Can't access REST api frontend

My configuration puts lora-app-server as internal host behind nginx proxy. If I try to connect to example https://lora.myserver.com the application works as expected but if I try to connect to rest api to https://lora.myserver.com/api/ the redirection occurs and frontend page opens: https://lora.myswerver.com/api/#/organizations/1/applications

I’ve tesed this with curl and it seems to work.

I’v also tried postman to make a call to https://lora.myserver.com/api/internal/login, which seems to work since my jwt token was returned.

So basicly I just can’t acces rest documentation/commands page.

Any thoughts on this?

PS: The loraserver version was 2.0.2. I did try to upgrade first to 2.1 and the problem remains.

I’ve seen the problem already described here: Can’t access REST API (redirects to web-interface)

Please lock the post