My chrome version: Version 84.0.4147.105 (Official Build) (64-bit)
I will try reproducing this for new project. Just too busy with current workload at the moment. Maybe nextweek
I can help with this, @robb, did you make it work ?
I have a working version here calling everything in API from another system.
Wow. Thanks, I'm looking at it!
I sent you the email, thanks @liangshiwei, my email: camping89@gmail.com
Thanks, please help to send the sample. I would like to have some connected to ABP Coding conversion in the training.
@robb
I have a working version for the ABP, it is not perfect at a time but you can follow these steps
Copy and paste current entities and the appsettings.json from this place into your solution folder
Change the ABP Suite path to use your solution entities at C:\Users\Admin.dotnet\tools.store\volo.abp.suite\3.0.5\volo.abp.suite\3.0.5\tools\netcoreapp3.1\any
Restart the abp suite tool. Thanks to step #2, abp suite will use config from the path in step #2.
Now for other devs, you can push the entities, and the new appsettings.json. Each machine will have different ABP Suite path so consider to update/check the path before start the suite. This means that other machines will need to update the path relevantly. For my case, we use same solution folder for all machines/devs, so we can just push and pull the changes from source control only.
Hi,
No I didnot make any changes because it is the very basic setting. Let me try to create another new project and update here
Hello, anybody met an issue when the JS file returned from a call to Web controller get caches?
**This is very annoying since my changes to the JS is not reflected on the sites, wasted a lot of time. **
Googled and tried to turn off the brower cache but the JS call and the JS file is still cached.
Anybody shed some light?
UPDATE Actually it can be turned of by sending no cache on dev only config.
Hi any updates ?