-
Notifications
You must be signed in to change notification settings - Fork 827
Open
Labels
Description
Describe the bug
Following End to End Testing, the build failed due to an outdated Node version. Static file handling is also not functioning correctly.
- vite 7 require Node 20+. source
To Reproduce
> docker compose build
You are using Node.js 18.20.8. Vite requires Node.js version 20.19+ or 22.12+. Please upgrade your Node.js version.
target idp-migrate: failed to solve: failed to compute cache key: failed to calculate checksum of ref 7d89e6b9-e67f-40fb-8d58-e25adf9b9fce::ijguzizzzgfghc0an5pchqgo5: "/code/tests/app/idp/static": not found
Expected behavior
Both the RP and IdP should work correctly.
Version
master
- [N/A] I have tested with the latest published release and it's still a problem.
- I have tested with the master branch and it's still a problem.
Additional context