-
Notifications
You must be signed in to change notification settings - Fork 134
Description
It seems deployment of the last version of the remix storefront is not working on Netlify.
All processes in Netlify(Initializing, Building, Deploying, Cleanup, Post-processing) completed successfully. But after opening the production deploy, it shows: page not found error.
Please note that I am trying to deploy a fresh(last commit on master branch) version of storefront. I didn't do any changes to the storefront code.
I also tried an older version of the storefront and the deployment was without issue.
I tried to deploy it with different commits. The last commit that worked on Netlify was this one: "Upgrading to vendure v2" (Commit d9d4939).
I was not able to deploy it with newer commits (commits after d9d4939 not working).
Therefore, I think the issue with deployment on Netlify is caused by the changes in the code, specifically some changes made after the Commit d9d4939.
How to replicate the issue:
- Copy a storefront repo(master branch with last commit).
- In Netlify: add new site and select import an existing project from GitHub.
- Choose the copied storefront
- Deploy it.
In case this issue might be caused by wrong Netlify settings, I also attached the screenshot of my settings.
I also noticed that with the last commit, during the deployment in Netlify, it shows a message about a process that was still running after build completed successfully. This process was then terminated. I am not sure if it could be a reason why it is not working properly.
Please let me know if you need any more information.