-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_scratch.txt
More file actions
90 lines (70 loc) · 1.88 KB
/
Copy path_scratch.txt
File metadata and controls
90 lines (70 loc) · 1.88 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
- DSN=postgres://${DB_USER}:${DB_PASSWORD}@db:${DB_PORT}/${DB_NAME}?sslmode=disable&max_conns=20&max_idle_conns=4
serui-1 | ⨯ [TypeError: fetch failed] {
userui-1 | [cause]: Error: getaddrinfo ENOTFOUND kaybee.local
userui-1 | at ignore-listed frames {
userui-1 | errno: -3008,
userui-1 | code: 'ENOTFOUND',
userui-1 | syscall: 'getaddrinfo',
userui-1 | hostname: 'kaybee.local'
userui-1 | }
userui-1 | }
basePath: '/',
path: '/*',
method: 'ALL',
handler: [AsyncFunction: logger2]
basePath: '/password',
path: '/password/*',
method: 'ALL',
handler: [AsyncFunction (anonymous)]
basePath: '/password',
path: '/password/authorize',
method: 'GET',
handler: [AsyncFunction (anonymous)]
basePath: '/password',
path: '/password/authorize',
method: 'POST',
handler: [AsyncFunction (anonymous)]
basePath: '/password',
path: '/password/register',
method: 'GET',
handler: [AsyncFunction (anonymous)]
basePath: '/password',
path: '/password/register',
method: 'POST',
handler: [AsyncFunction (anonymous)]
basePath: '/password',
path: '/password/change',
method: 'GET',
handler: [AsyncFunction (anonymous)]
basePath: '/password',
path: '/password/change',
method: 'POST',
handler: [AsyncFunction (anonymous)]
basePath: '/',
path: '/.well-known/jwks.json',
method: 'GET',
handler: [AsyncFunction: cors2]
basePath: '/',
path: '/.well-known/jwks.json',
method: 'GET',
handler: [AsyncFunction (anonymous)]
basePath: '/',
path: '/.well-known/oauth-authorization-server',
method: 'GET',
handler: [AsyncFunction: cors2]
basePath: '/',
path: '/.well-known/oauth-authorization-server',
method: 'GET',
handler: [AsyncFunction (anonymous)]
basePath: '/',
path: '/token',
method: 'POST',
handler: [AsyncFunction: cors2]
basePath: '/',
path: '/token',
method: 'POST',
handler: [AsyncFunction (anonymous)]
basePath: '/',
path: '/authorize',
method: 'GET',
handler: [AsyncFunction (anonymous)]