Activities of "stefan@ppibv.nl"

hi

It could be browser cache or you can try to use hot reload.

https://learn.microsoft.com/en-us/aspnet/core/test/hot-reload?view=aspnetcore-7.0

Hey,

Thank you for taking the time to read our question, but I'm afraid this hasn't worked for us. We've tried to clear browser cache and cookies multiple times, also in conjunction with hot reload, but this also didn't really seem to fix the issue we have.

I wish I could give a more solid example of when this occurs or what changes. But it really seems to occur at total random, and we have no really set in stone solution to fix when this occurs, which is for us the most problematic part of the issue.

Hey there.

Our team has recently encountered a peculiar issue we're not too sure what causes it or how to fix it.

Sometimes, during development, our Javascript will refuse to update. We most notably get this issue when updating our editModal.js. When we make changes, save, and run the project, the JS file seems to be 'stuck' on a previous version of the file.

Sometimes this issue is suddenly resolved by simply restarting visual studio. But sometimes, even reloading our PC and removing cookies and cache doesn't seem to fix the issue. It seems to occur at total random, and dissappear at random as well.

But when we manually enter the path of the file through the URL. It seems that it has the updated version, but yet, the editModal.cshtml still seems to use the previous version.

ABP Framework version: v6.0.2 UI type: MVC DB provider: EF Core Tiered (MVC) or Identity Server Separated (Angular): yes (MVC) Exception message and stack trace: We're not too sure what causes the problem.

We're not to sure how to fix this issue, and our progress is really stalling because of it. Sadly I am not able to provide any more information in terms of error codes or messages on this issue as of now.

I hope to have informed you enough this way. If there are any further questions, I would gladly answer them.

Hi @stefan,

Please be sure that the ABP Suite version is equal to Volo.Abp.Commercial.SuiteTemplates package reference version in your project. It seems like The ABP Suite version is older.


For your info: If you want to edit the code templates, go to templates page in ABP Suite, find the related template and edit it.
For example, in this scenario you can find Server.Domain.Manager.txt and remove %%validations%% line for a quick fix.

This seems to have solved the issue for us internally, thank you for the support.

Hey there.

Our team has recently come across a very peculiar issue we can't really find anything about, and don't know what caused it for all of us simultaniously, or how to fix it again. Currently, whenever we'd create a new CRUD object (for example 'Group') via our ABP Suite. We get these %% validations %% on line 25 and 40 in our GroupManager.cs that gets generated, and it then subsequently fails to generate the entire CRUD in the project because of this.

But when we remove these %% validations %% afterwards, then no errors are shown. If we then run the save and generate again, then the %% validations %% and errors return and we're back to square 1.

We have found that we can get around this (sometimes) by quickly removing these %% validations %% lines after we have hit the save generate button, and that sometimes seems to help in generating the files. But sadly that's a big if, whether it works or not. This way, we can't really make new CRUD pages via the suite, and we're not too sure how we could fix this issue.

  • ABP Framework version: v6.0.2
  • UI type: MVC
  • DB provider: EF Core
  • Tiered (MVC) or Identity Server Separated (Angular): yes (MVC)
  • Exception message and stack trace: We get these error(see images):
  • Steps to reproduce the issue:" Create a simple object to create (see images below) And simply save and generate:
Showing 11 to 14 of 14 entries
Made with ❤️ on ABP v8.2.0-preview Updated on March 25, 2024, 15:11