CRUD Simple pake Vite + ReactJS #91
Unanswered
Luiso9
asked this question in
Troubleshooting Room
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Misi bang izin nanya, saya nyoba buat CRUD pake React JS, saya taruh url api
axios.get('api:endpoint')
langsung di tiap component ex. Create, Read, Update. Tapi kalo saya taruh url nya di .env terusconst mockAPI = process.env.REACT_APP_mockAPI; axios.get(mockAPI)
kenapa si axios nya gamau GET atau Fetch si API nya ya? selalu dapat errorTypeError: Cannot read properties of undefined (reading 'protocol')
.Tapi kalo normal seperti awal Axios bisa GET, Fetch secara normal. Terimakasih.
Beta Was this translation helpful? Give feedback.
All reactions