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
Describe the bug
On a fresh install of v4.6.6 server, clicking on the Share match reference button in the following error:
Table "URL_SHORTENER_ENTRY" not found; SQL statement: select urlshorten0_.id as id1_0_, urlshorten0_.created as created2_0_, urlshorten0_.owner as owner3_0_, urlshorten0_.temporary_url as temporar4_0_, urlshorten0_.url as url5_0_ from url_shortener_entry urlshorten0_ where urlshorten0_.url=? [42102-200]
I assume this is because I didn't run reference link migration during setup -- I had no URLs to migrate. But I guess the table typically gets created during that step.
Expected behavior
No error happens and a match reference link gets generated instead.
The text was updated successfully, but these errors were encountered:
Describe the bug
On a fresh install of v4.6.6 server, clicking on the Share match reference button in the following error:
I assume this is because I didn't run reference link migration during setup -- I had no URLs to migrate. But I guess the table typically gets created during that step.
Expected behavior
No error happens and a match reference link gets generated instead.
The text was updated successfully, but these errors were encountered: