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
Make sure these boxes are checked before submitting your issue:
[X] Check that your version of Python is 3.4+
[X] Check that you are on the newest version of Pyrebase
[X] Check that Email/password provider is enabled in your Firebase dashboard under Auth -> Sign In Method.
My django app's order_by_child filter has stopped working since I deployed it on pythonanywhere, I've tested it locally and it works fine but once deployed it throws an error "[Errno 400 Client Error: Bad Request for url: .......] { "error" : "orderBy must be a valid JSON encoded path" }" when ever it encounters order_by_child. Any solutions?
The text was updated successfully, but these errors were encountered:
Make sure these boxes are checked before submitting your issue:
[X] Check that your version of Python is 3.4+
[X] Check that you are on the newest version of Pyrebase
[X] Check that Email/password provider is enabled in your Firebase dashboard under Auth -> Sign In Method.
My django app's order_by_child filter has stopped working since I deployed it on pythonanywhere, I've tested it locally and it works fine but once deployed it throws an error "[Errno 400 Client Error: Bad Request for url: .......] { "error" : "orderBy must be a valid JSON encoded path" }" when ever it encounters order_by_child. Any solutions?
The text was updated successfully, but these errors were encountered: