-
SummaryI'm using a next.js App on Coolify project with a Dockerfile (https://github.com/vercel/next.js/tree/canary/examples/with-docker) and also i have a separate PHP API Project in a separate ressource. The api domains (like https://api.example.de/status) will return the correct json data. On the homepage page.js I'm using fetch to get the status json like When i deploy my project and visit my site I got always the follow errors into the logs: It looks as if the API URL is not being called at all. Do I need to configure anything else in nextjs for this to work? Thanks, Additional informationNo response ExampleNo response |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 6 replies
-
|
What's logging this? I guess that should've been Maybe we need to log a bit more? |
Beta Was this translation helpful? Give feedback.
Mmm I wonder if this is a server anti bot protection issue?
There's thing thing in the HTML you get:
Maybe you need to enable or configure some permissions where your API is hosted?