Evan
Evan12mo ago

Unable to create new app on remote

I've developed an application in my local environment but when I go to push the application to my remote deployment with wmill sync push --skip-pull I am getting the following error. For clarity other applications in other folders all seem to deploy without problems it is just this particular one that has a problem. The error message is rather vague so I'm struggling to pinpoint what the issue it.
remote (staging_upgrade) <- local: 1 changes to apply
+ app f/bops/manage-level-framework.app.yaml
? Do you want to apply these 1 changes? (Y/n) › Yes
Applying changes to files ...
Creating new app...
undefined
Server failed. Forbidden: <!doctype html><meta charset="utf-8"><meta name=viewport content="width=device-width, initial-scale=1"><title>403</title>403 Forbidden
error: Uncaught (in promise) ApiError: Forbidden
throw new ApiError(options, result, error);
^
at catchErrorCodes (https://deno.land/x/windmill@v1.226.1/windmill-api/core/request.ts:265:15)
at https://deno.land/x/windmill@v1.226.1/windmill-api/core/request.ts:301:17
at eventLoopTick (ext:core/01_core.js:183:11)
remote (staging_upgrade) <- local: 1 changes to apply
+ app f/bops/manage-level-framework.app.yaml
? Do you want to apply these 1 changes? (Y/n) › Yes
Applying changes to files ...
Creating new app...
undefined
Server failed. Forbidden: <!doctype html><meta charset="utf-8"><meta name=viewport content="width=device-width, initial-scale=1"><title>403</title>403 Forbidden
error: Uncaught (in promise) ApiError: Forbidden
throw new ApiError(options, result, error);
^
at catchErrorCodes (https://deno.land/x/windmill@v1.226.1/windmill-api/core/request.ts:265:15)
at https://deno.land/x/windmill@v1.226.1/windmill-api/core/request.ts:301:17
at eventLoopTick (ext:core/01_core.js:183:11)
2 Replies
rubenf
rubenf12mo ago
It sounds like you have a firewall somewhere preventing this particular request Windmill doesn't reply with that kind of response
Evan
EvanOP12mo ago
Thanks for that, looks like that might be the case! Appreciate the response

Did you find this page helpful?