Coder Social home page Coder Social logo

Comments (15)

frenck avatar frenck commented on July 26, 2024 2

Thanks for letting me know!

from addon-bitwarden.

frenck avatar frenck commented on July 26, 2024 1

This should be fixed with v0.7.0:

https://github.com/hassio-addons/addon-bitwarden/releases/tag/v0.7.0

Could you test this?

from addon-bitwarden.

mironalessandro avatar mironalessandro commented on July 26, 2024 1

Yes absolutely.. When I have the update I can test it

from addon-bitwarden.

mironalessandro avatar mironalessandro commented on July 26, 2024

@frenck can you give an update on this?

from addon-bitwarden.

frenck avatar frenck commented on July 26, 2024

Yes

No updates

from addon-bitwarden.

mironalessandro avatar mironalessandro commented on July 26, 2024

Ok, thanks.

from addon-bitwarden.

github-actions avatar github-actions commented on July 26, 2024

There hasn't been any activity on this issue recently, so we clean up some of the older and inactive issues.
Please make sure to update to the latest version and check if that solves the issue. Let us know if that works for you by leaving a comment 👍
This issue has now been marked as stale and will be closed if no further activity occurs. Thanks!

from addon-bitwarden.

mironalessandro avatar mironalessandro commented on July 26, 2024

The problem is still there

from addon-bitwarden.

mironalessandro avatar mironalessandro commented on July 26, 2024

Nothing change on the new version 😔 ... Same issue with attachments and login after disconnection

from addon-bitwarden.

shirou93 avatar shirou93 commented on July 26, 2024

@mironalessandro hi, error disaapear when put correct domain in admin panel (default http://localhost). Can you check and confim?

I have different error. When try upload attachment bigger than 10mb i have error.

log 2021/02/15 08:47:14 [error] 411#411: *336 client intended to send too large body: 13142859 bytes

this is propbaly nginx config issue:

client_max_body_size 10M; is default i see in config file is 4G (maybe this config was ignored?)

@frenck can you check it? (bitwarden docummentation says An individual file attachment must be 100MB or smaller. )

I think disable check max body size via 0 it's fine. Bitwarden check size file to max 100mb.

Thanks

from addon-bitwarden.

mironalessandro avatar mironalessandro commented on July 26, 2024

@mironalessandro hi, error disaapear when put correct domain in admin panel (default http://localhost). Can you check and confim?

I have different error. When try upload attachment bigger than 10mb i have error.

log 2021/02/15 08:47:14 [error] 411#411: *336 client intended to send too large body: 13142859 bytes

this is propbaly nginx config issue:

client_max_body_size 10M; is default i see in config file is 4G (maybe this config was ignored?)

@frenck can you check it? (bitwarden docummentation says An individual file attachment must be 100MB or smaller. )

I think disable check max body size via 0 it's fine. Bitwarden check size file to max 100mb.

Thanks

Hi!

I don't understand what do you mean with try with local host...

from addon-bitwarden.

shirou93 avatar shirou93 commented on July 26, 2024

@mironalessandro hi, error disaapear when put correct domain in admin panel (default http://localhost). Can you check and confim?
I have different error. When try upload attachment bigger than 10mb i have error.
log 2021/02/15 08:47:14 [error] 411#411: *336 client intended to send too large body: 13142859 bytes
this is propbaly nginx config issue:
client_max_body_size 10M; is default i see in config file is 4G (maybe this config was ignored?)
@frenck can you check it? (bitwarden docummentation says An individual file attachment must be 100MB or smaller. )
I think disable check max body size via 0 it's fine. Bitwarden check size file to max 100mb.
Thanks

Hi!

I don't understand what do you mean with try with local host...

In admin panel you must add correct domain or IP adress your server with https example https://192.168.1.5/.

from addon-bitwarden.

mironalessandro avatar mironalessandro commented on July 26, 2024

@mironalessandro hi, error disaapear when put correct domain in admin panel (default http://localhost). Can you check and confim?
I have different error. When try upload attachment bigger than 10mb i have error.
log 2021/02/15 08:47:14 [error] 411#411: *336 client intended to send too large body: 13142859 bytes
this is propbaly nginx config issue:
client_max_body_size 10M; is default i see in config file is 4G (maybe this config was ignored?)
@frenck can you check it? (bitwarden docummentation says An individual file attachment must be 100MB or smaller. )
I think disable check max body size via 0 it's fine. Bitwarden check size file to max 100mb.
Thanks

Hi!
I don't understand what do you mean with try with local host...

In admin panel you must add correct domain or IP adress your server with https example https://192.168.1.5/.

I try it... and now only from ios works well... from chrome and edge extension still not working... anyway i try an attachment with 27mb and i have an error like you ... for me is not important this but just to add a new test for franck

from addon-bitwarden.

shirou93 avatar shirou93 commented on July 26, 2024

@mironalessandro hi, error disaapear when put correct domain in admin panel (default http://localhost). Can you check and confim?
I have different error. When try upload attachment bigger than 10mb i have error.
log 2021/02/15 08:47:14 [error] 411#411: *336 client intended to send too large body: 13142859 bytes
this is propbaly nginx config issue:
client_max_body_size 10M; is default i see in config file is 4G (maybe this config was ignored?)
@frenck can you check it? (bitwarden docummentation says An individual file attachment must be 100MB or smaller. )
I think disable check max body size via 0 it's fine. Bitwarden check size file to max 100mb.
Thanks

Hi!
I don't understand what do you mean with try with local host...

In admin panel you must add correct domain or IP adress your server with https example https://192.168.1.5/.

I try it... and now only from ios works well... from chrome and edge extension still not working... anyway i try an attachment with 27mb and i have an error like you ... for me is not important this but just to add a new test for franck

For me extensions in web browsers work well. Only attachments bigger than 10 mb show errors.

I have https://domain.com:port/ in admin panel.

from addon-bitwarden.

github-actions avatar github-actions commented on July 26, 2024

There hasn't been any activity on this issue recently, so we clean up some of the older and inactive issues.
Please make sure to update to the latest version and check if that solves the issue. Let us know if that works for you by leaving a comment 👍
This issue has now been marked as stale and will be closed if no further activity occurs. Thanks!

from addon-bitwarden.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.