• Hi,

    I have an error on fetch api’s called on the a client’s website which is developed with nextjs and wordpress. It creates error on the api below. It was working a couple of weeks ago, before I updated the php version and wordpress version. Can it be related to wordpress or nextjs by itself? Any comment is appreciated.

    https://localhost:3000/ 500 (Internal Server Error)

    Uncaught at fetchAPI (webpack-internal:///./lib/api.js:58:11) at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
    Uncaught     at fetchAPI (webpack-internal:///./lib/api.js:58:11)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
Viewing 1 replies (of 1 total)
  • The reason for the error should be visible in the error log. You can find it in your hosting area. If necessary, the support of your hosting can help you.

    Alternatively, you could also enable debugging in WordPress. How to do this is described here: https://www.ads-software.com/support/article/debugging-in-wordpress/ – also here the support of your hosting can help you if necessary to edit the file accordingly.

    In both cases you should be able to see what the cause is in the logfile.

Viewing 1 replies (of 1 total)
  • You must be logged in to reply to this topic.