FatahChan
FatahChan
@jeffsee55 hello, This is my first time contributing to open source. I was wondering if I am missing a step to get a review, checked the contribution.md, I didn't see...
@lachlancollins Excuse me, can I get a review please? apologies for the disturbance
Hi I created a local patch to do something similar Basically added a new question asking if you want to create a new organization or not Will do a pull...
Any updates on this
So in build at least is this is the solution Add this to the vite config ``` build: { rollupOptions: { external: ['mailgun.js', 'form-data'] } }, ```
> So in build at least is this is the solution > > Add this to the vite config > > ``` > build: { > rollupOptions: { > external:...
> I'm getting the same issue in my SolidJS + Tauri project > > ## Environment > Vite version: 5.0.0 SolidJS version: 1.7.8 Mailgun.js version: 10.2.3 Browser: Chrome 127.0.6533.73 Operating...
https://www.npmjs.com/package/mailgun-compiled-with-vite?activeTab=readme I ended up just rebuilding the package with vite. you can use it for now till we find a solution
running with --verbose returns ``` AppwriteException [Error]: Server Error at Client.call (C:\Users\Storm\AppData\Roaming\nvm\v22.2.0\node_modules\appwrite-cli\lib\client.js:197:13) at process.processTicksAndRejections (node:internal/process/task_queues:95:5) at async teamsCreate (C:\Users\Storm\AppData\Roaming\nvm\v22.2.0\node_modules\appwrite-cli\lib\commands\teams.js:107:16) at async initProject (C:\Users\Storm\AppData\Roaming\nvm\v22.2.0\node_modules\appwrite-cli\lib\commands\init.js:33:20) { code: 500, response: 'general_unknown' } ✗...
It seems like the issue was this line in `./lib/sdks:49` Removing the line `.setProject("console")` Fixed the issue, also seems very confusing that teams === organization I might do a pull...