-
Notifications
You must be signed in to change notification settings - Fork 124
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
Path arguments must not be null error #238
Comments
I checked the log. The problem could be with setting localStorage key called docetl_namespace. The value has alwasy been null where I create or set namespace to existing one |
I'll also make a PR that forces you to set a namespace; as I realize that it's possible to click on the X button on in the dialog and have a null namespace as a result. |
i'm realizing there is still that mismatch between dev & prod namespace setting...i have a final today but will debug it in an hour! will keep you posted. thanks for your patience! edit: tested on a fresh install & it works for me |
@shreyashankar I hope everything went well with your final. I will retry with a fresh installation now. |
Thank you! How did it go? |
I could successfully built the docker image but the following results appear when I click Run in Playground. Here are contents of my .env and .env.local
.env (at root folder)
.env.local (in website folder)
Here is the log in console:
The text was updated successfully, but these errors were encountered: