Closed
Description
Description
Hard to rule out a quirk of my setup as the source of this, but on the off chance this is a wider issue thought it worth flagging that I'm currently receiving ERROR: operator does not exist: jsonb = bytea
from the Spring container on a fresh clone. I understand this issue was identified and fixed as a part of #568 (#568 (comment)), but for some reason it seems to persist for me.
Expected Behavior
Able to successfully view any example workflows after executing the steps in Recommended - Running with Docker.
Actual Behavior
Unable to view any example workflows.
Possible Fix
Behaviour is as expected if reverting the changes in 26843b2.
Fixes attempted with latest commit:
- Later Postgres image versions
- Reverting all (relevant) package version updates since 26843b2
- Pruning Docker system
Steps to Reproduce
git clone [email protected]:common-workflow-language/cwlviewer.git
cd cwlviewer
- Optional (issue persists with or without): Switch from Spring image to local build in docker-compose.yml.
docker compose up
- Visit http://localhost:8080/
- Select 'compile' from 'Don't know what to view?'
- Select 'Parse Workflow'
Context
Originally occurred after syncing a fork of CWL Viewer.
Your Environment
- Version used:
main
- Environment name and version (e.g. Chrome 39, Java 17): Chrome 131.0.6778.70. Docker 27.1.1. Arch (256.8-1-arch) via WSL2 (5.15.167.4-microsoft-standard-WSL2)