Getting asset not found: index.html in production builds. Given this is my first time using Tauri 2.0's APIs, let alone with a fully featured web application, this is mostly a "me" problem. xD
Okay, so the problem was not setting up next.config.js but that caused a new problem in that it can't use NextAuth because the page is technically static.
Getting
asset not found: index.html
in production builds. Given this is my first time using Tauri 2.0's APIs, let alone with a fully featured web application, this is mostly a "me" problem. xD