-
Notifications
You must be signed in to change notification settings - Fork 126
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
open-next errors out on some favicon formats. #390
Comments
The issue here is likely that you use |
I've deployed it using only a call to const site = new sst.aws.Nextjs('Web', { domain: myDomain }) // sst ion 0.0.131 without any options in an |
I'm not talking about the ion next config, i'm talking about the If you want more info about the open next config file you can take a look here. |
Oh sorry, I didn't realize I'd copied this from the doc example. |
The specific error has been added in |
npx --yes [email protected] build
fails in my next project because I used aicon.tsx
as favicon per the documentationRemoving
icon.tsx
and addingicon.png
worked around the issue.(As a note,
icon.tsx
worked indev
mode and showed a favicon as expected.Error:
Possibly some relation to sst/ion#335
This came from this sst v3 issue
The text was updated successfully, but these errors were encountered: