react-portfolio-behance icon indicating copy to clipboard operation
react-portfolio-behance copied to clipboard

Blank feed from Behance

Open exetico opened this issue 7 years ago • 11 comments

Hi'

I just closed the forked repo. Hereafter i did run both npm install and npm start, but no data-feed is provided from Behance (It's just blank).

What can it be? No issues is showing up in the browser console, and in the npm env. in my console. Screenshot: image

exetico avatar Nov 13 '17 17:11 exetico

Hey @exetico,

I have to make it clearer or improve this way of displaying Behance data after running npm start. But currently to view just add the url path: http://localhost:8080/react-portfolio-behance/

I'm glad to be interested in the repository 😃

interaminense avatar Nov 13 '17 18:11 interaminense

Damn 😂 Thanks!

What a waste of time. I was 100% sure that i messed something up. I'll give it a try tomorrow! I also tried pressing the link to the portfolio, but you did add an hardlink, so i totally missed the idea of testing the same path from localhost.

exetico avatar Nov 13 '17 20:11 exetico

Where exactly should I add this url path to view projects?

bearjr avatar Feb 02 '18 17:02 bearjr

Hey @bearjr,

Did you get the server up?

interaminense avatar Feb 02 '18 18:02 interaminense

Hey, yeah, I got your repo and fork to mine, I type npm install and npm start and I have the same problem as @exetico - localhost:3000 and empty page (without Behance project), I just started with React so your advice will be very helpful for me :)

bearjr avatar Feb 02 '18 18:02 bearjr

@bearjr, You just need to type localhost:3000/react-portfolio-behance to display a random user or use the name of a behance user. ex: localhost:3000/react-portfolio-behance/imcreator.

imcreator is my username on benahce :). What is your?

interaminense avatar Feb 02 '18 18:02 interaminense

I intend to improve this usability problem 😞

interaminense avatar Feb 02 '18 18:02 interaminense

My username is bear_junior :) Okay, first thing - it doesn't work when I type localhost:3000/react-portfolio-behance or localhost:3000/react-portfolio-behance/imcreator, but when I change <Route path={${URL_DEFAULT}/:username} component={Param} /> to <Route path={${URL_DEFAULT}/:user} component={Param} /> (cause "return <Portfolio user=") it works, and secondly when I change to <Route path={http://localhost:3000/react-portfolio-behance/} component={Param} /> it works excellent, thanks :)

bearjr avatar Feb 02 '18 18:02 bearjr

@bearjr Can you share your code by committing on your fork?

interaminense avatar Feb 02 '18 19:02 interaminense

You can feel free to contribute to this project by sending a PR 😀

interaminense avatar Feb 02 '18 19:02 interaminense

My main workstation is powered off - and packed at the moment, but please tag mere here @bearjr if you need my example of how i changed a bit of the code, so that it's only listing my profile.

Only a few changes needs to be made, for the correction of path-change and default-profile - take a look at: https://github.com/interaminense/react-portfolio-behance/compare/master...exetico:master

My knowledge about reach is also very limited, and my "hack/fix" is not that good - but it works ;-)

exetico avatar Mar 01 '18 15:03 exetico