You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I encountered an issue while running your application locally. The app itself seems to be functioning correctly, but when I try to access the Swagger documentation page via /api/ui, it doesn’t load as expected. I couldn't find the endpoint for viewing the API documentation.
Steps to Reproduce:
Cloned the repository and followed the setup steps.
Ran the app using the provided command: bun run dev.
Tried to navigate to /api/ui to view the Swagger documentation.
Received either a 404 error or a blank page (depending on your app's response).
Expected Behavior: I expected the Swagger page to be available at /api/ui to browse the API documentation.
Actual Behavior: The Swagger page isn't accessible, and I couldn’t locate the documentation page.
Additional Information:
I can confirm that the server is running fine, and all other routes seem to work as expected.
Are there any additional configurations or specific routes for Swagger that I might be missing?
Any assistance would be appreciated!
The text was updated successfully, but these errors were encountered:
Hello @CarlosZiegler,
I encountered an issue while running your application locally. The app itself seems to be functioning correctly, but when I try to access the Swagger documentation page via /api/ui, it doesn’t load as expected. I couldn't find the endpoint for viewing the API documentation.
Steps to Reproduce:
Expected Behavior: I expected the Swagger page to be available at /api/ui to browse the API documentation.
Actual Behavior: The Swagger page isn't accessible, and I couldn’t locate the documentation page.
Additional Information:
Any assistance would be appreciated!
The text was updated successfully, but these errors were encountered: