0
mardianto created
Hi,
i'm new to swagger, recently having a problem when generate entity with RAD which is successfully, the dotnet run / watch also run without error. But the API web throw error: Fetch error Internal Server Error /swagger/v1/swagger.json.
it happens twice, the first one solving it by changing the namespace, the second one by removing the navigation properties. why does it happen ? care to give me some guidance
for the record i have manage successfully create several entity and ui with RAD Tool.
edit: it has something to do with circular reference in navigation property in Entity Framework ?