Premium support for our pure JavaScript UI components


Post by warikoo »

Our build has been working fine and suddenly today we started getting NPM error of not authorized.

Here is the code from our build (note that I have removed the username and password)

 
 npm config set @bryntum:registry=https://npm.bryntum.com &&     BRYNTUM_TOKEN=$(curl --location --request POST 'https://npm.bryntum.com/-/verdaccio/login' --header 'Content-Type: application/json' --data-raw '{ "username"............", "password":"-------------"}' | jq -r .token) &&    npm set //npm.bryntum.com/:_authToken $BRYNTUM_TOKEN
.....
error An unexpected error occurred: "https://npm2.bryntum.com/@bryntum%2fcalendar/-/calendar-4.3.10.tgz: Request failed \"401 Unauthorized\"".

we haven't changed anything on our side.

Also we attempted to do logout and log back in and that doesn't change any behavior. we simply get an error that you aren't logged in in addition to the above.

Manu


Post by mats »

Does it work if you login / logout? viewtopic.php?p=110201#p110201


Post by warikoo »

We did put in a logout in our build pipe, however, that didn't really fix anything. However, about an hour after on retry the whole thing worked fine. Not sure what exactly changed. We are back to normal execution for now.


Post by mats »

Thanks for the update!


Post Reply