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
Trying to access /artists/id_of_artist/albums raises a 500 error. The exact error is sqlalchemy filter complaining about Artistsnot belonging to itsmodelparameter. The problem seems to come fromqs2sqla.pybut it is hard to find exactly why without taking time to understandflask_autocrud` inner working :-(.
The text was updated successfully, but these errors were encountered:
Considering the following DB schema
Trying to access
/artists/id_of_artist/albums raises a 500 error. The exact error is sqlalchemy filter complaining about
Artistsnot belonging to its
modelparameter. The problem seems to come from
qs2sqla.pybut it is hard to find exactly why without taking time to understand
flask_autocrud` inner working :-(.The text was updated successfully, but these errors were encountered: