You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
<PUT> => https://edge-config.vercel.com/<id>/items?token=<token> => 404 NOT FOUND
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 and NextResponse?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
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