You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
FROM node:20
WORKDIR /app
RUN npm install -g @pgkit/admin@0.5.0
EXPOSE 7002
ENTRYPOINT ["pgkit-admin"]
Upon opening, the page is blank and there are errors in console:
index-PQBqePPB.js:7351 apiUrl undefined undefined
index-PQBqePPB.js:40 Error: Unrecognized extension value in extension set ([object Object]). This sometimes happens because multiple instances of @codemirror/state are loaded, breaking instanceof checks.
at O (index-PQBqePPB.js:7484:19786)
at O (index-PQBqePPB.js:7484:19362)
at O (index-PQBqePPB.js:7484:19362)
at O (index-PQBqePPB.js:7484:19362)
at Ut1 (index-PQBqePPB.js:7484:19979)
at ANt.resolve (index-PQBqePPB.js:7484:18474)
at Un.create (index-PQBqePPB.js:7484:27691)
at index-PQBqePPB.js:7499:21480
at AR0 (index-PQBqePPB.js:40:24459)
at aD (index-PQBqePPB.js:40:42802)
Y60 @ index-PQBqePPB.js:40
OAt.x.callback @ index-PQBqePPB.js:40
dP0 @ index-PQBqePPB.js:38
SP0 @ index-PQBqePPB.js:40
YAt @ index-PQBqePPB.js:40
wkt @ index-PQBqePPB.js:40
zkt @ index-PQBqePPB.js:40
rI @ index-PQBqePPB.js:40
zP0 @ index-PQBqePPB.js:40
SN @ index-PQBqePPB.js:38
aD @ index-PQBqePPB.js:40
(anonymous) @ index-PQBqePPB.js:40
b @ index-PQBqePPB.js:25
u0 @ index-PQBqePPB.js:25
index-PQBqePPB.js:7484 Uncaught Error: Unrecognized extension value in extension set ([object Object]). This sometimes happens because multiple instances of @codemirror/state are loaded, breaking instanceof checks.
at O (index-PQBqePPB.js:7484:19786)
at O (index-PQBqePPB.js:7484:19362)
at O (index-PQBqePPB.js:7484:19362)
at O (index-PQBqePPB.js:7484:19362)
at Ut1 (index-PQBqePPB.js:7484:19979)
at ANt.resolve (index-PQBqePPB.js:7484:18474)
at Un.create (index-PQBqePPB.js:7484:27691)
at index-PQBqePPB.js:7499:21480
at AR0 (index-PQBqePPB.js:40:24459)
at aD (index-PQBqePPB.js:40:42802)
O @ index-PQBqePPB.js:7484
O @ index-PQBqePPB.js:7484
O @ index-PQBqePPB.js:7484
O @ index-PQBqePPB.js:7484
Ut1 @ index-PQBqePPB.js:7484
resolve @ index-PQBqePPB.js:7484
create @ index-PQBqePPB.js:7484
(anonymous) @ index-PQBqePPB.js:7499
AR0 @ index-PQBqePPB.js:40
aD @ index-PQBqePPB.js:40
(anonymous) @ index-PQBqePPB.js:40
b @ index-PQBqePPB.js:25
u0 @ index-PQBqePPB.js:25
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
I'm starting it like this:
Upon opening, the page is blank and there are errors in console:
Beta Was this translation helpful? Give feedback.
All reactions