b8b767398544c9699d06d411e6db69d13dc8db98
frappe app doesn't load all python modules of all the apps on startup. It loads the hooks.py only if it is not already cached. Because of this the code to install the regex coverter to not running, causing errors. Fixed it by replacing the regex route with a string route. The issue is it also matches the paths like `socket.io` and `website_script.js` etc. Handled that by whitelisting those routes.
Community
Community App
License
MIT
Description
Languages
Vue
40.4%
JavaScript
31.3%
Python
20.4%
HTML
4%
CSS
2.8%
Other
1%