-
Notifications
You must be signed in to change notification settings - Fork 190
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
Environment Variable Clarification #170
Comments
For deployments make sure you are adding the environment variables from .env.example correctly. Keep in mind the proxy provided has rate limiting; |
Hey! Checked out the screenshot, and your setup looks all good to me. Spotted 'miruro2' in the URL, and when I looked up If you're running into trouble getting things to work, take a look at the project's And hey, just to make things a tad easier, here's the deploy button again for quick access: If you need any more help, just give a shout. 👋 |
Even after adding it exactly as it was guided in the .env.example Am still facing the similar issue at https://miruro3.vercel.app/ Can u deploy a new demo and send me a SS of how u did it ( idk why it isn't working ) |
Hey again! Remember, no need for ("") quotes on Vercel deployment. You got this! Also, just a heads-up, I'll be putting together a simple video guide on deploying with Miruro to make things even easier for you. If you need any more help, just give me a shout. Cheers! |
I will be eagerly waiting for the video guide Can't seem to resolve this part with or without "" |
am still facing the issue here is it something with indian ip's?? @akionii @trying559 miruro3.mp4 |
I think this might be due to the fact that the VITE_PROXY_URL which is https://corsproxy.io is blocked in your country. Try with another Corsproxy provider and let us know. |
@trying559 @akionii still the same issue, |
Hi @akionii I'm also getting the same error message. I want to have everything locally hosted on my own computer. I made changes to the .env file but got the same error. I tried hosting my own corsproxy but got the same error.
|
Hy bro thats proxy error you made consumet api not corsproxy!! |
Hey everyone! 👋 Let's tackle a few things to smooth out our deployment and local development workflows. There's quite a bit to cover, so I'll dive straight in: @flawsom, regarding the CORS proxy issue: if you're unable to find a service that works in your region, reach out to me directly. I can guide you on how to adjust the code to operate without the CORS proxy. Just a heads-up, this might result in a slower initial response time due to the lack of caching that @techroy23, thanks to @MaviMods for spotting the typo. It should be
Why the fuss over the trailing slash? Well, some servers interpret the paths differently if there's no trailing slash. It can lead to incorrect request handling or routing on the server-side, which in turn, causes 404 errors. For everyone, I'm rolling out an update with a nifty little function, Here's a sneak peek at the function: // Ensures that all URLs end with a slash for consistency
function ensureUrlEndsWithSlash(url) {
return url.endsWith('/') ? url : `${url}/`;
} In the next commit, this function will be integrated, so you'll have one less thing to worry about. Lastly, the latest
Please note that Remember, for any further clarification or assistance, I'm just a message away. Keep up the great work. And, as always, a huge shoutout to @MaviMods for the assist. 👍 Cheers, |
@akionii can you also guide me what to adjust so i can run this without corsproxy? |
Sure! I'll drop a guide in our Discord channel as soon as I can on how to get everything up and running without the need for a CORS Proxy. Keep an eye out! 👀 |
@akionii i think we can tag this one as resolve for now. I tested the current build without corsproxy and it works. |
why is still running on preview mode with skeletons, what am i doing wrong ? ( i followed it exactly as u instructed in the env's and without "" for the links )
The text was updated successfully, but these errors were encountered: