I posted from HK just now. But seems the timestamp of comments is incorrect, it shows "8 hours ago"
Show HN: I created Make.rs – a place where makers show what they've made
21–25 of 25 posts
Re: Show HN: I created Make.rs – a place where makers show what they've made
#22I'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.
Re: Show HN: I created Make.rs – a place where makers show what they've made
#23How 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…
Re: Show HN: I created Make.rs – a place where makers show what they've made
#24Earlier 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
#25I'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.