amrap030

Results 25 comments of amrap030

This is the response header from the OPTIONS request: There are no CORS headers attached such as `access-control-allow-origin: https://www.magic-mondrian.art` and `access-control-allow-methods: POST`, so that is why I get CORS errors...

I also have some logs here: ``` myautoconf_1 | [2022-08-04 00:41:41] DOCKER-CONTROLLER - ℹ️ - Catched docker event, deploying new configuration ... myautoconf_1 | [2022-08-04 00:41:42] SCHEDULER - ℹ️ -...

Okay, I think I found the fix. Adding this `- "bunkerweb.ALLOWED_METHODS=GET|POST|HEAD|OPTIONS"` to the environment variables seems to work.

I just tested this with the built version from npm (https://www.npmjs.com/package/@whitelabel-solutions/wallet-connector-vue) and this is working. So I assume this has something to do with the local development but I am...

Hello, can anyone please help? The problem still exists.

I don't really know what else I can try. I basically tried everything but nothing works. It only works, when I use the volume where the docker container run, but...

I got it working but I am not sure if this was the correct way. I executed the following command `sudo docker exec nextcloud usermod -u 1000 www-data` and then...

I have this error too in a vue 3 project. I also tried pasting your example from the test as shown below and still have the same error: ```js const...

Hello, is there already a solution to this problem available? I have the same requirement. Otherwise, I am not able to use the ApplicationSet Git Generator pattern when I have...

@bilbomaticaeugis @portega-inbrain I am unfortunately facing the same issue, the jupyter-admin pod doesn't come up when I initally log in to spawn the server. Please can anyone help?