-
Notifications
You must be signed in to change notification settings - Fork 30
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
Jatin create backend for custom forms #1139
base: development
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please change the HTTP request type to POST. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@audreydieuanh Please Provide a Proper Video showing the error mentioned in this image, so I can understand the issue in a better way. Thanks. |
@RashmiKY98 The userID that you are using doesn't exist. Please properly copy your userID from DB and then review it again. Thanks. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
All the routes are working except the /form/format route. I am receiving this message. now_pr-1139.mp4Not sure why the endpoint Createform is being used instead of POST. Also, not sure why the endpoint is edit instead of PATCH. The method and the procedure name do not match in this route: |
Description
Please include the exact bug/functionality description and a summary of the changes/ related issues. Please also include any other relevant motivation and context:
Related PRS (if any):
This backend PR is not related to development branch in frontend .
…
Main changes explained:
…
How to test:
npm install
andnpm run build
to run this PR locallyScreenshots or videos of changes:
Screen.Recording.2024-10-31.at.3.28.14.PM-2.mp4