mirror of
https://github.com/retspen/webvirtcloud.git
synced 2026-04-26 07:55:52 +03:00
[GH-ISSUE #560] not able to get into swagger / redoc #334
Labels
No labels
bug
enhancement
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/webvirtcloud#334
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @gironaptik on GitHub (Nov 28, 2022).
Original GitHub issue: https://github.com/retspen/webvirtcloud/issues/560
Hi,
Trying to get rest list via swagger / redoc and get the following error:
Not Found
The requested resource was not found on this server.
Something that need to be installed / configured before?
Thanks
@catborise commented on GitHub (Nov 29, 2022):
is your installation new? did you check required packages?
pip3 install -r conf/requirements.txt@gironaptik commented on GitHub (Nov 29, 2022):
Yes, perform new installation and checked the requirement - its all updated
seems like it missing index page
@catborise commented on GitHub (Nov 29, 2022):
i tested it again with docker installation, it works as expected.
can you please edit settings.py file to set debug true. may be we can see the problem.