I wanna test out the codebase feature

I wanna test out the codebase feature but getting this error?
No description
23 Replies
Neco | nokta.dev
Neco | nokta.devOP4mo ago
i have object store is set in the instance
metapontum
metapontum4mo ago
Is it set in the workspace settings?
Neco | nokta.dev
Neco | nokta.devOP4mo ago
No description
Neco | nokta.dev
Neco | nokta.devOP4mo ago
also yes
Neco | nokta.dev
Neco | nokta.devOP4mo ago
No description
Neco | nokta.dev
Neco | nokta.devOP4mo ago
defaultTs: bun
includes:
- f/**
excludes:
- f/sst-env.d.ts
- f/node_modules/**
skipVariables: false
skipResources: false
skipSecrets: true
includeSchedules: true
codebases:
- relative_path: ./api
includes:
- "**"
excludes:
- "**/node_modules/**"
- "./api/node_modules/**"
defaultTs: bun
includes:
- f/**
excludes:
- f/sst-env.d.ts
- f/node_modules/**
skipVariables: false
skipResources: false
skipSecrets: true
includeSchedules: true
codebases:
- relative_path: ./api
includes:
- "**"
excludes:
- "**/node_modules/**"
- "./api/node_modules/**"
rubenf
rubenf4mo ago
double check the workspace you are sending it to wmill workspace but yes it's saying the instance object store is not configured
Neco | nokta.dev
Neco | nokta.devOP4mo ago
i deployed with helm to eks cluster might be due to that ?
rubenf
rubenf4mo ago
no
Neco | nokta.dev
Neco | nokta.devOP4mo ago
removed & reauthed same error.
rubenf
rubenf4mo ago
did you save the instance settings with the s3 configuration?
Neco | nokta.dev
Neco | nokta.devOP4mo ago
yes also test from server & worker. is ✅ trying verbose to see details
Neco | nokta.dev
Neco | nokta.devOP4mo ago
No description
rubenf
rubenf4mo ago
can you restart your servers please
Neco | nokta.dev
Neco | nokta.devOP4mo ago
No description
rubenf
rubenf4mo ago
when did you save the settings?
Neco | nokta.dev
Neco | nokta.devOP4mo ago
found a interesting clue let me double check this oh very interesting looks like thats bucket config was deleted but settings still show that like it didn't get unlinked. gonna setup again. that was dead-end i setup again but it's still same error. restarting the app
Neco | nokta.dev
Neco | nokta.devOP4mo ago
oh is this the reason/
No description
Neco | nokta.dev
Neco | nokta.devOP4mo ago
2025-05-20T08:41:36.033699Z ERROR Bad config: Object store is required for snapshot script and is not configured for servers error=BadConfig("Object store is required for snapshot script and is not configured for servers") target=windmill_common::error span={"email":"neco@nokta.dev","method":"POST","traceId":"d86b1481-b178-42f4-930c-697347cc5931","uri":"/api/w/quera/scripts/create_snapshot","username":"neco","workspace_id":"quera","name":"request"} still no luck after a restart. how can i test storage is set correctly or not ?
rubenf
rubenf4mo ago
it's the reason above, s3 instance storage is not available on the pro plan I forgot you were on the pro plan although, the restriction was originally for the shared cache. We could have it work somehow for snapshots
Neco | nokta.dev
Neco | nokta.devOP4mo ago
that would be nice; meanwhile i will upgrade to enterprise for this client case. friendly feedback there's no button for upgrade to enterprise 😅 i need to cancel and reiniate the biliing process again.
rubenf
rubenf4mo ago
👍 we have 95% of customers on EE so Pro plan is a bit left behind
Neco | nokta.dev
Neco | nokta.devOP4mo ago
bug report: now that i create new enterprise plan portal.windmill still shows the old account. i guess stripe created 2 customer anyways i got the apiKey i needed but can not access to portal --- after math. Still getting the same error finaly worked had to delete s3 configs and recreate

Did you find this page helpful?