I see you are defining both a startCommand and a staticPublishPath. A startCommand is only used for web services, whereas a staticPublishPath is used for static sites.
I also see you defining some rewrite rules, so I assume you were actually trying to deploy a static site. You’ll need to set runtime: static, removing env: node.
I’d suggest reviewing docs.render.com/static-sites as a good place to start. It can also be helpful not to start out with a blueprint when you’re just familiarizing yourself with Render. You can always create services and then export them to a blueprint once you have the basics working.
When I deployed is a static I see in the console that my site is live, but I have an error in my console:
Failed to load module script: Expected a JavaScript module script but the server responded with a MIME type of “binary/octet-stream”. Strict MIME type checking is enforced for module scripts per HTML spec.
Does it mean I need to change all my .jsx ending files to .js ?
(sorry for writing it the second time, I can’t see the reply from you to my previous topic)