The applications use Redis as the distributed cache. So, you need to have Redis up & running.
Thank you! this solved it for me :) very cool!
Errors on initial build
I have looked everywhere to try and find where the logs are generated. ABP does not have details on internal logging like this, or if they do, I cannot find it.
** Do you know how I can generate logs?**
Noob Question #1: ABP Suite Screenshot here Do you know why these red dot's appear? I am sure its an error, but no details are given to why they appear? I can modify existing entities just fine, but if I want to create a new one, these dots appear.
What do these dots mean?
Noob Question #2 Is there a place where I can ask these noob questions? Like how to generate logs, and what the red dots mean? I understand I am only allowed to ask 15 questions on this forum. I'd rather save those questions for very technical things, not 'simple' questions like these.
Thanks!
Thanks for this! Just for clarification, would this question count as 'technical discussion'? Or would this question qualify as one I can send to info@abp.io?
Thanks!
When I with with ABP Suite, often times I get this error:
https://ibb.co/vjrrKnR and another image: Screenshot here
I cannot 'create' or use the ABP Suite interface. The strange thing is my application builds fine. No errors, see here: https://ibb.co/jDh37mh
The only way I can get around this is that I have to 'refresh' (F5) the ABP suite editor, and then I have approximately 1-3 minutes before the error appears again.
Do you know how I can fix this?
Thanks!
There is no documentation with this, its very lacking in steps to get it to run. For example, see my screen here:
https://ibb.co/yhQGF2Y
See this comment here which many people agree with me: https://github.com/abpframework/abp/issues/2144
The documentation is lacking in creating modules, and then integrating the modules within existing solutions.
How is this accomplished?
Creating a module from the ABP suite does not include the 'host' directory.
I have now created a module from the startup directory. Where can i find instructions on how to install the module manually into my main application?
The existing documentation is not detailed in "Which package is installed in which 'target application project'. And also how is this done, what is the recommended method?
Thanks
I am having this same issue, what was the solution?
I have a module which I refrence in my Host Monolith.
If i navigate or use an endpoint from the module I get this same error:
An error has occurred! Authorization failed! Given policy has not granted.
Can we map it the other direction? For example I have these two entites:
A UserMenu can have many MenuItems.
If I use the GUI, I can only map it in this direction:
MenuItem --> has a UserMenu
If I query a UserMenu, no MenuItems appear.
If I query a MenuItem the UserMenu is returned in the query.
My goal is to query the UserMenu and have many MenuItems returned, 2 or more.
Is this possible in ABP Suite?
Hi
https://github.com/abpframework/abp/pull/9760 we will fix it. and your ticket returned.
Hello! so this is fixed? is there anything i need to do to implement the fix?
You can try to
remove Blazor.Server.Hostproject from your solution.
I have done this and not the application does not run at all. It builds fine, but when i run it i get 500 errrors 'application errors'
Is there anything I need to do to get the modules running?
Thanks, I have done this and now I am able to run the Aeonic.Module.Reviews.HttpApi.Host project which successfully shows swagger API Docs.
I am not able to run the other 'host' projects:
* IdentityServer
* Blazor.Server.Host
Four questions:
Blazor.Server.Host project?Thanks!