Show Forbidden 403 when try to access browser #6005
Replies: 1 comment
-
Yeah we patch out their authentication and add our own and it
looks like the patches are not applying.
If the patches are not applying usually that either means the
submodule is not checked out or it is checked out to the wrong
commit so I would check both those things.
|
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
DabenW
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-

I have followed the following link to build it.[https://coder.com/docs/code-server/latest/CONTRIBUTING#development-workflow]()
After I run `yarn` and `yarn watch`, I tried to access my browser code and got "Forbidden" on screen. It shows 403 in console.
I tried different versions below:
4.8.2, 4.9.0, 4.9.1, main
Does anyone get the same situation? #5930 didn't help me
Below is the cmd log I got: ``` git submodule update --init quilt push -a yarn yarn watch ```
Beta Was this translation helpful? Give feedback.
All reactions