-
Notifications
You must be signed in to change notification settings - Fork 62
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
I need help #10
Comments
https://i.imgur.com/NP36J8S.png I have something like this and now what to do |
sorry missclick |
Error code 504 typically means "Gateway Timeout". It is an HTTP status code indicating that a server, while acting as a gateway or proxy, did not receive a timely response from another server or some auxiliary servers. In simpler terms, a 504 error occurs when your server tries to load a web page or resource but another server takes too long to respond. Here are some common reasons that can lead to a 504 error:
Solutions to a 504 error may include checking server loads, inspecting network connections, and reviewing server and proxy configurations. Since this type of error often involves communication between servers, there's often limited action that can be taken from the user end. Since I don't know the specific process of how you encountered the 504 error, it's difficult to analyze the exact cause of this issue. If you could provide more information, such as the platform on which you are deploying or whether you have correctly configured all the environment variables as per the documentation, it would be helpful. |
I wanted to set up an index using microsoft onedrive as a personal account. I did every step in the tutorial and tried several times to generate files as a new repository via vercel. I also changed the value of BASE_DIRECTORY several times. Currently nothing has helped. Below are pictures of what I set. |
I'm deeply sorry for the delay in responding and providing assistance. It appears that you encountered a 504 error. I carefully reviewed the screenshots of your settings, and everything seems to be correct. I'm unable to pinpoint the exact source of the issue. However, I noticed an error message in the browser developer tools in your first screenshot: |
i have the same error |
i think i could help you. I had the same error, i forgot last important steps: After REDIS_URL is successfully set, redeploy the project again. After successful deployment, when you visit your onedrive-vercel-index page for the first time, it will guide you to perform OAuth authentication (quite simple). For details, please refer to the Instructions written by the original author. Also remember to make obfuscated client secret here: https://ovi.swo.moe/docs/advanced#modify-api-permissions |
I am doing everything correctly but I still have a problem. Is there any way to contact you, e.g. via discord?
The text was updated successfully, but these errors were encountered: