Activities of "ugurturan"

Hi, We have a project on production that is based on a microservice template created with Abp Suite in version of 4.2.2. We have basic apps and services. We added 2 microservices of our own. We want to update it to version 9.0 We have created a new microservice template with Abp Studio in version 9.0. Which steps we should follow? can you guide us?

Hi, I have created a microservice template and got it working as shown in documents. Now I am trying to create a service with this command in CLI "abp new AracService -t microservice-service-pro" and having an error. I have logged out and logged in as a basic solution try. Waiting your support. Thanks.

  • ABP Framework version: v8.0.5

  • UI Type: MVC

  • Database System: EF Core (SQL Server)

  • Tiered (for MVC) or Auth Server Separated (for Angular): yes/no

  • Exception message and full stack trace: Error occured while downloading source-code from https://abp.io/api/download/template/ : StatusCode: 403, ReasonPhrase: 'Forbidden', Version: 1.1, Content: System.Net.Http.HttpConnectionResponseContent, Headers: { Date: Fri, 29 Mar 2024 10:49:01 GMT Transfer-Encoding: chunked Connection: keep-alive Cache-Control: no-cache,no-store Pragma: no-cache Set-Cookie: .AspNetCore.Antiforgery.-6OvtTX3HwI=CfDJ8G-tnCm3u9lKrhYtPHu2TLpp7c8mXG3OKcnfLs2uI7jsHX_0CkBOGXGVwmTqidH-TnI4ctRycKy2jswnqUQAihxW6Am5x7Qj0qVg7cU6Yg0AxnjrQIEjUkFFEcmBp133Ud9z60U_s7TF00L1z6-Xs54; path=/; samesite=strict; httponly Set-Cookie: XSRF-TOKEN=CfDJ8G-tnCm3u9lKrhYtPHu2TLoUek7AiiPxaawwu4Erb7Hn9d8qlFOe2zHOcrpUGcvxSAyfUnQYzCi8VJn8jl4riVO0USHwbHxIgqCuFCH0_AC9B8u2m7wc2fKB2bG7aCfGaC08IMYEZ1aoT5_0dtZjsKI; expires=Sat, 29 Mar 2025 10:49:01 GMT; path=/; secure; samesite=none Vary: Accept-Encoding Strict-Transport-Security: max-age=15724800; includeSubDomains X-Content-Type-Options: nosniff X-XSS-Protection: 1; mode=block X-Frame-Options: SAMEORIGIN x-correlation-id: caad7cc656814862bc73e1e57888077e CF-Cache-Status: DYNAMIC Report-To: {"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=%2FUUPWawhEYXyUQwafXQkUGr67joWOJYE00%2FD%2Bta9XHRhUZ6IKYJ%2BkdgZW2yY2SIAULumLuPAAVl57uPYmpgnjrPG9%2FqfwkGXO%2FQG1eAt1Mdk2StekKRzvQ%3D%3D"}],"group":"cf-nel","max_age":604800} NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800} Server: cloudflare CF-RAY: 86bf4a7a2d7d98a9-OTP Content-Type: text/html; charset=utf-8 Expires: -1 } '<' is an invalid start of a value. Path: $ | LineNumber: 1 | BytePositionInLine: 0. '<' is an invalid start of a value. Path: $ | LineNumber: 1 | BytePositionInLine: 0. System.Text.Json.JsonException: '<' is an invalid start of a value. Path: $ | LineNumber: 1 | BytePositionInLine: 0. ---> System.Text.Json.JsonReaderException: '<' is an invalid start of a value. LineNumber: 1 | BytePositionInLine: 0. at System.Text.Json.ThrowHelper.ThrowJsonReaderException(Utf8JsonReader& json, ExceptionResource resource, Byte nextByte, ReadOnlySpan1 bytes) at System.Text.Json.Utf8JsonReader.ConsumeValue(Byte marker) at System.Text.Json.Utf8JsonReader.ReadFirstToken(Byte first) at System.Text.Json.Utf8JsonReader.ReadSingleSegment() at System.Text.Json.Utf8JsonReader.Read() at System.Text.Json.Serialization.JsonConverter1.ReadCore(Utf8JsonReader& reader, JsonSerializerOptions options, ReadStack& state) --- End of inner exception stack trace --- at System.Text.Json.ThrowHelper.ReThrowWithPath(ReadStack& state, JsonReaderException ex) at System.Text.Json.Serialization.JsonConverter1.ReadCore(Utf8JsonReader& reader, JsonSerializerOptions options, ReadStack& state) at System.Text.Json.JsonSerializer.ReadFromSpan[TValue](ReadOnlySpan1 utf8Json, JsonTypeInfo1 jsonTypeInfo, Nullable1 actualByteCount) at System.Text.Json.JsonSerializer.ReadFromSpan[TValue](ReadOnlySpan1 json, JsonTypeInfo1 jsonTypeInfo) at System.Text.Json.JsonSerializer.Deserialize[TValue](String json, JsonSerializerOptions options) at Volo.Abp.Json.SystemTextJson.AbpSystemTextJsonSerializer.Deserialize[T](String jsonString, Boolean camelCase) in D:\ci\Jenkins\workspace\abp-volo-release\abp\framework\src\Volo.Abp.Json.SystemTextJson\Volo\Abp\Json\SystemTextJson\AbpSystemTextJsonSerializer.cs:line 25 at Volo.Abp.Cli.ProjectBuilding.RemoteServiceExceptionHandler.GetAbpRemoteServiceErrorAsync(HttpResponseMessage responseMessage) in D:\ci\Jenkins\workspace\abp-volo-release\abp\framework\src\Volo.Abp.Cli.Core\Volo\Abp\Cli\ProjectBuilding\RemoteServiceExceptionHandler.cs:line 52 at Volo.Abp.Cli.ProjectBuilding.RemoteServiceExceptionHandler.EnsureSuccessfulHttpResponseAsync(HttpResponseMessage responseMessage) in D:\ci\Jenkins\workspace\abp-volo-release\abp\framework\src\Volo.Abp.Cli.Core\Volo\Abp\Cli\ProjectBuilding\RemoteServiceExceptionHandler.cs:line 38 at Volo.Abp.Cli.ProjectBuilding.AbpIoSourceCodeStore.DownloadSourceCodeContentAsync(SourceCodeDownloadInputDto input) in D:\ci\Jenkins\workspace\abp-volo-release\abp\framework\src\Volo.Abp.Cli.Core\Volo\Abp\Cli\ProjectBuilding\AbpIoSourceCodeStore.cs:line 258 at Volo.Abp.Cli.ProjectBuilding.AbpIoSourceCodeStore.GetAsync(String name, String type, String version, String templateSource, Boolean includePreReleases, Boolean skipCache) in D:\ci\Jenkins\workspace\abp-volo-release\abp\framework\src\Volo.Abp.Cli.Core\Volo\Abp\Cli\ProjectBuilding\AbpIoSourceCodeStore.cs:line 123 at Volo.Abp.Cli.ProjectBuilding.TemplateProjectBuilder.BuildAsync(ProjectBuildArgs args) in D:\ci\Jenkins\workspace\abp-volo-release\abp\framework\src\Volo.Abp.Cli.Core\Volo\Abp\Cli\ProjectBuilding\TemplateProjectBuilder.cs:line 66 at Volo.Abp.Cli.Commands.NewCommand.ExecuteAsync(CommandLineArgs commandLineArgs) in D:\ci\Jenkins\workspace\abp-volo-release\abp\framework\src\Volo.Abp.Cli.Core\Volo\Abp\Cli\Commands\NewCommand.cs:line 97 at Volo.Abp.Cli.CliService.RunInternalAsync(CommandLineArgs commandLineArgs) in D:\ci\Jenkins\workspace\abp-volo-release\abp\framework\src\Volo.Abp.Cli.Core\Volo\Abp\Cli\CliService.cs:line 169 at Volo.Abp.Cli.CliService.RunAsync(String[] args) in D:\ci\Jenkins\workspace\abp-volo-release\abp\framework\src\Volo.Abp.Cli.Core\Volo\Abp\Cli\CliService.cs:line 77

  • Steps to reproduce the issue:

  • Create a microservice template from abp-suite
  • use "abp new AracService -t microservice-service-pro" command at CLI as written in document.

