Skip to content
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

[BUG FE] Cannot leave an updated user note #29

Closed
BobWritesCode opened this issue May 18, 2023 · 1 comment
Closed

[BUG FE] Cannot leave an updated user note #29

BobWritesCode opened this issue May 18, 2023 · 1 comment
Assignees
Labels
bug Something isn't working frontend This issue is for the frontend
Milestone

Comments

@BobWritesCode
Copy link
Owner

Describe the bug (A clear and concise description of what the bug is)
Can no longer update a user note.

To Reproduce (Steps to reproduce the behavior)
Go to any user profile, try to update user note.

Expected behaviour (A clear and concise description of what you expected to happen)
Form submits and user note is updated.

Screenshots (If applicable, add screenshots to help explain your problem)
image
image

Additional context (Add any other context about the problem here)
RuntimeError: You called this URL via PUT, but the URL doesn't end in a slash and you have APPEND_SLASH set. Django can't redirect to the slash URL while maintaining PUT data. Change your form to point to 127.0.0.1:8000/usernotes/9/ (note the trailing slash), or set APPEND_SLASH=False in your Django settings.

@BobWritesCode BobWritesCode added bug Something isn't working frontend This issue is for the frontend labels May 18, 2023
@BobWritesCode BobWritesCode added this to the Launch v1.00 milestone May 18, 2023
@BobWritesCode BobWritesCode self-assigned this May 18, 2023
@BobWritesCode
Copy link
Owner Author

Link to backend

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working frontend This issue is for the frontend
Projects
Status: Done
Development

No branches or pull requests

1 participant