Thanks and really good question, I deliberately let it a bit vague at the moment. I'm a tech guy obviously, and it seems that most of those who identify themselves as makers are coming from the tech (building digital / tech products). Or it's because they are very influential on the social media.
Anyway, you can see make.rs similar to linkedin but focused on what you made instead of who you worked for. So anyone can list their creations. If the entries are really diverse I will probably add a categorisation system, because I also want to help makers exchange around their interests, to learn & grow their skills.
Well each one serves a different purpose IMO, even though some parts tend to look similar (the product list/directory for ex).
Product hunt is mainly about sharing cool things you found/discovered/hunted.
Make.rs is about YOU, what you've made, your profile page as a maker (think about LinkedIn but with the things you've done and not the companies you worked for). More features will be coming to help makers discover things, learn and grow their skills.
Thanks for your feedback, I'm working on improving the responsiveness and to add a resize/crop functionality to picture upload. Until then, the best format for a profile pic is a square, this will avoid any distortion.
This is weird, you are the second one who reports this today. I really wonder what's wrong as it works for the rest, and the CORS is configured correctly IMO (but seems it's not?). Sorry :/
I had a similar issue once with an app hosted on Azure. Large images were triggering the WAF sometimes as a ‘chunk’ of the image would falsely match a default firewall rule.
The CORS error was because the ‘request blocked’ response was a html page without cross origin headers.
Yes, I've seen this same issue with AWS lambdas. Browser reports CORS errors but sending the same request with Postman returns HTTP500, which made me realise it was a malformed request.
Very interesting, thanks for the pointer, much appreciated. I was suspecting it has to do with uploading large images but your comment made it clear where to look at now.
Only one which is deleted everytime I deploy a new version. This one stresses me a lot at the moment so I need to figure out what causes it and then fix it haha.