Activities of "berkansasmaz"

Hi Granade, I’d like to understand your question better: Are you trying to hide the DataGrid columns in pages you’ve created yourself, or are you referring to the DataGrids in pages provided by ABP’s modules?

Hello, first of all, sorry for the late reply, we somehow missed this.

Along with the microservice template, it provides K8s configurations ready for deployment to a local or remote K8s cluster. By default, this configuration uses the Stagging .NET environment. However, you can override this and other values, as you have done before.

I have shared the documents that I think will make it easier for you to do this with you below:

  • https://abp.io/docs/latest/solution-templates/microservice/helm-charts-and-kubernetes
  • https://abp.io/docs/latest/studio/kubernetes#abp-studio-working-with-kubernetes

Basically, between the last version of ABP and version 7.*.* the suffix “local” was added to the filenames because all environment variables are configured for local. You need to change them for production. In addition, the feature of building images with a different tag each time when building images has been added so that deployment can be done from scratch each time.

Here are some CLI commands that I think will make your process easier:

# Uninstall CLI
dotnet tool uninstall --global Volo.Abp.Studio.Cli

# Install CLI with 0.9.7 version. This version generates templates with 8.3.3 of ABP version. 
# See more https://abp.io/docs/9.0/studio/version-mapping
dotnet tool install --global Volo.Abp.Cli --version 0.9.7

# Template generation. You can change the parameters to fit you.
abp new Acme.BookStore --csf

# Necessary codes to switch back to the latest version of the CLI
dotnet tool uninstall --global Volo.Abp.Studio.Cli
dotnet tool install --global Volo.Abp.Cli 

Hello, first of all, I am very sorry for such a late reply, this was somehow overlooked. If your problem still persists I can make some suggestions?

Hello, first of all, we apologize for the late response. We normally respond much sooner, usually within the same day (unless it's a weekend), but in rare cases it can be overlooked and I apologize for that.


The relevant mate will reply as soon as possible. Thank you for your patience 🙏

It worked but When I try to create a project I get the following error. How can i see logs ?

You can find the log file in .abp/studio/ui/logs/abp-studio-ui-logs.txt.

The new version is released, you can try to verify if the problem occurs again.

The problem will be fixed in the next version 🥳 I will let you know here after the release.

Unfortunately, I haven't solved the problem completely, but I'm experimenting. Even if it is not definite, we can release a version today. If the problem is successfully solved in the tests I do before this release, it will be included in the release, if not, unfortunately it may be waiting for next week.

In fact my question was whether Abp Studio and Abp Studio CLI share the same templates or use different templates as it happens with Legacy CLI.

ABP Studio and ABP Studio CLI(Volo.Abp.Studio.Cli) share the same templates but the legacy CLI (Volo.Abp.Cli) generates outdated templates.

Showing 371 to 380 of 743 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.2.0-preview. Updated on February 17, 2026, 09:10
1
ABP Assistant
🔐 You need to be logged in to use the chatbot. Please log in first.