Skip to content

Fix service account edit page 500 Error - #189

Open
JaeYeonLee0621 wants to merge 1 commit into
mainfrom
fix-service-account-edit
Open

JaeYeonLee0621 wants to merge 1 commit into
mainfrom
fix-service-account-edit

Conversation

@JaeYeonLee0621

@JaeYeonLee0621 JaeYeonLee0621 commented Sep 14, 2026

Copy link
Copy Markdown
Contributor

Problem

Service account edit page returns a 500 (ImproperlyConfigured).

  • Production
Screenshot from 2026-09-14 11-56-19
  • Local
Screenshot from 2026-09-14 11-56-07

Cause

ServiceAccountUpdateView inherits from UpdateView without declaring form_class or template_name, so every request to /service-accounts/<id>/edit/ fails before rendering.

Fix

Set form_class and template_name on the update view, plus a regression test covering GET and POST.

Screenshot from 2026-09-14 12-03-46

@JaeYeonLee0621 JaeYeonLee0621 self-assigned this Sep 14, 2026
@JaeYeonLee0621
JaeYeonLee0621 marked this pull request as ready for review September 14, 2026 10:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant