500 internal server #666
Replies: 4 comments 2 replies
-
Please provide the error logs. Notice that Fumadocs is not a blog framework, it's likely that you have made mistakes in your code, which shouldn't be a bug report. |
Beta Was this translation helpful? Give feedback.
-
I've encountered a similar issue in my project. The only error I see in the server console is:
|
Beta Was this translation helpful? Give feedback.
-
From the source code of your repo, I think you forgot to configure Static Generation for I18n. Also you can test locally by running I cannot run your repo on dev mode without secret environment variables, please provide a minimal reproducible repo. |
Beta Was this translation helpful? Give feedback.
-
Thank you so much I have solved the issue by deleting generateStaticParams
function from [slug]/page.tsx
…On Mon, Aug 12, 2024, 11:39 Fuma Nama ***@***.***> wrote:
From the source code of your repo, I think you forgot to configure Static
Generation
<https://fumadocs.vercel.app/docs/ui/internationalization#static-generation>
for I18n.
I cannot run your repo on dev mode without secret environment variables,
please provide a minimal reproducible repo.
—
Reply to this email directly, view it on GitHub
<#666 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AXBYGWA5UXZEDYK5IWHGWSDZRCGHPAVCNFSM6AAAAABMLU7EDSVHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTAMZRGI2TMNA>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
To Reproduce
why i can't fetch the blog in production, it works as expected in local but can't fetch in production t gives 500 internal server
https://netflow.netlify.app/blog
if u click to any blog it gives u 500 internal server
Current vs. Expected behavior
please checkout my repo : https://github.com/AdelEddarai/netflow/
Provide environment information
Which area(s) are affected? (Select all that apply)
Not sure
Additional context
it works fine locally but in production it throw 500 internal server
Beta Was this translation helpful? Give feedback.
All reactions