Web Interface not loading after login

Hi all hoping someone can help. I try to login to the web interface, it flashes up but then disappears. I have restarted the containers and restarted the VM, but the error continues. All containers are loading ok - as they are all visible using Docker ps and no errors of concerns in the docker log files. I went to the troubleshooting page and thought maybe running this command “docker compose -f docker-compose.yml
exec -u gvmd gvmd gvmd --rebuild-gvmd-data=all” might help. But I get the error “service “gvmd” is not running” any suggestions

You have to look into your log files inside the container or mapped to a local filesystem.

Hi,

do you use the exact compose file from https://greenbone.github.io/docs/latest/22.4/container/index.html without any modifications? No additional proxy? Did you take a look a your browsers console?

No proxy, the compose file is fairly standard to the above.

Yes there is nothing obvious in these.

Could you please try the original compose file first? Also please take a look at your browsers console for possible errors.

No errors on the browser console. The compose file is the original - the only change relates to one of the containers that would not load. I cannot change that back as it would break the whole setup. Though not sure how the original compose file would change anything? since the command above is for only one section the GVMD - which is still the same as the original compose file. Thanks though for the suggestions.

Seems I have resolved it now - did a complete reset of the VM and the system it is on - all working ok now
Thanks everyone for your suggestions on this one.