We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Env called twice and the second call got 500 responses because of NullPointerException
10.4.0.5 - - [22/Sep/2022:08:15:03 +0000] "GET /api/env HTTP/1.0" 500 21 "https://ci-fiji.akvolumen.org/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/105.0.0.0 Safari/537.36" "118.96.137.79, 34.102.160.74"
There are inconsistencies when we call env while nginx configuration forward env -> api/env
env
λ ag "(\'/env\')" client/tools/devServer.js 24: source: '/env', client/src/utilities/auth.js 71: return get('/env') client/src/app.jsx 133: get('/env') 161: get('/env') 182: get('/env') λ ag "(\'/api/env\')" src/app.jsx 121: getWithToken(token, '/api/env').then(envresp => ({ profile: res.profile, env: Object.assign(res.env, envresp.body) })) 125: get('/api/env').then(envresp => ({ profile: res.profile, env: Object.assign(res.env, envresp.body) }))
The second call issue: NullPointerException on env handler
akvo-lumen/backend/src/akvo/lumen/endpoint/env.clj
Lines 16 to 42 in b70d654
Perhaps because of the tenant manager
Line 25 in b70d654
The text was updated successfully, but these errors were encountered:
[#3166] Prettierrc config
191840e
zuhdil
No branches or pull requests
Context
Env called twice and the second call got 500 responses because of NullPointerException
Problem or idea
There are inconsistencies when we call
env
while nginx configuration forward env -> api/envThe second call issue: NullPointerException on env handler
akvo-lumen/backend/src/akvo/lumen/endpoint/env.clj
Lines 16 to 42 in b70d654
Perhaps because of the tenant manager
akvo-lumen/backend/src/akvo/lumen/endpoint/env.clj
Line 25 in b70d654
Solution or next step
The text was updated successfully, but these errors were encountered: