Original: https://support.abp.io/QA/Questions/1126#answer-289958ec-f23d-03dd-fb1a-39fc2ae130a4
- ABP Framework version: v4.3.0
- UI type: Blazor WASM
- DB provider: MongoDB
- Identity Server Separated: yes
Hi @ilitzy,
I tried to reproduce but could not. It works. To improve communication, I've created a new question for this case.
Can you please send me the HttpApi.Host
project logs when you try to download file.
3 Answer(s)
-
0
Hi @cotur,
Finally opened my eyes. The problem was Redis. I had commented out the Redis configuration form appsetting.json both in Identity and API, for some reason. But today I cam across a ticket of yours explainig the importance of Redis in tiered solutions, https://support.abp.io/QA/Questions/848/Unable-to-connect-to-redis-serverS and I decided to give it a go. And voila...the file management works!
I am sorry to have wasted your time and I hope ,since I managed to untangle myself, this ticket doesn't consume one of our credits :) Best of days to you and the whole team behind this project!
PS: Any news on the DatePicker thing?
-
0
I'm happy that you solved it :)
About the DatePicker;
It's totally a UTC problem, for now we don't support fully auto configured time.
You can check here: https://docs.abp.io/en/abp/latest/Timing
You need to handle UTC time by yourself in your code.
Thanks
-
0
Hi @cotur,
Thank you for the link and for clarifying what the issue was. I just had to add a single line of code and it is working as expected. Thak you again and keep up the great work!