I am implementing a Function using Node . but while I am hitting the API it's giving authentication
- 0
- Web
Can anyone please help me with this issue?
can you show your index.js
Sure
Already given the screen shot
are you sure the app is running on localhost port 3000?
error code 500 means it's a server issue
nothing related to code tbh
for run the server I have followed this https://github.com/open-runtimes/open-runtimes/tree/main/runtimes/node-18.0
let me share my terminal Screen shot
please don't tag people just because you need help with something as it's very disruptive
sorry for this π¦
what did you put in the request headers?
I haven't put anything
if runtime says it needs an INTERNAL_RUNTIME_KEY and you don't pass the same value as the X-Internal-Challenge header you'll get a unauthorized error. Please make sure you read through https://github.com/open-runtimes/open-runtimes/tree/main/runtimes/node-18.0#local-development carefully
Okay let me check and Thank you π
Recommended threads
- Error can not create `tablesdb` event wi...
When i'm trying to add an event with `tablesdb` i get an error message My event value: `tablesdb.mtg-decklist-dev.tables.queue_parsing.rows.*.create` Same err...
- GitHub Student Login Loop Issue
signed up using my GitHub Student Developer Pack. However, whenever I click "Sign in with GitHub", I get stuck on the login page. No matter how many times I try...
- Google OAuth Not Working on Brave/Firefo...
I'm having an issue with Google OAuth in my React + Appwrite app. After login, the dashboard is accessible only in Microsoft Edge, but fails in Brave and Firefo...