Closed toni-1 closed 3 years ago
Are you experiencing #114 after this?
To resolve I did a similar thing: I replaced the strings: mcr.microsoft.com/dotnet/core/sdk:3.1 with: mcr.microsoft.com/dotnet/sdk in files: \build.sh \src\licenseGen\Dockerfile
After I changed: netcoreapp3.1 with: netcoreapp5.0 in: \src\bitBetter\bitBetter.csproj \src\bitBetter\Dockerfile \src\licenseGen\Dockerfile \src\licenseGen\licenseGen.csproj
Whit these changes I tried with new installlation, to upgrade installation and to add new org license, all is fine for now. I tried also to add new password in personal and organization vault and all is right.
@captainhook No problems like you mentioned in #114. iPhone App, Chrome Plugin and web is working an you can add new entries
@toni-1 @clanto007 @mg-100 thank you all for checking and feeding back. I'll work on a fix for this but I'm not available until next week. If anyone else can create a proper fix and submit PR that would be a great help.
@captainhook I submitted now a PR, can you check if it's all right?
Same issue here, not really able to use as licenseGen is as well affected.
🐛 You get 2 errors:
Search for "3.1.0" and replace it with "5.0.9": grep -iR "3.1.0" * src/bitBetter/bin/Debug/netcoreapp3.1/bitBetter.runtimeconfig.json: "version": "3.1.0" src/bitBetter/bin/Debug/netcoreapp3.1/publish/bitBetter.runtimeconfig.json: "version": "3.1.0"
Start the update (docker-compose override: yes and rebuild BitBetter images: yes): ./update-bitwarden
Now the update is working.