-
Notifications
You must be signed in to change notification settings - Fork 24
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
Comments
I'm getting this error as well, any guesses where it might be coming from? |
Yup, I ran into the same issue. If you remove the |
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? |
@richard-flosi - what do you mean by remove the |
I mean |
I did actually do that, but it still didn't work. Which is why I was curious. |
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! |
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 👍 |
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:
I can still see my file on port 8080, but app on 8000 is a no go.
The text was updated successfully, but these errors were encountered: