How to modify data in Edge Config using SvelteKit? #625
Unanswered
aakash14goplani
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Query 1:
I am following this example to update edge config using Vercel API. However since this is not a recommended approach, I tried invoking it via Edge Config API but I get 404 Error. Can you please let me know how to updated edge config?
Query 2:
I tried to implement above scenario using SDK as well but I was not able to find relevant example for Update operation. All examples were related to Reading the values from Edge Config. Other hurdle is - I am using SvelteKit, so while working with SDK, what is equivalent of
NextRequest
andNextResponse
?Beta Was this translation helpful? Give feedback.
All reactions