Plugins won't load

Wednesday, May 1, 2024 1:02:33 PM
  • Posted: Friday, November 24, 2023 4:47 AM
  • 4
Hello,
I tested two versions:
grandnode2-2.1.0_Source and grandnode2 from Github
litedb

In both cases the plugins are not loaded. If I click the button to update the list of plugins, the application is destroyed.

Accordingly, the application does not implement payment and delivery methods. Is this a bug or marketing? )
0
  • Posted: Sunday, November 26, 2023 9:44 AM
  • Team
  • 151
Hello,
If you don't see any plugins, it's likely that they were not built. Before starting the application, try rebuilding the solution
0
  • Posted: Sunday, November 26, 2023 3:42 PM
  • 4
Krzysztof wrote:
Hello,
If you don't see any plugins, it's likely that they were not built. Before starting the application, try rebuilding the solution


Thanks, this helped.
0
  • Posted: Sunday, November 26, 2023 3:51 PM
  • 4
But why do I click "Install" and get: HTTP Error 503.0 - Server is down. After running the application again, I can go into the plugin settings.
If I click the refresh list of plugins button, the application will be destroyed too.
0
  • Posted: Sunday, November 26, 2023 4:47 PM
  • Team
  • 151
In ASP.NET Core, when the application starts, DLL libraries are loaded into the application's memory. It is not possible to directly load new libraries or inject additional interfaces into Dependency Injection (DI) during the application's runtime. Consequently, when installing, uninstalling, or reloading plugins, an application restart is necessary.

In a local environment using Visual Studio, the application stops, and you need to manually restart the debugging process. In a production environment, when deployed, the application should automatically restart. This behavior is typically in IIS and NGINX server environments
1
  • Posted: Wednesday, November 29, 2023 4:15 AM
  • 4
Thanks, this was useful for me.
0
back to top
Filters