Open Chadius opened 3 days ago
I can't debug or test this right now but I was aware that there might be issues with the threading. I hope to get a Mac this week and will then see what I can do. Thank you for letting me know, @Chadius.
Thanks for taking a look. I double checked and it does work on WIndows Firefox. I'm usually on my Macbook. The interface is really nice.
Environment: Mac OSX 15.1 Browser: Safari, Firefox, Chrome
When I click "Select Local Images" the app crashes.
Network tab says it's trying to make a POST call to "/select_directory", but the request is getting blocked on my end. I think this is a CORS issue where localhost will block other localhost calls.
The browser error looks like this:
Here's my terminal output.
I feel the solution is to configure the call to select_directory so it passes CORS restrictions but I'm not completely sure on how to do that.