-
Projet repo - https://github.com/tomijaga/minter.mo I've been trying to deploy templates from I was advised to work on the local dev server and then deploy to the mainnet. I tried deploying to mainnet today but got this error ❯ dfx deploy --network=ic
Creating a wallet canister on the ic network.
The replica returned an HTTP Error: Http Error: status 404 Not Found, content type "text/html", content: <html>
<head><title>404 Not Found</title></head>
<body>
<center><h1>404 Not Found</h1></center>
<hr><center>nginx/1.21.3</center>
</body>
</html> Then i tried deploying using fleek thinking the issue was from my system but the build process also failed on fleek with this error Deploy started at 4:57:00 PM 03/10/2022
4:57:02 PM 03/10/2022: Deploy started
4:57:04 PM 03/10/2022: Docker image: 'fleek/create-react-app:node-16'
4:57:04 PM 03/10/2022: Build command: 'yarn && yarn build'
4:57:04 PM 03/10/2022: Triggering build execution...
4:57:51 PM 03/10/2022: yarn install v1.22.5
4:57:51 PM 03/10/2022: warning package.json: No license field
4:57:51 PM 03/10/2022: info No lockfile found.
4:57:51 PM 03/10/2022: warning [email protected]: No license field
4:57:51 PM 03/10/2022: [1/4] Resolving packages...
4:57:57 PM 03/10/2022: [2/4] Fetching packages...
4:58:08 PM 03/10/2022: error [email protected]: The platform "linux" is incompatible with this module.
4:58:08 PM 03/10/2022: error [email protected]: The CPU architecture "x64" is incompatible with this module.
4:58:08 PM 03/10/2022: error Found incompatible module.
4:58:08 PM 03/10/2022: info Visit https://yarnpkg.com/en/docs/cli/install for documentation about this command.
4:58:31 PM 03/10/2022: Error occured during the build. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Solved this by removing this by removing the build script in npm and creating the dist folder locally |
Beta Was this translation helpful? Give feedback.
Solved this by removing this by removing the build script in npm and creating the dist folder locally