SyntaxError: Unexpected token 'B', "Billing ha"... is not valid JSON
iamutkarshyadav opened this issue · 3 comments
iamutkarshyadav commented
binyamdawit commented
Hey @iamutkarshyadav I think I might have the solution for that!
in your CreatePost.jsx file under the generateImage function. Change your fetch response to => const response = await fetch('http://localhost:8080/api/v1/dalle', {
Hope that helps.
binyamdawit commented
And if that works, I suggest you do the same thing for all the other ones (even in your Home.jsx). Such as for the fetch response: https://dalle-arbb.onrender.com/api/v1/post, change it to => http://localhost:8080/api/v1/post
iamutkarshyadav commented
thanks, it worked!