-
Questions
- [x] Can you easily add a custom social provider?
- [x] How well do they support various platforms and SDKs?
- [x] How can we go about customising the UI? From colours to full customisat…
-
# Bug report
## Describe the bug
I'm currently getting `Invalid Refresh Token: Refresh Token Not Found` error in my Next.js middleware
```tsx
const res = NextResponse.next();
const supaba…
-
## 📚 Documentation
The Docusaurus classic preset ships the entire Infima CSS framework with the site which results in a lot of unused CSS. An official Docusaurus plugin to remove unused CSS would b…
-
Hello :)
bugsnag requires the publicPath, but in nextjs generated project, the public path is always with chunkhash, but the file is under `.next/bundle`.
So when I upload the sourcemap under `./n…
-
# Bug report
## Describe the bug
If I send Accept-Language: "fr-XX,en" and I have available locales fr, en, it should give me fr instead of en (current behavior)
## To Reproduce
Steps to reproduce…
-
# Improve documentation
## Link
The [integration page for NextJS](https://supabase.com/docs/guides/platform/sentry-monitoring?queryGroups=package-manager&package-manager=yarn#example-nextjs-con…
-
At:
https://github.com/carrismetropolitana/website/blob/ac7b4a9ffd114a117c35267f1f729c14f7889d5e/nextjs/app/%5Blocale%5D/(frontend)/lines/%5Bline_id%5D/page.js#L16
Looks like the condition is tr…
-
**Description**
Our SEO is down due to the TBL (see screenshot below).
**Screenshots**
![Image](https://github.com/user-attachments/assets/5143e5cb-0024-4520-9ee4-0d65403b3d53)
**Figure: TBL is high*…
-
**Is your feature request related to a problem? Please describe.**
Deploying to different stages is not just a recommended practice, it is a required practice for most web applications, so it's prett…
-
In the previous chapter, you made your dashboard page dynamic, however, we discussed how the slow data fetches can impact the performance of your application. Let's look at how you can improve the use…