Hi,

We have a microservice architecture based on commercial ABP microservice template. We are using Identity, Saas, Authserver as template services. We implemented a service on this structure. We didnt create multitenant entities for our new service.

Now we want to use this service as Saas with multitenant properties. Which steps we should follow? Can you help us to create a road map for it?

  • ABP Framework version: 4.4
  • UI type: MVC
  • DB provider: EF Core
  • Tiered (MVC) or Identity Server Separated (Angular): no
  • ABP Framework version: 4.4.2
  • UI type: MVC
  • DB provider: EF Core
  • Tiered (MVC) or Identity Server Separated (Angular): no
  • Exception message and stack trace: https://localhost:44322/Account/LoggedOut?ClientName=Mbb_MicroService_Web&SignOutIframeUrl=https%3A%2F%2Flocalhost%3A44322%2Fconnect%2Fendsession%2Fcallback%3FendSessionId%3DCfDJ8Oes8R5tY-pEgD3odznXSRP_xtOvZiLeZHiUVYng0aWA1t8otE1beP5YbT_c9axxIXXUpQVrwg8MJ3IRfwAicWy9nnmv7kHuK0le7733cjFzsjUVbEbgFwGc29sMxWd0bn3cEbACa_4KU6XhO5LVUr1GGgG6E801pRB5gOXiGfqgBn_LqAjDa1nh_lBWv5ThHqmYTOA4iXwLo-Zzzv90b55wqnaaubmzIOSEtqqkQwoFoHutNIOdXosFXGgStA4RMn91SXLdBZJny4OSaOkIEIY5_WRYN0XPPpcmyWByjHBprDUb7sZhqX6Ec48-YyHRmPZKVy1IduNwGAYI5HrT318&PageContext=Microsoft.AspNetCore.Mvc.RazorPages.PageContext
  • Steps to reproduce the issue: We have a microservice architecture based on abp commericla microservice template. When we click "LogOut" we are having a url like seen on exception message part. It is written as "Çıkış yaptınız ve birazdan yönlendirileceksiniz." "You are logged out and now redirecting" but no redirection working on.
  • In IdentityServerClientPostLogoutRedirectUris table of Identity database is filled with clients ids and logout uris.
Showing 1 to 4 of 4 entries
Boost Your Development
ABP Live Training
Packages
See Trainings
Mastering ABP Framework Book
The Official Guide
Mastering
ABP Framework
Learn More
Mastering ABP Framework Book
Made with ❤️ on ABP v10.1.0-preview. Updated on December 12, 2025, 10:36
1
ABP Assistant
🔐 You need to be logged in to use the chatbot. Please log in first.