Hi,
v11.2.1 MVC .NET Core
With API login - we get a access token and a refresh token.
How do we use the refresh token, to get a new access token, when access token expires? Which endpoint to call? - and parameters
Hi,
v11.2.1 MVC .NET Core
We wish to update the lang attribute of the html tag, based on the selected language. But can not figure out where to do this.
It should be set when entering the page and when changing the language
Version: 11.2.1 Producttype: MVC Framework: .NET Core
Hi,
an external system, needs to inform our system with a callback (webhook).
How do we implement that? We need the callback to include the tenantId?
Version: 11.2.1 Producttype: MVC Framework: .NET Core
Which theme are you using? Standard theme
Hi,
just updated from v9.0.1 til v11.2.1 - and have some issues with alignment of tools / menu - in top bar.
buttons / tools do not aligning vertically - and no space between them. All from ..\Areas\App\Views\Layout\Default_Layout.cshtml - should be standard from v11.2.1
Also in topbar - the Arrow is not rotating when closing (aside) the menu
Hi,
v9.0.1.0 MVC .NET Core
the Metronics styling for Portlet is not in effect.
Any reason why? Something we need to do?
Hi,
v9.0.1.0 MVC .NET Core
We try to test/implement the Public website as landing page - before going to the Admin website
Cannot figure out how this is suppose to work :-)
Starting "mulitiple projects" from the VS solution (Web.Mvc and Web.Public)
When running - the login from Public website, shows the login page for the Admin website - but then returns to the public site (as logged in). We thought that it continued in to the admin application?
Are we doing something wrong?