-
-
Notifications
You must be signed in to change notification settings - Fork 220
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
Manifest: Line: 1, column: 1, Syntax error. #820
Comments
using react without typescript? |
yes, this is the repo with the issue but somehow it works fine with ts on this repo |
You should configure your web server for example NGINX. Web server can't find manifest.webmanifest in root dir. |
you were right tho, did some icons, tried bunch of stuff in config and thank god worked just fine in here |
I followed the steps here to create a new vite react pwa app, then tried to run
bun dev
with no more than the initial project structure, I can seeManifest: Line: 1, column: 1, Syntax error.
logged in the console atmanifest.webmanifest:1
, which redirects to thisto reproduce this and see for yourself, clone this issuing repo and try to build and run as mentioned in the docs here, and please kindly once figured out the source of the issue, report to me at
[email protected]
or just create a PR or issue or anything, I will noticeThe text was updated successfully, but these errors were encountered: