HI @FilipLarsson12,
Thanks for reaching out and welcome to Netlify’s Support Forums!
I see a Page Not found when going to the site. Have you seen this Support Guide:
Since you’re using Create React App, please ensure you read section 2:
- SPA redirect rule missing: A variety of tools like Create React App, Vite, Angular, etc. are used to create Single-Page Applications. These applications don’t have a HTML page per path, but instead rely on JavaScript to handle the navigation. For such apps, it is important to have the following contents:
/* /index.html 200
as the contents of the
_redirects
file which should exist in thepublic
(or similar) folder, so that it’s copied over to your publish directory when the site is being built.
Let us know if you continue to have issues.