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
The frontend/backend versions displayed in the UI here are incorrect:
(this was frontend and backend both v12.5.1)
This is because these versions are hardcoded in https://github.com/valtimo-platform/valtimo-frontend-libraries/blob/next-minor/projects/valtimo/config/src/lib/constants/versions.ts. We need a reliable source for these version numbers. Maybe an env variable that's set in CI?
The text was updated successfully, but these errors were encountered:
Using envvars is not an option here, the files aren't processed before being served. That's the point of a static frontend. That's why they're copied from upstream to the implementation downstream. I assume this npm run copy-frontend-version might have been skipped in the Valtimo Cloud GitHub actions workflow.
The frontend/backend versions displayed in the UI here are incorrect:
(this was frontend and backend both v12.5.1)
This is because these versions are hardcoded in
https://github.com/valtimo-platform/valtimo-frontend-libraries/blob/next-minor/projects/valtimo/config/src/lib/constants/versions.ts
. We need a reliable source for these version numbers. Maybe an env variable that's set in CI?The text was updated successfully, but these errors were encountered: