You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
the production PHP version and dev version should be the same. If is not so, your composer file might contain libraries that can not run on your production env (as in this case, jms/serialzer v2.0 requires at lease php 7.2 thats why works locally and not on production).
Hello, got this issue when trying to return content from API REST
Trace :
My composer.json :
My API works on my local machine but got this issue on my test server. (Both with php 7.2.x)
Any idea ?
The text was updated successfully, but these errors were encountered: