Hi, after updating the ABP from V6.0 to V7.2.2.** Random tests are failing **
following is the screenshot of ABP Sample tests is failing sometimes I'm getting Null Reference Exception and Sometime System.InvalidOperationException : SqliteConnection does not support nested transactions.
I have tried to add the context.Services.AddAlwaysDisableUnitOfWorkTransaction(); but the issue is still there
Hi @yekalkan, does it mean, I can completely remove it
Hi,
Could you please try installing the project by using ABP CLI instead of ABP Suite
Hi,
As I can see you don't have @volosoft package folder in your node_modules folder.
after running all these commands, you should have @volosoft folder in the node_modules.
if it doesn't work. please install the new fresh copy of the project.
please try to remove node_module folder and run the following commands
Hi,
if its not available then what is the best way to add CDN links?
How to add styles or scripts CDN link to the default layout of MVC application.
ABP doesn't allow to add direct CDN links to the bundling system.
Plus, how to add links at a specific line. for example: if I have 20 styles and 15 scripts to download in one page. how can I specify the sequence(script1.js should be before script2.js) using Layout hooks.