Closed rian-kh closed 1 year ago
The latest updates on your projects. Learn more about Vercel for Git ↗︎
Name | Status | Preview | Comments | Updated (UTC) |
---|---|---|---|---|
toofake | ✅ Ready (Inspect) | Visit Preview | 💬 Add feedback | Jul 1, 2023 6:13pm |
Will take a look soon! Thank you for the PR
@rian-kh Do these lines fail without a Proxy and just a normal get request?
let primary = await fetch("https://api.codetabs.com/v1/proxy?quest=" + memory.primary).then((result) => result.blob()) let secondary = await fetch("https://api.codetabs.com/v1/proxy?quest=" + memory.secondary).then((result) => result.blob())
It fails for me, just throws the standard CORS error on Google Chrome, macOS:
After using the proxy, it works fine.
It fails for me, just throws the standard CORS error on Google Chrome, macOS:
After using the proxy, it works fine.
Can you try it with: https://toofake-cors-proxy-4fefd1186131.herokuapp.com/
Works perfectly!
Works perfectly!
Ty, will merge when I get back.
All changes are seen on the /memories page.
Lets you save all memories into a zip, and you can choose to have each memory as separate primary/secondary images or as one merged "BeReal-style" image.
New packages needed (run npm install in new/client after cloning):
Some notes:
Bugs: