api-gateway icon indicating copy to clipboard operation
api-gateway copied to clipboard

NullPointer in oauth2

Open russelmrcl opened this issue 1 year ago • 1 comments

java.lang.NullPointerException: Cannot invoke "Object.toString()" because the return value of "com.predic8.membrane.core.interceptor.session.Session.get(String)" is null
	at com.predic8.membrane.core.interceptor.oauth2client.SessionOriginalExchangeStore.reconstruct(SessionOriginalExchangeStore.java:50)
	at com.predic8.membrane.core.interceptor.oauth2client.rf.OAuth2CallbackRequestHandler.handleRequest(OAuth2CallbackRequestHandler.java:97)
	at com.predic8.membrane.core.interceptor.oauth2client.OAuth2Resource2Interceptor.handleRequest(OAuth2Resource2Interceptor.java:281)

russelmrcl avatar Feb 13 '24 09:02 russelmrcl