Hi nigel,I just saw your reply,In the same way as you provided, I solved the access and login problems by modifying the configuration file of nuxt.config.dev.js, and solved the connection problem of ws through the configuration of nginx.
But I try to use https://mybaserow.com/baserow to access baserow, just like the ISSUE: https://community.baserow.io/t/how-to-mount-baserow-to-url-path-e-g-https-mydomain-com-baserow/1269 , my media files and images in /static/img cannot be accessed, the error code is 404, I am trying to modify the environment variables PUBLIC_WEB_FRONTEND_URL and MEDIA_URL to solve it, but it seems to have no effect