-
Notifications
You must be signed in to change notification settings - Fork 30
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
Web UI bug #247
Comments
! Error: TypeError: Cannot read properties of null (reading 'node') |
@shiv810 can you fix this?
@whilefoo can you set a time label when you create issues? |
! Error: TypeError: Cannot read properties of null (reading 'node') |
I can't set labels even though I'm a member of the org |
That is strange. I confirmed you are a member of the organization too. Perhaps we should make a slash command for authors to be able to set time labels no matter what their association is. What is your time estimate? |
Yeah it's something @rndquu is trying to fix but we still haven't found a solution
1 hour |
! Error: TypeError: Cannot read properties of null (reading 'node') |
@shiv810 again here |
Now that ubiquity-os/plugin-sdk#51 is merged, the Web UI doesn't work because the SDK expects the payload in new unified format (previously Action format). The UI needs to be modified to create a dummy payload with unified format.
Another thing I noticed is that when you run the UI in dev mode and it's running on port
5173
and the API is running on port4000
, there are CORS errors which need to be fixed.The text was updated successfully, but these errors were encountered: