You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you open up the network panel what request is it trying to make that's failing? If you're running locally you need to run the frontend and back separately.
hi, I installed backend and frontend on my vps, and to visit backend it shows:
"it works!"
which i assume it works, and i run frontend and always got:
TypeError: Failed to fetch
i thought this might be something wrong about my backend, so i set the backend point to try-puppeteer.appspot.com in app.js as below:
and still i got the same TypeError: Failed to fetch
any idea what i got wrong?
thanks?
The text was updated successfully, but these errors were encountered: