We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The fix in 0.3.1 cannot fit every case. It causes an error when packaging my App at: https://github.com/cuonghuunguyen/Rocket-Chat-Livechat-Clean
// constants/scheduled-jobs.ts export const JobID = { CLEAN_ROOMS: 'CLEAN_ROOMS', }; ```ts // scheduled-jobs/clean-rooms.ts import {JobID} from '../constants/scheduled-jobs'; JobID.CLEAN_ROOMS ^^^ cannot read property CLEAN_ROOMS of undefined
The logs of the Apps CLI is not good so I had to spend hours debugging it 😓 Packaging and Deploying with my own (private) App Packager works fine
The text was updated successfully, but these errors were encountered:
I can confirm this issue. https://open.rocket.chat/channel/rocketchat-apps?msg=ElRicDQZB8WRRfSxH
Sorry, something went wrong.
TypeError: cannot read properties
Successfully merging a pull request may close this issue.
The fix in 0.3.1 cannot fit every case. It causes an error when packaging my App at: https://github.com/cuonghuunguyen/Rocket-Chat-Livechat-Clean
The logs of the Apps CLI is not good so I had to spend hours debugging it 😓
Packaging and Deploying with my own (private) App Packager works fine
The text was updated successfully, but these errors were encountered: