Vladimir Spirin
09/28/2022, 10:01 PMbasePath approach won’t work at all. Any ideas?🤔zomars
09/29/2022, 9:43 AMVladimir Spirin
09/29/2022, 11:45 AMzomars
09/29/2022, 12:00 PMVladimir Spirin
09/29/2022, 12:17 PMbasePath in next.config.js, the application builds but crashes immediately during browsing. We put Nginx in between, but not only did it stop working, also having two reverse proxies in a row was a bad idea from the start and we did it just out of curiosity. As a last resort we naively pointed NEXT_PUBLIC_WEBAPP_URL/NEXT_PUBLIC_WEBSITE_URL to http://domain/subpath, it won’t work, which was predictable. Seems like a dead end.🙄zomars
09/29/2022, 1:18 PMVladimir Spirin
09/29/2022, 1:24 PM