-
Notifications
You must be signed in to change notification settings - Fork 8.8k
New issue
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
Slack - Update Status erroring with message moment_1.default.tz is not a function #8336
Comments
Hey @rorpage, I have just given this a go in 1.24.0 and I was not able to reproduce it, Can you try updating and let me know if the newer version is working for you. |
I believe this is very edge-case issue where the #8185 Fixed this for the Schedule node. But, looks like we need to completely remove |
I'm on Windows and did one have documentation update here to include
Shall I open a separate issue for that? |
Did you by any change run the |
I did not. I was in the root folder. Should I have? Did I miss a step? |
Confirmed to work with 1.24.1. Thank you all! |
Hey @rorpage, That is good to hear, I will get this marked as closed. |
Describe the bug
When executing the Slack node to Update Status, there is an error that says:
ERROR: moment_1.default.tz is not a function
. I believe this is similar to #8184.To Reproduce
Try to update Slack Status:
TypeError: moment_1.default.tz is not a function
Expected behavior
This was working before an update to Moment and would set Slack statues appropriately.
Environment (please complete the following information):
- OS: Linux (Docker Container from Docker hub)
- n8n Version: 1.22.6 (and previous ones down to .3)
- Node.js Version: v18.18.2 (Docker Container from Docker hub)
- Database system: SQLite
- Operation mode: left untouched
Additional context
None, thanks!
The text was updated successfully, but these errors were encountered: