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

save link not working #10

Closed
cirrusflyer opened this issue May 31, 2024 · 4 comments
Closed

save link not working #10

cirrusflyer opened this issue May 31, 2024 · 4 comments
Labels
question Further information is requested

Comments

@cirrusflyer
Copy link

cirrusflyer commented May 31, 2024

Screenshot from 2024-05-31 14-26-47
I have everything setup and am able to login and see the entire system. But when trying to create a link, on the empty link page, I see a "spinning" icon, and when I try to create the first link, the save button doesn't seem to work.

@laotoutou
Copy link

laotoutou commented Jun 1, 2024

image

Me too

{
    "url": "/api/link/list?limit=24&cursor",
    "statusCode": 500,
    "statusMessage": "",
    "message": "Cannot read properties of undefined (reading 'list')",
    "stack": ""
}

@ccbikai
Copy link
Owner

ccbikai commented Jun 1, 2024

Hello, check the binding of KV to see if it has been bound in both the production environment and the preview environment

The variable name of KV should be in uppercase KV , is it written incorrectly?

@ccbikai ccbikai added the question Further information is requested label Jun 1, 2024
@ccbikai ccbikai mentioned this issue Jun 1, 2024
@laotoutou
Copy link

image
image

This configuration solved my problem.

@cirrusflyer
Copy link
Author

Thanks. I had the KV variable, but it wasn't assigned to a KV namespace. I assigned KV to KV and it's working now.

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

No branches or pull requests

3 participants