Questions tagged [http-status-code-504]

504 Gateway Timeout. The server functioned as an intermediary or proxy and did not receive a response promptly from the primary server.

Verify user authentication status on the server using Vercel and NextAuth

After successfully running my blog on localhost, I encountered an issue when deploying it on Vercel. The page to create a post kept returning error 504 with no additional information in the logs. I made sure to update the NEXTAUTH_URL with the URL provide ...