Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

404 when creating table - no QUANTUM #145

Open
joachimnielandt opened this issue Jan 3, 2019 · 0 comments
Open

404 when creating table - no QUANTUM #145

joachimnielandt opened this issue Jan 3, 2019 · 0 comments

Comments

@joachimnielandt
Copy link

I'm using a docker installation (basho/riak-ts, version 1.5.2) to test out Riak and I am facing the following problem. Upon surfing to localhost:8098/admin I can successfully see the admin pages. Then, I create the suggested dummy table, which works (i can also click it and see its details). After trying to create a couple of my own test tables, I noticed that when I remove the QUANTUM part from the local key in the dummy table, the explorer seems to fail (I click 'create', then a 404 message is shown). The new table does show up in the list of tables, but I get a 404 when trying to go to its detail page.

The table I'm trying to make is below:

CREATE TABLE GeoCheckinNoLocal ( region varchar not null, state varchar not null, time timestamp not null, PRIMARY KEY ( (region, state, time), region, state, time ) )

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant