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
Executar servidor com npm startou npm test
npm start
npm test
nenhum erro do serviço /issuer
/issuer
No momento do boot obtem-se o seguinte erro, depois da exeucução de src/ services/issuer/issuer.class.js:
src/ services/issuer/issuer.class.js
... [winston] Attempt to write logs with no transports {"name":"HTTPError","host":"id.org.br","hostname":"id.org.br","method":"GET","path":"/.well-known/oauth-authorization-server","protocol":"https:","url":"https://id.org.br/.well-known/oauth-authorization-server","statusCode":404,"statusMessage":"Not Found","headers":{"server":"nginx/1.10.3 (Ubuntu)","content-type":"text/html; charset=UTF-8","transfer-encoding":"chunked","connection":"close","set-cookie":["PHPSESSID=9dmlkms4slq2a4hlfp3bb76b85; path=/; HttpOnly"],"cache-control":"no-cache","date":"Thu, 02 Aug 2018 23:05:40 GMT","x-content-type-options":"nosniff","x-frame-options":"DENY","content-security-policy-report-only":"default-src 'self'; script-src https://connect.facebook.net/ http://connect.facebook.net/ http://www.google-analytics.com/ https://www.google-analytics.com/ http://browser-update.org/ https://www.google.com/ https://www.gstatic.com/recaptcha/ 'unsafe-inline' 'unsafe-eval' 'self'; object-src 'none'; style-src https://www.google.com/ https://ajax.googleapis.com/ 'unsafe-inline' 'self'; img-src *; frame-src https://s-static.ak.facebook.com http://static.ak.facebook.com https://www.facebook.com; font-src https://themes.googleusercontent.com/ 'self'; report-uri /nelmio/csp/report","x-content-security-policy-report-only":"default-src 'self'; script-src https://connect.facebook.net/ http://connect.facebook.net/ http://www.google-analytics.com/ https://www.google-analytics.com/ http://browser-update.org/ https://www.google.com/ https://www.gstatic.com/recaptcha/ 'unsafe-inline' 'unsafe-eval' 'self'; object-src 'none'; style-src https://www.google.com/ https://ajax.googleapis.com/ 'unsafe-inline' 'self'; img-src *; frame-src https://s-static.ak.facebook.com http://static.ak.facebook.com https://www.facebook.com; font-src https://themes.googleusercontent.com/ 'self'; report-uri /nelmio/csp/report","content-security-policy":"script-src https://connect.facebook.net/ http://connect.facebook.net/ http://www.google-analytics.com/ https://www.google-analytics.com/ http://browser-update.org/ https://www.google.com/ https://www.gstatic.com/recaptcha/ https://ajax.googleapis.com/ 'unsafe-inline' 'unsafe-eval' 'self'; report-uri /nelmio/csp/report","x-content-security-policy":"script-src https://connect.facebook.net/ http://connect.facebook.net/ http://www.google-analytics.com/ https://www.google-analytics.com/ http://browser-update.org/ https://www.google.com/ https://www.gstatic.com/recaptcha/ https://ajax.googleapis.com/ 'unsafe-inline' 'unsafe-eval' 'self'; report-uri /nelmio/csp/report","x-xss-protection":"0","content-encoding":"gzip"},"level":"error"}
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Reprodução
Executar servidor com
npm start
ounpm test
Resultado esperado
nenhum erro do serviço
/issuer
Resultado obtido
No momento do boot obtem-se o seguinte erro, depois da exeucução de
src/ services/issuer/issuer.class.js
:The text was updated successfully, but these errors were encountered: