Julian Weiland
Julian Weiland
@pimterry hi, thank your for your help. Here is my project repo: https://github.com/derweili/cypress-httpmock-test You can run `npm run start:mock-server` to start the mock server and then start cypress with `npm...
@hanvyj The errors in console are: _Access to fetch at 'http://localhost:45454/start?port=3030' from origin 'http://localhost:65232' has been blocked by CORS policy: Response to preflight request doesn't pass access control check: The...
@pimterry I just found the error. I was running browserstack local in the background and seems like it uses the same port `45454`. https://www.browserstack.com/docs/live/local-testing After I quit browserstack local, the...
When trying to start the admin server twice, I get the error you mentioned: ``` Error: listen EADDRINUSE: address already in use :::45454 ``` But for some reason I did...
@smoothdvd I'm also currently working on implementing a custom provider. You tutorial got me one step further than the outdated docs. Thank You!!! But it's still not working. When trying...
@smoothdvd thank you for that code. This fixed another error I had with the callback URL. Unfortuntately my problem I is not the callback URL but the fact I never...
@smoothdvd Yes I did, though I'm not sure if it works. But I think this `getProfile()` function in the `providers.js` does not even get called. As I understand this function...
So as I understand, there are two options: 1. We delete the whole object cache This will flush all data stored in the object cache from all plugins not only...
This behaviour is not limited to nginx. It's the same on Apache. Without the cachify, WordPress automatically redirects to the "single-slash" version.
In the meantime, the REST-API has been in core for about 3 years now. Is supporting the REST-API still a desired feature? It's quite simple to support the API by...