Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Getting 403 error in the browser whenever I change something on the Client. #88

Closed
mucholove opened this issue Feb 26, 2016 · 9 comments

Comments

@mucholove
Copy link

Hello!

Server-side hot-updates work perfectly.

However, whenever I change something in one of my Actions, Components, Containers, I am getting 403 error in the browser.

More specifically, it is JSON:

  {"statusCode":403,"error":"Forbidden"}

I can still see my file on port 8080, but app on 8000 is a no go.

@luandro
Copy link
Owner

luandro commented Feb 26, 2016

I'm getting this error as well, any guesses where it might be coming from?

@richard-flosi
Copy link

Yup, I ran into the same issue. If you remove the dist/ directory it will work again, but I don't know what's the real problem or solution is.

@mucholove
Copy link
Author

Still happening. Sorry for the long intermission. Haven't been coding these last two weeks. Did update my Webpack configs to your current one since my application is already well on it's way. Should I be updating anything else?

@mucholove
Copy link
Author

@richard-flosi - what do you mean by remove the /dist directory?

@richard-flosi
Copy link

I mean rm -rf dist/, but that doesn't really help you with anything b/c the next time you change something it would be broken again. I was just trying to provide a clue to where the issue lies.

@mucholove
Copy link
Author

I did actually do that, but it still didn't work. Which is why I was curious.

@luandro
Copy link
Owner

luandro commented Mar 16, 2016

As Dan pointed out in #87, it's now recommended to remove React-Transform. I plan on working on it #94, any help is welcome. That should do the trick.

@mucholove
Copy link
Author

Never contributed to a repository like this before! Let's see if I can try this out before anything else blows up. A pointer would be nice..but I will be deep-diving regardless!

@luandro
Copy link
Owner

luandro commented Mar 16, 2016

These are basically the changes you'll have to do. Just fork my repo, make the changes and submit the pull request if you can get it to work 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants