hakusai22
hakusai22
> Please try `gofumpt -w client/rpctimeout_test.go` to make the CI link test pass Hello, I haven't made any changes to the ast.go and patcher.go files. Their code styles don't match....
> Please try `gofumpt -w client/rpctimeout_test.go` to make the CI link test pass @Marina-Sakai hello, Can you help me review it again?
检查application-test.properties文件里面的mallchat.jwt.secret 是否有值
``` public String generateToken() { return JWT.create() .withAudience(APP_STORE_CONNECT_AUDIENCE) .withExpiresAt(Instant.now().plus(ChronoUnit.MINUTES.getDuration().multipliedBy(5))) .withIssuer(issuerId) .withKeyId(keyId) .withPayload(Map.of(BUNDLE_ID_KEY, bundleId)) .sign(Algorithm.ECDSA256(signingKey)); } ``` I see that the code for generating tokens is one-time and newly generated. Why...
@alexanderjordanbaker hello ,If you have time, can you help me analyze this problem? Thank you. There have been a lot of 401 in the production environment recently.
> Oh my god. > > I've been experiencing this problem recently as well. And it's still happening today. > > I was searching google over and over again and...
> @hakusai22 This should be improved now, please let me know if you continue to experience this issue This abnormal situation still appeared in the log today. My version is...
> Wait that status code is 500? For my business, this is a 500 exception. The official API returns 401.
> @hakusai22 This is after my post? About an hour before you posted