knuckleswtf / scribe

Generate API documentation for humans from your Laravel codebase.✍
https://scribe.knuckles.wtf/laravel/
MIT License
1.58k stars 280 forks source link

Database connection issue #775

Open lasaaliceblue opened 6 months ago

lasaaliceblue commented 6 months ago

Scribe version

4.8.0

Your question

Inside the function, if I call third-party API I am getting this issue. on production server issue is coming but local server is working fine.

image

Docs

shalvah commented 5 months ago

Looks like Scribe is having a problem connecting to your production database? (Also, should you be running this on production?)

mnowak-umich commented 5 months ago

We are encountered a similar problem running deployment under CICD so that scribe picks up the correct base url when it is set to null. We don't have a solution yet.