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
Backend is throwing the following exception: Caused by: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "MERCHANT_STORE" not found; SQL statement: select * from MERCHANT_STORE m where (m.STORE_CODE = ? or (? is null or m.PARENT_ID = ?)) and (? is null or m.STORE_NAME like ?) limit ? [42102-200]
I created a new Admin account and selected the admin authorizations. Then I logged in as this new user but I am unable to access most pages on the Admin dashboard. For example I am able to view Category List but not Product List.
The text was updated successfully, but these errors were encountered:
Backend is throwing the following exception: Caused by: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "MERCHANT_STORE" not found; SQL statement: select * from MERCHANT_STORE m where (m.STORE_CODE = ? or (? is null or m.PARENT_ID = ?)) and (? is null or m.STORE_NAME like ?) limit ? [42102-200]
I created a new Admin account and selected the admin authorizations. Then I logged in as this new user but I am unable to access most pages on the Admin dashboard. For example I am able to view Category List but not Product List.
The text was updated successfully, but these errors were encountered: