-
Notifications
You must be signed in to change notification settings - Fork 2
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
With this package installed, we cannot view the Umbraco Delivery API in Swagger #48
Comments
Hi @markadrake , |
@lauraneto, thank you for your reply! Packages I have installed:
Forgive me if I overlook something! I don't believe any of my custom property editors or extensions to Contentment are using anything non-standard. It's always a basic string value coming back. I have a few custom API endpoints, but they render correctly in Swagger. I will look closer! Because of the upcoming holiday, things are sporadic here. I do appreciate your time and effort on the package. Please let me know if there are any steps you'd recommend to get more details. |
Hi @markadrake, Can you give version 13.1.1-beta.1 a try and check the logs so we know exactly what property is causing the issue? |
@vsilvar I am so sorry for the delay. Here is my environment without the package:
Here are things after installing the beta:
I'll have more time this Friday or weekend. I want to test the DeliveryApiExtensions package alongside my Umbraco 13 minimal demo. I created this after noticing issues with Contentment and the Content Delivery API,, which is also used on this site from which I'm testing/reporting. |
@markadrake As for the main problem that is causing a LOT of schemas to be generated, that is indeed due to Contentment not properly supporting the delivery API, and their property converters not implementing Ideally Contentment would be updated so their property editors and converters support the delivery API and also so that the In the mean time, I've provided you an alternative solution, by copying and overriding the built-in contentment value converters with a custom one modified to support the delivery api in: |
@vsilvar, you're a godsend! I appreciate all your effort on the bug report and your going above and beyond with the PR. Let me know if I can buy you a coffee (remotely)! I trust your assessment. This issue derives from issues with Contentment, not your package. I will close this issue. Edit: and thank you, @lauraneto! |
Which version of the package are you using?
13.1.0
Which Umbraco version are you using? For example: 12.2.0 - don't just write v12
13.5.2
Bug summary
If this package is installed, we cannot inspect the Umbraco Delivery API definition, but we can access other definitions in the browser.
Definitions:
Steps to reproduce
I'm sorry, but I cannot outline the steps to reproduce this error. However, I'm happy to follow any steps you give me to provide more detail and insight into the situation. Although I'm not a backend engineer, I would gladly follow your direction to help fix the issue.
Expected result / actual result
No response
The text was updated successfully, but these errors were encountered: