You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix for this should include a specific test that checks it works (and that no DB activity is done) and that the speciai CORS caching headers are returned.
The text was updated successfully, but these errors were encountered:
This probably requires splitting up the (remaining) main blueprint into one for the web ui and one for the sync api. Then get rid of Flask-CORS are write the OPTIONS endpoint by hand.
Description
The extensions HTTP requests to the sync api get preflighted. Those requests look a bit wonky (and aren't directly tested).
Steps to reproduce
Expected result
Actual result
Considerable doubt regarding #1 and #2
Additional details
Fix for this should include a specific test that checks it works (and that no DB activity is done) and that the speciai CORS caching headers are returned.
The text was updated successfully, but these errors were encountered: