I have exported the project and it will simply not upload into the NeoLoad Web. It just does nothing. How can I go about troubleshooting this issue?
Is this the docker on prem version? Have you upgraded from an earlier version? I suspect you are missing entries in the compose file, if you can share it I can help you debug it
I have redeployed the docker containers and now it works. It was getting a little tricky with remote access.
I have the same issue, got the latest compose file and everything else works fine apart from uploading a project to run a test, it always either says retry or cancel. The size of the file is also way under 100 Mb please do assist
Make sure that the URL related to that parameter "FILE_STORAGE_ROUTER_BASE_URL" in your yaml file is correct. Usually issues while uploading a project is related to a wrong URL or port blocked.
Otherwise you can check the logs of the front end container after reproducing the issue like this:
sudo docker logs -f --tail=20 nlweb-frontend
Still seems to be broken, don't know what the URL should be exactly, and what port should it be on, I made it the same as the front end URL with the default port, should i be able to access this URL in my browser with that port?
If you have used the default settings then that port should be 8081.
You should display more logs without the tail option. For instance a "sudo docker logs nlweb-frontend > $HOME/frontend.log" should work.
Then look at that frontend.log for any errors.