EOS-Solutions / Gordon

Repository to manage Issues related to Gordon apps
0 stars 0 forks source link

Fix: add server in server list #77

Closed maik13 closed 2 months ago

maik13 commented 2 months ago

non viene creato il server nella sezione server list in maniera corretta

esempio: immagine Risultato immagine Sembra non concatenare il nome del servizio.

Il nome host completo dovrebbe essere in questo caso localhost:8080/PROD

questo genera un'errore in apertura cliccando sul servizio

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">

IIS 10.0 Detailed Error - 404.0 - Not Found

HTTP Error 404.0 - Not Found

The resource you are looking for has been removed, had its name changed, or is temporarily unavailable.

Most likely causes:

  • The directory or file specified does not exist on the Web server.
  • The URL contains a typographical error.
  • A custom filter or module, such as URLScan, restricts access to the file.

Things you can try:

  • Create the content on the Web server.
  • Review the browser URL.
  • Create a tracing rule to track failed requests for this HTTP status code and see which module is calling SetStatus. For more information about creating a tracing rule for failed requests, click here.

Detailed Error Information:

Module   IIS Web Core
Notification   MapRequestHandler
Handler   StaticFile
Error Code   0x80070002
Requested URL   http://localhost:8080/api/v2/services
Physical Path   C:\inetpub\wwwroot\Microsoft Dynamics 365 Business Central Web Client\api\v2\services
Logon Method   Anonymous
Logon User   Anonymous

More Information:

This error means that the file or directory does not exist on the server. Create the file or directory and try the request again.

View more information »

at Bare.WebApi.Client.RestClient.GetJsonResponse[T](CancellationToken ct) at Bare.WebApi.Client.ServicesApi.GetAllServices(CancellationToken ct) at Eos.Gordon.Core.Models.ServiceHost.GetServices(CancellationToken ct) at Gordon.WebApp.Views.Service.Services.LoadData() in D:\a\1\s\Gordon.WebApp\Views\Service\Services.cs:line 46 at BlazorGenerator.Components.Base.BlazorGeneratorComponentBase.OnInitializedAsync() at Microsoft.AspNetCore.Components.ComponentBase.RunInitAndSetParametersAsync() at Microsoft.AspNetCore.Components.RenderTree.Renderer.GetErrorHandledTask(Task taskToHandle, ComponentState owningComponentState)

Product