tolgee / tolgee-platform

Developer & translator friendly web-based localization platform
https://tolgee.io
Other
1.23k stars 95 forks source link

401 error code #2249

Open bohyun82 opened 4 weeks ago

bohyun82 commented 4 weeks ago

I used the Tolgee Tools extension. But suddenly the Tolgee Tools extension does not work on the website I am using and an error code 401 appears. Even if I delete everything and register again, it's still the same. What is the solution? My coworkers are normal and it's only a problem for my account.

12

JanCizmar commented 4 weeks ago

By the screenshot it looks like you're using some older version of Tolgee SDKs, can you try to update it and try it again?

If the error persists, can you please share the information from the network tab of the dev tools?

I have also created this issue in the Tolgee JS repository to handle the errors better: https://github.com/tolgee/tolgee-js/issues/3329

bohyun82 commented 3 weeks ago

How do I update Tolgee SDKs? The version of Tolgee tool I am currently using is 1.7.0. Even after uninstalling and reinstalling, the same error code appears. A 401 error will appear and the pop-up window at the top will display invalid.

stepan662 commented 3 weeks ago

Hey, I think you are talking about Tolgee chrome plugin, but we are talking about Tolgee SDK. However, if it works fine for your colleagues, it's probably not the issue. One thing that comes to my mind, is that it can be influenced by other extensinsions in your browser, which could be blocking requests. So you can try to deactivate other chrome extensions or try in private mode.

If the issue persists, please try to look into chrome dev tools and check the network (here is tutorial: https://developer.chrome.com/docs/devtools/network), and find the request that is failing and what error it is producing - that way I can give you better support.