250x250
반응형
Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | ||||||
2 | 3 | 4 | 5 | 6 | 7 | 8 |
9 | 10 | 11 | 12 | 13 | 14 | 15 |
16 | 17 | 18 | 19 | 20 | 21 | 22 |
23 | 24 | 25 | 26 | 27 | 28 | 29 |
30 | 31 |
Tags
- React
- EC2
- TypeScript
- Spring
- docker
- linux
- Express
- MUI
- AWS EC2
- js
- springboot
- AWS
- nodejs
- python
- Github Actions
- Jenkins
- RDS
- javascript
- macbook
- Java
- github
- deploy
- ngrok
- webhook
- 500
- error
- fastapi
- MongoDB
- axios
- Troubleshooting
Archives
- Today
- Total
728x90
반응형
SMALL
목록403 (1)
BEAT A SHOTGUN
[TROUBLESHOOTING] 403 ERROR ON USER RESISTRATION
ERROR ❌ 🤷♂️? USER 를 REGIST 하려하면 403 ERROR 가 났다. 아니 아직 아무것도 안 만들고 권한이라는 게 없는 USER 에 403 ERROR??? ROLE 은 아직 안 만들었는데? 🙋♂️!! 아하! 나는 Security 를 사용했지 ! 암호화를 위해 BCryptPasswordEncoder 도 사용했지! SOLUTION ✅ // SecurityConfig.java @Configuration @EnableWebSecurity public class SecurityConfig extends WebSecurityConfigurerAdapter { ... @Override ❌ protected void configure(HttpSecurity http) throws Exception{..
TROUBLESHOOTING
2022. 10. 21. 16:47
728x90
반응형
LIST