Felix Shih
Felix Shih
I would like to try to complete this issue.
@mojoee , Since there has been no response, the issue has not yet begun.
Try https://github.com/AbdBarho/stable-diffusion-webui-docker/issues/657
I also encountered the same problem when upgrading to Next 16.0.0 — But in my case, it triggers on Windows, but not on my Mac or Linux server. However, in...
I just tested the part on Windows where the bug occurs. Using an absolute path or an alias (like `@use "@/styles/FOO.scss" as *`) causes an error. But when I switch...
Trying next.config.ts ```ts import type { NextConfig } from "next"; import path from "path"; const sassOptions = { // additionalData is causing "Error: Can't find stylesheet to import." }; const...