Activities of "jward01"

Blazor.Server.Host is the UI project just like the Web. You can use it to test your module.

I selected "do not include UI", so i am confused why this was included in the template

What's the error?

It is a 500 error, application error, now that i run it again it is not erroring. Please see the video. https://drive.google.com/file/d/1ByfhoiqkpyQMsoFU4e049Zo7rg1CP0s0/view?usp=sharing

In the video the startup is VERY VERY slow, it takes 10 - 12 minutes to load identity server. Do you know why this is? my computer is very fast too: Computer stats here

Thank you, this helps alot!

Do you have a quick way to create nuspec files and include project / package refrences? I will need to create (1) nuspec per project which is pretty manual process.

Is by hand the current method?

Thanks!

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:

  1. Am I only supposed to be able to run the swagger project?
  2. Is it an error that I cannot run the IdentityServer project, or is that by design?
  3. Will the migrations be created automatically after each time I create a new Entity using ABP Suite? And I simply need to update the database as you mentioned? Or will I need to add the migration and update it manually each time?
  4. What is the purpose of the Blazor.Server.Host project?

Thanks!

You can try to remove Blazor.Server.Host project 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?

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?

Can we map it the other direction? For example I have these two entites:

  • UserMenu.cs
  • MenuItem.cs

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?

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.

Answer

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

Answer

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?

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!

Showing 1 to 10 of 12 entries
Made with ❤️ on ABP v8.2.0-preview Updated on March 25, 2024, 15:11