retspen / webvirtcloud

WebVirtCloud is virtualization web interface for admins and users
1.63k stars 362 forks source link

not able to get into swagger / redoc #560

Open gironaptik opened 1 year ago

gironaptik commented 1 year ago

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 1 year ago

is your installation new? did you check required packages? pip3 install -r conf/requirements.txt

gironaptik commented 1 year ago

Yes, perform new installation and checked the requirement - its all updated seems like it missing index page

catborise commented 1 year ago

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.