Show HN: I created Make.rs – a place where makers show what they've made
11–20 of 25 posts
Re: Show HN: I created Make.rs – a place where makers show what they've made
#12Congrats to your project. On parts of the site you should check the responsiveness. For example I was able to scroll far to the right on the project lists (android & chrome). When I uploaded my profile picture it was very distorted. Overall I like it and think it is a good idea!
Re: Show HN: I created Make.rs – a place where makers show what they've made
#13How is this different from product hunt?
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.
Re: Show HN: I created Make.rs – a place where makers show what they've made
#14I'm getting CORS issues when I try to submit a project (Chrome, Safari). > Access to XMLHttpRequest at ' https://api.make.rs/projects/ ' from origin ' https://make.rs ' has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource.
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 :/
The CORS error was because the ‘request blocked’ response was a html page without cross origin headers.
Worth checking for that
Re: Show HN: I created Make.rs – a place where makers show what they've made
#15Scrolling through the list... I love the personality to this page with the visual design; don't see that too often these days. Tempted to make a page (I suppose my hand-coded html homepage at https://www.kradeelav.com would fit, as well as various zine and illustration projects). My only big question is a lack of understanding 'which makers' are acceptable here. Those who play with code? those who play with paper? th…
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.
Hope it makes sense.
Re: Show HN: I created Make.rs – a place where makers show what they've made
#16Earlier quoted context omitted.
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 :/
Do you have multiple API instances by chance? Maybe one remained with "old" code?
Re: Show HN: I created Make.rs – a place where makers show what they've made
#17Earlier quoted context omitted.
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. Worth checking for that
Re: Show HN: I created Make.rs – a place where makers show what they've made
#18I'm getting CORS issues when I try to submit a project (Chrome, Safari). > Access to XMLHttpRequest at ' https://api.make.rs/projects/ ' from origin ' https://make.rs ' has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource.
I'm getting this same problem while trying to set my profile at the welcome screen (or by going to settings). This is on Firefox Developer Edition. I then manually disabled CORS (I overrode it with an extension), and noticed it was failing again, but this time with an HTTP 413 to the API endpoint. I changed my image to something smaller (it was 3 MB), and it worked.
Re: Show HN: I created Make.rs – a place where makers show what they've made
#19Re: Show HN: I created Make.rs – a place where makers show what they've made
#20I posted from HK just now. But seems the timestamp of comments is incorrect, it shows "8 hours ago"