Base solution for your next web application

Activities of "OCAPI"

Hi @Romka,

I hit this again the other day so looked into it a bit more, and determined that running a Redis instance will prevent the problem. Easiest way on Win10 is to run it under WSL2/Docker:

docker run -p 6379:6379 -d --rm --name abp-redis redis docker run -p 8080:63790 -d --rm --name redis-stat --link abp-redis:redis insready/redis-stat --server redis

(The 2nd command isn't really required, just gives you a dashboard at localhost:8080 where you can check it's being used)

Cheers,

Simon

Hi folks,

We've just started a new Angular-based project using v 9.0.1 and we've encountered this (or something very similar) too. A reliable way to reproduce the problem is as follows:

Startup the Angular project and the host project as normal Log in to the host as your admin user Use the "Tenants" menu to log in to one of the tenants Restart the host project only Once it's restarted, use the "Back to my account" option. Host-specific menu items are missing. Restarting the app and then refreshing the browser fixes it.

Hope that's useful!

Cheers,

Simon

Showing 1 to 2 of 2 entries