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
This error message is shown when opening an editor initialized by a non-flex branch using the editor from the flex branch,
and editing features are greyed out (disabled).
Error fetching GTFS entities via GraphQL
- Exception while fetching data (/feed/booking_rules) : org.postgresql.util.PSQLException: ERROR: relation "dbxp_rktgmydoiwrwvebtjtbprv.booking_rules" does not exist
Position: 15 ({"line":18,"column":11})
- Exception while fetching data (/feed/locations) : org.postgresql.util.PSQLException: ERROR: relation "dbxp_rktgmydoiwrwvebtjtbprv.locations" does not exist
Position: 15 ({"line":52,"column":11})
Expected behavior
No error message should be shown, and editing features should be enabled.
Steps to reproduce the problem (locally)
Checkout a non-flex branch and start datatools
Create a non-flex feed, and import a non-flex feed
Start editing the imported feed.
Stop datatools. Checkout a flex branch and start datatools again.
Start editing the feed above.
Observe the error message shown above.
Any special notes on configuration used
NA
Version of datatools-server and datatools-ui if applicable (exact commit hash or branch name)
Observed behavior
This error message is shown when opening an editor initialized by a non-flex branch using the editor from the flex branch,
and editing features are greyed out (disabled).
Expected behavior
No error message should be shown, and editing features should be enabled.
Steps to reproduce the problem (locally)
Any special notes on configuration used
NA
Version of datatools-server and datatools-ui if applicable (exact commit hash or branch name)
Datatools server
dev
vs. branch with #439.The text was updated successfully, but these errors were encountered: