Skip to content

Member profile "Publisher" offering option causes validation error (agenticadvertising platform) #796

@rgushel

Description

@rgushel

Bug Description

When editing a member profile, "Publisher" appears as an option in the offerings selection, but selecting it causes a validation error on submit.

Steps to Reproduce

  1. Navigate to personal member profile editing page
  2. Select "Publisher" as an offering
  3. Submit the form

Expected Behavior

If "Publisher" is a valid offering option, it should save successfully. If it's not valid, it should not appear as a selectable option in the UI.

Actual Behavior

Form submission fails with validation error: Invalid offerings: publisher

Error Message

Invalid offerings: publisher

Root Cause

Frontend form includes "Publisher" as a selectable offering, but backend validation does not accept it as a valid value. This is a mismatch between frontend options and backend schema validation.

Suggested Fix

Either:

  • Add "publisher" to the valid offerings enum on the backend, OR
  • Remove "Publisher" from the frontend form options

Impact

Users cannot save their profile if they select Publisher as an offering.

Image Image

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions