Thank you very much @Sebastian for the reply
No i am using Ubuntu 20.04 and i want to run locally
I will write our current scenario where we are stuck
Our frontend runs on port 3000
Below screenshot show Login to Squidex but when we click on button it gives us 400 error
Now certificate issues for https is solved using nginx
The main error we get is backend and our backend works at 5001 port
Json of the error for backend
{
"logLevel": "Error",
"message": "Connection id \u00220HMPNAT8PJULH\u0022, Request id \u00220HMPNAT8PJULH:00000003\u0022: An unhandled exception was thrown by the application.",
"eventId": {
"id": 13,
"name": "ApplicationError"
},
"connectionId": "0HMPNAT8PJULH",
"traceIdentifier": "0HMPNAT8PJULH:00000003",
"timestamp": "2023-04-07T11:00:37Z",
"app": {
"name": "Squidex",
"version": "1.0.0.0",
"sessionId": "e95d8858-a4c1-49c5-830a-7b2d2d623fbe"
},
"web": {
"requestId": "00-94d6cf57dd612060696fe79746f8df77-cdfdcada11845719-01",
"requestPath": "/",
"requestMethod": "GET"
},
"category": "Microsoft.AspNetCore.Server.Kestrel",
"exception": {
"type": "System.Net.Http.HttpRequestException",
"message": "Failed to proxy the request to https://localhost:3000/, because the request to the proxy target failed. Check that the proxy target server is running and accepting requests to https://localhost:3000/.\n\nThe underlying exception message was \u0027The SSL connection could not be established, see inner exception.\u0027.Check the InnerException for more details.",
"stackTrace": " at Microsoft.AspNetCore.SpaServices.Extensions.Proxy.SpaProxy.PerformProxyRequest(HttpContext context, HttpClient httpClient, Task\u00601 baseUriTask, CancellationToken applicationStoppingToken, Boolean proxy404s)\n at Microsoft.AspNetCore.Builder.SpaProxyingExtensions.\u003C\u003Ec__DisplayClass2_0.\u003C\u003CUseProxyToSpaDevelopmentServer\u003Eb__0\u003Ed.MoveNext()\n--- End of stack trace from previous location ---\n at Squidex.Hosting.Web.HtmlTransformMiddleware.InvokeAsync(HttpContext context)\n at Squidex.Web.Pipeline.SetupMiddleware.InvokeAsync(HttpContext context, IUserService userService) in /home/pshudocode/Angular/Dynatex-Angular/squidex/backend/src/Squidex.Web/Pipeline/SetupMiddleware.cs:line 41\n at Squidex.Areas.Frontend.Middlewares.NotifoMiddleware.InvokeAsync(HttpContext context) in /home/pshudocode/Angular/Dynatex-Angular/squidex/backend/src/Squidex/Areas/Frontend/Middlewares/NotifoMiddleware.cs:line 38\n at Microsoft.AspNetCore.Authorization.AuthorizationMiddleware.Invoke(HttpContext context)\n at Microsoft.AspNetCore.Authentication.AuthenticationMiddleware.Invoke(HttpContext context)\n at NSwag.AspNetCore.Middlewares.OpenApiDocumentMiddleware.Invoke(HttpContext context)\n at Squidex.Web.Pipeline.LocalCacheMiddleware.InvokeAsync(HttpContext context, ILocalCache localCache) in /home/pshudocode/Angular/Dynatex-Angular/squidex/backend/src/Squidex.Web/Pipeline/LocalCacheMiddleware.cs:line 26\n at Microsoft.AspNetCore.Localization.RequestLocalizationMiddleware.Invoke(HttpContext context)\n at Squidex.Web.Pipeline.RequestLogPerformanceMiddleware.InvokeAsync(HttpContext context, ISemanticLog log, IOptions\u00601 requestLogOptions) in /home/pshudocode/Angular/Dynatex-Angular/squidex/backend/src/Squidex.Web/Pipeline/RequestLogPerformanceMiddleware.cs:line 36\n at Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http.HttpProtocol.ProcessRequests[TContext](IHttpApplication\u00601 application)"
}
}
At this error we are totally stuck