Skip to content

Fixed issue with too long URI for generated bug report by diagnostic feature #592

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

Conversation

bohdan-harniuk
Copy link
Collaborator

Description (*)
When we want to report some issues by the diagnostic feature, we can get the next output on the GitHub side:
Screenshot 2021-05-07 at 16 16 14

It is caused because generated URI on the plugin side didn't consider max allowed URI length on the GitHub side. If the stack trace for an error is too long, we could have such an error while trying to report an issue. I have fixed that issue:
Screenshot 2021-05-08 at 15 13 32

Also was found and fixed names for registered templates: Magento Web API XML and Web API Interface.

Contribution checklist (*)

  • Pull request has a meaningful description of its purpose
  • All commits are accompanied by meaningful commit messages
  • All new or changed code is covered with integration/functional tests (if applicable)
  • All automated tests passed successfully (all builds are green)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants