Can you confirm whether the site has a valid certificate?
We have a document written about certification in the production environment, if you have not read it, I recommend you to take a look there. See more: https://abp.io/docs/latest/deployment/ssl
You can also find more information about deployment here.
Hello, first of all, sorry for the late reply, this was somehow overlooked.
We don't have much experience with MassTransit, but if you can send a minimal reproducible example we would like to help as much as we can. Also, as a short information, ABP already supports Inbox/Outbox patterns and we have documentation for this. So I can say that you don't need MassTransit for this purpose. However, if you still want to use MassTransit, we will try to help as much as we can if you can send an application where I can reproduce the problem.
Note: I guarantee that you will have a much more holistic and easier experience if you use the solution provided by ABP. See more: https://abp.io/docs/latest/studio/monitoring-applications#events
Hello, first of all, sorry for the late reply, this was somehow overlooked.
I downloaded and ran your application to understand your problem. However, your application contains too much custom code and I see that you have changed some logic of the ABP framework. It is not possible for me to understand the problem through this application. By the way, I can't reproduce the problem when I test it in ABP's application startup template. I want to help you but this application contains too much custom code, if you can send me a minimal reproducible example instead, we can move much faster. You also mentioned that you added packages such as abp.zerocore.identityserver, 3chum.identityserver4.accesstokenvalidation to your application for the Authorize attribute to work and you cannot debug without them. I can definitely say that there is something wrong somewhere, you should never need these packages for these problems, ABP already handles these processes itself. For this, I strongly suggest you to compare the dependencies and configurations of ABP's Startup Template with the dependencies and configurations of your own application.
Hello John 👋,
I am asking to understand your question in more detail. You have run a project/service in Solution Runner, but the one you are trying to stop is still running even though it appears to be stopped?
Hello Granade 👋,
Thank you for your explanation. In Suite’s code generation page, when adding a property, you can choose whether the column should be displayed in the list. If you don’t check this option, the column won’t appear in the DataGrid. Would this solution work for you?
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:
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 🙏