Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[bug] "MyRecentFlips screen" not working in deploy mode #79

Open
jsandinoDev opened this issue Feb 1, 2025 · 0 comments
Open

[bug] "MyRecentFlips screen" not working in deploy mode #79

jsandinoDev opened this issue Feb 1, 2025 · 0 comments
Labels
bug Something isn't working

Comments

@jsandinoDev
Copy link
Contributor

Issue: 'MyRecentFlips' Screen Not Working in Build/Deploy Mode

Description

The MyRecentFlips screen does not function correctly in build or deploy mode. It works as expected in development, but when the app is built or deployed (e.g., on Vercel), the screen fails to load or display data properly.

Steps to Reproduce

  1. Fork the repository.
  2. Deploy the forked repo to Vercel (or build it locally using npm run build).
  3. Navigate to the MyRecentFlips screen.
  4. Observe that it does not work as expected.

Expected Behavior

The MyRecentFlips screen should function properly in both development and deployed environments.

Actual Behavior

In build/deploy mode, the screen does not load properly, possibly due to an error in rendering, missing data, or an issue with Next.js static generation.

Additional Information

  • Screenshot of the issue:
    Screenshot
  • Environment:
    • Deployed on Vercel
    • Next.js version: (Specify version if applicable)
    • Node.js version: (Specify if relevant)
    • Any errors in the console/logs? (Include if available)

Possible Causes

  • Data fetching differences between dev and production.
  • Next.js getServerSideProps, getStaticProps, or API call issues.
  • Client-side rendering problems in the production environment.
@jsandinoDev jsandinoDev added the bug Something isn't working label Feb 1, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant