ItsNik

Results 35 comments of ItsNik

@lyc8503 I'm getting a constant 405 Method not allowed as far as i can see its this line ```typescript if (request.method !== 'POST') { return new Response('Remote worker is working...',...

nvm forgot to build the project 😭

@lyc8503 do you have some sort of .dev.vars file? Wrangler throws me that Error. This is my Dockerfile: ```dockerfile # Use Node.js 20 Alpine as base image FROM node:20-alpine AS...

mhh okay i was already looking around, but hey i made a lot of progress in my opinion :D And sooner or late it'll work Edit: current help for this...

``` docker run --name test --rm -p 9999:9999 uptimeflare:latest ⛅️ wrangler 3.57.0 ------------------- ▲ [WARNING] --local is no longer required and will be removed in a future version. `wrangler dev`...

@lyc8503 maybe you know what this is, I don't have a clue about GO. ``` fatal error: all goroutines are asleep - deadlock! goroutine 1 [chan receive]: github.com/evanw/esbuild/internal/helpers.(*ThreadSafeWaitGroup).Wait(...) github.com/evanw/esbuild/internal/helpers/waitgroup.go:36 main.runService.func2()...

> > @lyc8503 maybe you know what this is, I don't have a clue about GO. > > Sorry I don't know what this is, I can only tell by...

> > @lyc8503 maybe you know what this is, I don't have a clue about GO. > > Sorry I don't know what this is, I can only tell by...

> Sorry, I'm not sure what this file is, this should be a wrangler issue, you may need to google it. If wrangler is working on your host, there should...

(sry for the spam btw) ```shell Your worker has access to the following bindings: - KV Namespaces: - UPTIMEFLARE_STATE: UPTIMEFLARE_STATE ⎔ Starting local server... ✘ [ERROR] service core:user:uptimeflare_worker: Uncaught SyntaxError:...