Live data from Hacker News

Show HN: I created Make.rs – a place where makers show what they've made

make.rs

21–25 of 25 posts

Re: Show HN: I created Make.rs – a place where makers show what they've made

#22
post #5

I'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.

Fixed - Thank you all who gave me good pointers at what to look at.

Re: Show HN: I created Make.rs – a place where makers show what they've made

#23
post #11

How is this different from product hunt?

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…

Product Hunt explicitly supports posting your own projects.

Re: Show HN: I created Make.rs – a place where makers show what they've made

#24
post #6

Earlier 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

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.

Re: Show HN: I created Make.rs – a place where makers show what they've made

#25
post #5

I'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.

Fixed - Thank you all who gave me good pointers at what to look at.

Confirmed working now
Post reply on HN