Describe the bug
When visiting /room/test in the Docker container, the nginx does return a 404.
To Reproduce
Steps to reproduce the behavior:
- Deploy the Docker container e.g. using the docker-compose.yaml and the image of this repository
- Create a new room called "test"
- Open the URL shown in the dialog, e.g. http://localhost:3000/room/test
- A 404 is returned
Expected behavior
The index.html is returned, so that Vue router can show the correct view.
Describe the bug
When visiting
/room/testin the Docker container, the nginx does return a 404.To Reproduce
Steps to reproduce the behavior:
Expected behavior
The
index.htmlis returned, so that Vue router can show the correct view.