We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Supernova-Studio/exporters
When trying to create any custom exporter on /code/exporters/custom the following error occurs:
/code/exporters/custom
Error thrown: BadRequest: [ { "code": "invalid_union_discriminator", "options": [ "SendPullRequest", "PullExporterBundle", "ResolveRepositoryBranch" ], "path": [ "type" ], "message": "Invalid discriminator value. Expected 'SendPullRequest' | 'PullExporterBundle' | 'ResolveRepositoryBranch'" } ] Code: BadRequest Status: 400 Fields: null Request ID: - Server time: - Network URL: https://api.supernova.io/api/v2/codegen/workspaces/19398/exporters Stack: Error: BadRequest: [ { "code": "invalid_union_discriminator", "options": [ "SendPullRequest", "PullExporterBundle", "ResolveRepositoryBranch" ], "path": [ "type" ], "message": "Invalid discriminator value. Expected 'SendPullRequest' | 'PullExporterBundle' | 'ResolveRepositoryBranch'" } ] at i.fromNetworkResponse (https://app.supernova.io/_next/static/chunks/9373-b63948a4cbf2f0d6.js:1:211516) at iw.handleResponse (https://app.supernova.io/_next/static/chunks/9373-b63948a4cbf2f0d6.js:1:85153)
This bug originally happpened while trying to install a custom exporter for my org, but I have validated it occurs with the following URLs:
+ New Custom Exporter
Custom exporter cannot be added or validated
Custom exporter is able to be added and validated
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Exporter Name
Supernova-Studio/exporters
Description
When trying to create any custom exporter on
/code/exporters/custom
the following error occurs:This bug originally happpened while trying to install a custom exporter for my org, but I have validated it occurs with the following URLs:
Reproducing a bug
/code/exporters/custom
+ New Custom Exporter
Current Behaviour
Custom exporter cannot be added or validated
Expected Behaviour
Custom exporter is able to be added and validated
The text was updated successfully, but these errors were encountered: