netcreateorg / netcreate-2018

Please report bugs, problems, ideas in the project Issues page: https://github.com/netcreateorg/netcreate-2018/issues
Other
11 stars 2 forks source link

Newest build doesn't work with package command #185

Closed jdanish closed 2 years ago

jdanish commented 2 years ago

If you use npm run package, the output isn't loading a network. See attached for console errors

Screen Shot 2021-12-18 at 8 25 54 AM

.

jdanish commented 2 years ago

@kalanicraig as an FYI since we talked about testing this.

benloh commented 2 years ago

@jdanish two questions:

  1. Did you specify a dataset in the URL? e.g. http://ben.netcreate.org:8888/?dataset=Grimm#/
  2. Is the dataset readonly? This is the screen you'll see if it's readonly.

I believe we currently do not support logging in standalone to readonly databases. We'd probably have to add that feature.

jdanish commented 2 years ago

It will run the default one without the url, but apparently it was the readonly issue. I thought I had changed that, but then I re-packaged with login required off and all worked fine. Sorry / thanks! Closing.

benloh commented 2 years ago

@jdanish Cool. So we don't need to add the ability to log onto standalone dbs?

jdanish commented 2 years ago

No - we use package to put things either intentionally public or behind a separate more secure wall. So we can live without it for now. Long term we might want to have that or automatically un-restrict on export but we can handle it for now. Thanks!