Reproduction Steps If it matters, using latest version of Google Chrome
Create a Developer Product on the Creator Dashboard
Enter the Configure page for it
Change the description of it
Press “Save Changes”
Observe the frontend says the change saved successfully, observe the backend often says a 403 error has occurred (via a browser’s developer console) or outputs no error and still fails
Expected Behavior
The developer product’s description is successfully updated. If not, the frontend says an error has occurred instead of lying to me.
Actual Behavior
The developer product’s description is almost never updated. The frontend will always say it succeeded, even when it doesn’t.
This also applies to updating the price of the DevProduct. Also, when this does silently fail it sets the price and description back to their former values.
Hi - I can’t seem to reproduce this anymore, but I remember changes have been made within the past 6 months that had to do with the developer product creation/update flow. If you run into this again, can you bump this thread with a screenshot of the network tab to see what api call failed? I suspect that you ran into issues with textfilter and/or an api migration where somehow your request got sent to a deprecated API instead of the new one