-
Notifications
You must be signed in to change notification settings - Fork 136
Hotfix/post release 2.4.13.3 #3198
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
Conversation
|
@vikasrohit do you have any project example where you faced this issue? |
|
I've checked the package-lock.json history. The |
|
@maxceem are you not seeing the issue for any of the projects in dev env? |
|
@vikasrohit no. I've checked out the commit before your fixes f7bfa86 locally. And tried to create topics and create/edit/delete posts in a couple of projects. But all works without issues: Also, I cannot reproduce it on DEV (after the fixes): |
|
@maxceem I have create a post http://connect.topcoder-dev.com/projects/7442/messages/32745 which ideally should be able to reproduce the issue because I copied pasted the content (obfuscated the text leaving the formatting as is) of the message from production which probably caused the issue. |
|
Thanks, @vikasrohit. I've checked it out before your fix is applied, but the message works to me without issues in the browser console. Maybe you can share with me this message in the server response to make sure that we keep the exact code of the message as during copy/pasting something may be changed. So I could create an exact copy of the message by submitting a direct request to the server to create the same post. It's ok to obfuscate the text. |
|
@maxceem check this http://local.topcoder-dev.com:3000/projects/7442/messages/32753 Now it exhibits the same error the message which caused this is |
|
Thanks, @vikasrohit that helped a lot. Your solution with setting |


No description provided.