Jesse C
Jesse C
Hi, I'm not really sure what @pinkworld123 is trying to get at, but I also have some standard features common in podcast apps that I would like to see: -...
I was able to build and run with this fork. The author seems to be MIA. I would start maintaining a fork and distributing it myself, but I think that...
> > > How can I build this? checkout cm-360's 1.17-Fabric branch, open the `build.gradle` "as project" in intellij, then run the `build` gradle task. You might have to adjust...
> > > > I was able to build and run with this fork. The author seems to be MIA. I would start maintaining a fork and distributing it myself,...
Hi, I have the same error. AFAIK everything is configured correctly. It works on my PC, but not android. I am using oneplus 8 (android 11). I am using the...
I have found the issue. This is a result of the `Access-Control-Allow-Origin` header. On other devices the origin is `app://obsidian.md`. On android the origin is `http://localhost`. When I change the...
I think I see what happened on my end. I probably set up CouchDB which doesn't have CORS on by default and on my PC saw that it wasn't connecting...