Moving a site from Gatsby Cloud to Netlify before the end of the month.
Having trouble deploying with the error message:-
Deploy did not succeed: Invalid filename ‘static/d216e4e65f0e556ed57068a79595767d/f836f/1584486378001?e=1626912000&v=beta&t=D-7MuQce_K02ILOfio3uk9Vv_Jhj7AdTL9GBVNHbXIc.jpg’. Deployed filenames cannot contain # or ? characters
This is something that is created during the build I think so I’m nt sure how to stop it having # or ? in.
This has deployed fine on Gatsby Cloud. All environment variables match. Did have to downgrade node to 16.
Why would your file have ? or # in the name? Those are supposed to be query params and hash strings respectively. This is not something we can help with. You need to find a way to prevent those characters from being included in those file names.
This code is building on gatsby cloud fine. But that service is sunsetting in a few weeks so moving over to netlify. I thought it would build fine, but getting this error message
This is not a building problem, so comparing Netlify and Gatsby Cloud is probably not the best idea. Gatsby Cloud might be allowing you to deploy files with those characters, but Netlify does not. Try running a production build locally and see if you get those files.