matt-yml / pk

PK's Public system to track issues and update on work
0 stars 0 forks source link

Web Map filtering bug(s) #95

Closed matt-yml closed 1 year ago

matt-yml commented 1 year ago

Recent releases of web server front end have problems with either filtering everything out, or leaving too much in.

Discord discussion: https://discord.com/channels/739865703561035778/844200436461600779/1114254065384296479

Image

Image

Image

Image

matt-yml commented 1 year ago

Switching to an older version of web server container for temporary work around.

Work around described here: https://discord.com/channels/739865703561035778/844200436461600779/1114567689072021585

Image

matt-yml commented 1 year ago

latest release is filtering much better with the default settings. it's no longer an all or nothing situation.

going to deploy this to production to take advantage of other library bumps.

Image

Image

$ docker inspect alpha | grep image

"/home/deve/pk/volumes/common/pix:/home/node/public/images/custom:rw",
"/home/deve/pk/submodules/pix:/home/node/public/images/uicons:rw",
"Destination": "/home/node/public/images/custom",
"Destination": "/home/node/public/images/uicons",
"com.docker.compose.image": "sha256:a9000ed81ba9fe50f1d27cd8ec6efb82c66ab8a10ba6cf6e143af47eaea50a28",
"org.opencontainers.image.created": "2023-06-06T02:16:05.164Z",
"org.opencontainers.image.description": "Pokemon GO Map frontend built with React",
"org.opencontainers.image.licenses": "MIT",
"org.opencontainers.image.revision": "a40f55427066cdd1458bb4f5c28acdfbd199a264",
matt-yml commented 1 year ago

verified fix in recent version bump. this version also has refreshed libraries and vastly improved logs.

https://github.com/WatWowMap/ReactMap/pull/716

Image