Updated paths for static JavaScript files
Available on Retool Cloud and in self-hosted Retool 3.114 or later.
Browsers now load static .js
files from the following locations:
- Custom component libraries:
/libs/custom-component-collections.${hash}.umd.js
- Legacy custom components:
/libs/custom-components.${hash}.umd.js
- Workflows sandbox:
/libs/sandbox.${hash}.umd.js
This change will not disrupt most self-hosted organizations. If you have additional infrastructure that sits between your user's browser and your Retool instance, such as a load balancer, you might need to update your infrastructure configuration.
Prior to Retool 3.114, the following paths were used:
- Custom component libraries:
/runtime~custom-component-collections.${hash}.js
/custom-component-collections.${hash}.js
- Legacy custom components:
/runtime~custom-components.${hash}.js
/custom-components.${hash}.js
- Workflows sandbox:
/sandbox.{hash}.js